Skip to content

Commit

Permalink
devel/py-nbclassic: Add USES=desktop-file-utils
Browse files Browse the repository at this point in the history
Approved by:	portmgr (compliance)
  • Loading branch information
yurivict committed Oct 15, 2022
1 parent dab7a10 commit eb5c920
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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}/
Expand All @@ -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} \
Expand All @@ -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
Expand Down

0 comments on commit eb5c920

Please sign in to comment.