devel/py-nbdime: Add CPE information

Approved by:	portmgr (blanket)
This commit is contained in:
Bernhard Froehlich 2021-12-13 20:33:01 +00:00
parent 8aef534dfa
commit fdd879d3bf
No known key found for this signature in database
GPG key ID: 4DD88C3F9F3B8333

View file

@ -22,9 +22,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR}
USES= python:3.7+
USES= python:3.7+ cpe
USE_PYTHON= autoplist concurrent distutils
CPE_VENDOR= jupyter
NO_ARCH= yes
.include <bsd.port.mk>