Date: Fri, 30 Jun 2023 07:19:47 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: d34934e5a8aa - main - devel/py-iso8601: Update to 2.0.0 Message-ID: <202306300719.35U7JlJK066559@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=d34934e5a8aafa069eb2c48318fb8bd6c41d61c8 commit d34934e5a8aafa069eb2c48318fb8bd6c41d61c8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:03:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:03:38 +0000 devel/py-iso8601: Update to 2.0.0 - Convert to USE_PYTHON=pep517 Changes: https://github.com/micktwomey/pyiso8601/releases --- devel/py-iso8601/Makefile | 5 +++-- devel/py-iso8601/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/py-iso8601/Makefile b/devel/py-iso8601/Makefile index 030a605a8504..f13a7792992a 100644 --- a/devel/py-iso8601/Makefile +++ b/devel/py-iso8601/Makefile @@ -1,5 +1,5 @@ PORTNAME= iso8601 -PORTVERSION= 1.1.0 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,11 @@ WWW= https://github.com/micktwomey/pyiso8601 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=6.1.1:devel/py-hypothesis@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/devel/py-iso8601/distinfo b/devel/py-iso8601/distinfo index bbfba484101f..cab615dbf1c9 100644 --- a/devel/py-iso8601/distinfo +++ b/devel/py-iso8601/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664767924 -SHA256 (iso8601-1.1.0.tar.gz) = 32811e7b81deee2063ea6d2e94f8819a86d1f3811e49d23623a41fa832bef03f -SIZE (iso8601-1.1.0.tar.gz) = 12836 +TIMESTAMP = 1686496748 +SHA256 (iso8601-2.0.0.tar.gz) = 739960d37c74c77bd9bd546a76562ccb581fe3d4820ff5c3141eb49c839fda8f +SIZE (iso8601-2.0.0.tar.gz) = 6497
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300719.35U7JlJK066559>