git: 3f60a05b5718 - main - www/py-notebook: Add USES=desktop-file-utils
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Oct 2022 06:22:38 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f60a05b5718ac7f20e18620d3ea42045cd6a55c commit 3f60a05b5718ac7f20e18620d3ea42045cd6a55c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-15 06:06:38 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-15 06:06:38 +0000 www/py-notebook: Add USES=desktop-file-utils Reported by: portmgr (compliance) --- www/py-notebook/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-notebook/Makefile b/www/py-notebook/Makefile index 9f1cbe5bb0b6..9f19dfddb0e0 100644 --- a/www/py-notebook/Makefile +++ b/www/py-notebook/Makefile @@ -1,5 +1,6 @@ PORTNAME= notebook PORTVERSION= 6.4.12 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,7 +28,7 @@ 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= cpe python:3.7+ +USES= cpe desktop-file-utils python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes