Date: Sat, 23 Mar 2024 15:01:42 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: 67e483204295 - main - science/py-asdf-transform-schemas: Update to 0.5.0 Message-ID: <202403231501.42NF1g6M007798@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=67e4832042952c57391f82cdf97cc599bdfc80ff commit 67e4832042952c57391f82cdf97cc599bdfc80ff Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:22:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:49:30 +0000 science/py-asdf-transform-schemas: Update to 0.5.0 - Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS Changes: https://github.com/asdf-format/asdf-transform-schemas/releases --- science/py-asdf-transform-schemas/Makefile | 16 +++++----------- science/py-asdf-transform-schemas/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/science/py-asdf-transform-schemas/Makefile b/science/py-asdf-transform-schemas/Makefile index b75cfe11a881..a41c58ee6590 100644 --- a/science/py-asdf-transform-schemas/Makefile +++ b/science/py-asdf-transform-schemas/Makefile @@ -1,5 +1,5 @@ PORTNAME= asdf-transform-schemas -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,20 +12,14 @@ WWW= https://github.com/asdf-format/asdf-transform-schemas LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asdf-standard>=1.0.1:science/py-asdf-standard@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asdf-standard>=1.1.0:science/py-asdf-standard@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30900 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=3:devel/py-importlib-resources@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/science/py-asdf-transform-schemas/distinfo b/science/py-asdf-transform-schemas/distinfo index d399477e291a..875ad58c6670 100644 --- a/science/py-asdf-transform-schemas/distinfo +++ b/science/py-asdf-transform-schemas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698341071 -SHA256 (asdf_transform_schemas-0.4.0.tar.gz) = de7fdc3fee35fb957fc32957877a0e9d7dd4d2e851bd631a7259f11c2bd294ca -SIZE (asdf_transform_schemas-0.4.0.tar.gz) = 97482 +TIMESTAMP = 1710712524 +SHA256 (asdf_transform_schemas-0.5.0.tar.gz) = 82cf4c782575734a895327f25ff583ce9499d7e2b836fe8880b2d7961c6b462b +SIZE (asdf_transform_schemas-0.5.0.tar.gz) = 109226
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231501.42NF1g6M007798>