git: eb5c920d7c79 - main - devel/py-nbclassic: Add USES=desktop-file-utils
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Oct 2022 05:22:36 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb5c920d7c79885d20394badc485ae39717f12e3 commit eb5c920d7c79885d20394badc485ae39717f12e3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-15 05:04:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-15 05:22:31 +0000 devel/py-nbclassic: Add USES=desktop-file-utils Approved by: portmgr (compliance) --- devel/py-nbclassic/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/py-nbclassic/Makefile b/devel/py-nbclassic/Makefile index e4eadbf67bbb..08570381a401 100644 --- a/devel/py-nbclassic/Makefile +++ b/devel/py-nbclassic/Makefile @@ -1,5 +1,6 @@ PORTNAME= nbclassic PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ https://github.com/jupyter/nbclassic/releases/download/v${PORTVERSION}/ @@ -13,7 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argon2-cffi>=0:security/py-argon2-cffi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipykernel5>=0:devel/py-ipykernel5@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ipykernel>=0:devel/py-ipykernel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython_genutils>=0:devel/py-ipython_genutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter-client>=6.1.1:devel/py-jupyter-client@${PY_FLAVOR} \ @@ -30,7 +31,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argon2-cffi>=0:security/py-argon2-cffi@${PY_ ${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= desktop-file-utils python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes