git: ec829436d6d4 - main - devel/py-nbclient: Update to 0.5.4
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 21 03:51:41 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ec829436d6d4beab0d603ab59d8a1892cd0b379e
commit ec829436d6d4beab0d603ab59d8a1892cd0b379e
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 03:12:30 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-21 03:44:32 +0000
devel/py-nbclient: Update to 0.5.4
Changes: https://github.com/jupyter/nbclient/blob/master/docs/changelog.md
---
devel/py-nbclient/Makefile | 14 +++++++++-----
devel/py-nbclient/distinfo | 6 +++---
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/devel/py-nbclient/Makefile b/devel/py-nbclient/Makefile
index b25e274ff7a9..0813a1336495 100644
--- a/devel/py-nbclient/Makefile
+++ b/devel/py-nbclient/Makefile
@@ -1,8 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
PORTNAME= nbclient
-PORTVERSION= 0.5.3
-PORTREVISION= 1
+PORTVERSION= 0.5.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +12,7 @@ COMMENT= Client library for executing notebooks
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}async_generator>=0:devel/py-async_generator@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}jupyter-client>=6.1.5:devel/py-jupyter-client@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-client>=6.1.5:devel/py-jupyter-client@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nbformat>=5.0:devel/py-nbformat@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nest-asyncio>=0:devel/py-nest-asyncio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${PY_FLAVOR}
@@ -24,4 +22,10 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 30700
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}async_generator>=0:devel/py-async_generator@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/py-nbclient/distinfo b/devel/py-nbclient/distinfo
index c12462730d4e..f0e63218cdb4 100644
--- a/devel/py-nbclient/distinfo
+++ b/devel/py-nbclient/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1614794286
-SHA256 (nbclient-0.5.3.tar.gz) = db17271330c68c8c88d46d72349e24c147bb6f34ec82d8481a8f025c4d26589c
-SIZE (nbclient-0.5.3.tar.gz) = 78529
+TIMESTAMP = 1632037102
+SHA256 (nbclient-0.5.4.tar.gz) = 6c8ad36a28edad4562580847f9f1636fe5316a51a323ed85a24a4ad37d4aefce
+SIZE (nbclient-0.5.4.tar.gz) = 70209
More information about the dev-commits-ports-all
mailing list