git: fdd879d3bfef - main - devel/py-nbdime: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Dec 2021 20:47:28 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fdd879d3bfef59edad48ae553adaff18b9c8e174
commit fdd879d3bfef59edad48ae553adaff18b9c8e174
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-12-13 20:33:01 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-12-13 20:47:12 +0000
devel/py-nbdime: Add CPE information
Approved by: portmgr (blanket)
---
devel/py-nbdime/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devel/py-nbdime/Makefile b/devel/py-nbdime/Makefile
index 13341265b558..4331bef83507 100644
--- a/devel/py-nbdime/Makefile
+++ b/devel/py-nbdime/Makefile
@@ -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>