Date: Wed, 29 Sep 2021 20:02:28 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ac9d35190af4 - main - math/py-networkx: Add CPE information Message-ID: <202109292002.18TK2SbG010859@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac9d35190af469a1cc7bc7e8b0201ad7bc5ae0f6 commit ac9d35190af469a1cc7bc7e8b0201ad7bc5ae0f6 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-29 19:47:38 +0000 Commit: Bernhard Froehlich <decke@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109292002.18TK2SbG010859>