Date: Sat, 15 Oct 2022 06:22:38 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3f60a05b5718 - main - www/py-notebook: Add USES=desktop-file-utils Message-ID: <202210150622.29F6McUm012974@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210150622.29F6McUm012974>