Date: Tue, 21 Sep 2021 12:59:25 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: 595f21fe2d12 - main - www/py-notebook: Add CPE information Message-ID: <202109211259.18LCxPB4068430@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=595f21fe2d122e031850f128f3913248f7a8307a commit 595f21fe2d122e031850f128f3913248f7a8307a Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-21 12:33:33 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-21 12:58:07 +0000 www/py-notebook: Add CPE information Approved by: portmgr (blanket) --- www/py-notebook/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/py-notebook/Makefile b/www/py-notebook/Makefile index ad9ef64ccc33..bcfcde676280 100644 --- a/www/py-notebook/Makefile +++ b/www/py-notebook/Makefile @@ -25,9 +25,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=6.1:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2.1:devel/py-traitlets@${PY_FLAVOR} -USES= python:3.7+ +USES= cpe python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +CPE_VENDOR= jupyter + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211259.18LCxPB4068430>