Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2023 19:01:45 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c2bcb529c0b7 - main - devel/py-nbformat: Update to 5.9.0
Message-ID:  <202306051901.355J1j7P078728@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c2bcb529c0b7ce8c6bc85c2649ce7b6d685e0bfe

commit c2bcb529c0b7ce8c6bc85c2649ce7b6d685e0bfe
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 18:45:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 18:49:10 +0000

    devel/py-nbformat: Update to 5.9.0
    
    Changes:        https://github.com/jupyter/nbformat/releases
---
 devel/py-nbformat/Makefile | 12 +++---------
 devel/py-nbformat/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/devel/py-nbformat/Makefile b/devel/py-nbformat/Makefile
index 5cc950b14ee4..dda587ef7cf3 100644
--- a/devel/py-nbformat/Makefile
+++ b/devel/py-nbformat/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nbformat
-PORTVERSION=	5.8.0
+PORTVERSION=	5.9.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,15 +24,9 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}check-manifest>=0:devel/py-check-manifest@$
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}testpath>=0:devel/py-testpath@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		python:3.8+
 USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.6:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/py-nbformat/distinfo b/devel/py-nbformat/distinfo
index fe426f49b550..a4dcdeb3d566 100644
--- a/devel/py-nbformat/distinfo
+++ b/devel/py-nbformat/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679499202
-SHA256 (nbformat-5.8.0.tar.gz) = 46dac64c781f1c34dfd8acba16547024110348f9fc7eab0f31981c2a3dc48d1f
-SIZE (nbformat-5.8.0.tar.gz) = 140655
+TIMESTAMP = 1685793176
+SHA256 (nbformat-5.9.0.tar.gz) = e98ebb6120c3efbafdee2a40af2a140cadee90bb06dd69a2a63d9551fcc7f976
+SIZE (nbformat-5.9.0.tar.gz) = 140980



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306051901.355J1j7P078728>