git: ac9d35190af4 - main - math/py-networkx: Add CPE information
Bernhard Froehlich
decke at FreeBSD.org
Wed Sep 29 20:02:29 UTC 2021
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ac9d35190af469a1cc7bc7e8b0201ad7bc5ae0f6
commit ac9d35190af469a1cc7bc7e8b0201ad7bc5ae0f6
Author: Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-29 19:47:38 +0000
Commit: Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-29 19:47:38 +0000
math/py-networkx: Add CPE information
Approved by: portmgr (blanket)
---
math/py-networkx/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile
index 56473ea9c0b4..2288b690e12b 100644
--- a/math/py-networkx/Makefile
+++ b/math/py-networkx/Makefile
@@ -15,10 +15,11 @@ LICENSE= BSD3CLAUSE
RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}decorator>=4.3.0:devel/py-decorator@${PY_FLAVOR}
# ${PYTHON_PKGNAMEPREFIX}docutils>=0.12:textproc/py-docutils@${PY_FLAVOR}
-USES= python:3.7+ shebangfix
+USES= cpe python:3.7+ shebangfix
USE_PYTHON= autoplist concurrent distutils
SHEBANG_GLOB= *.py
NO_ARCH= yes
+CPE_VENDOR= python
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}networkx1
More information about the dev-commits-ports-all
mailing list