Date: Wed, 30 Mar 2022 22:24:16 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: 20af4fd0f30d - main - science/py-asdf: Update to 2.11.0 Message-ID: <202203302224.22UMOGRH065188@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=20af4fd0f30dcbc149ad2425be186da8fe64d981 commit 20af4fd0f30dcbc149ad2425be186da8fe64d981 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-30 22:06:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-30 22:21:18 +0000 science/py-asdf: Update to 2.11.0 Changes: https://github.com/asdf-format/asdf/releases --- science/py-asdf/Makefile | 8 ++++++-- science/py-asdf/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/science/py-asdf/Makefile b/science/py-asdf/Makefile index 7c3ceef0a19e..7d9e56dc0a53 100644 --- a/science/py-asdf/Makefile +++ b/science/py-asdf/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= asdf -PORTVERSION= 2.10.1 +PORTVERSION= 2.11.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asdf-standard>=1.0.1:science/py-asdf-standard@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}asdf-transform-schemas>=0.2.2:science/py-asdf-transform-schemas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.6.2:devel/py-jmespath@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jsonschema3>=3.0.2<4:devel/py-jsonschema3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.0.1:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lz4>=0.10:archivers/py-lz4@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.10,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=16.0:devel/py-packaging@${PY_FLAVOR} \ @@ -30,6 +30,10 @@ NO_ARCH= yes .include <bsd.port.pre.mk> +.if ${PYTHON_REL} < 30800 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} +.endif + .if ${PYTHON_REL} < 30900 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=3:devel/py-importlib-resources@${PY_FLAVOR} .endif diff --git a/science/py-asdf/distinfo b/science/py-asdf/distinfo index 1f82661742cc..aa7c37eb5e07 100644 --- a/science/py-asdf/distinfo +++ b/science/py-asdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647264656 -SHA256 (asdf-2.10.1.tar.gz) = f7e569f29b3723939efec8164eb2ed7274bdd480b0b283d75833f0f59d108409 -SIZE (asdf-2.10.1.tar.gz) = 446711 +TIMESTAMP = 1648248978 +SHA256 (asdf-2.11.0.tar.gz) = 14459719292779dba13bdf98973ad9be924752c23b4de6a054bc0174c10846fc +SIZE (asdf-2.11.0.tar.gz) = 446937
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203302224.22UMOGRH065188>