git: 595f21fe2d12 - main - www/py-notebook: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 21 12:59:28 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=595f21fe2d122e031850f128f3913248f7a8307a

commit 595f21fe2d122e031850f128f3913248f7a8307a
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 12:33:33 +0000
Commit:     Bernhard Froehlich <decke at 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>


More information about the dev-commits-ports-main mailing list