diff options
Diffstat (limited to 'science/py-asdf-transform-schemas')
-rw-r--r-- | science/py-asdf-transform-schemas/Makefile | 7 | ||||
-rw-r--r-- | science/py-asdf-transform-schemas/distinfo | 6 | ||||
-rw-r--r-- | science/py-asdf-transform-schemas/files/patch-pyproject.toml | 20 |
3 files changed, 27 insertions, 6 deletions
diff --git a/science/py-asdf-transform-schemas/Makefile b/science/py-asdf-transform-schemas/Makefile index a41c58ee6590..50b0113ca45f 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.5.0 +PORTVERSION= 0.6.0 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,7 +7,8 @@ DISTNAME= asdf_transform_schemas-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= ASDF schemas for transforms -WWW= https://github.com/asdf-format/asdf-transform-schemas +WWW= https://www.asdf-format.org/projects/asdf-transform-schemas/en/latest/ \ + https://github.com/asdf-format/asdf-transform-schemas LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE @@ -17,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FL ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asdf-standard>=1.1.0:science/py-asdf-standard@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-asdf-transform-schemas/distinfo b/science/py-asdf-transform-schemas/distinfo index 875ad58c6670..c05367274e94 100644 --- a/science/py-asdf-transform-schemas/distinfo +++ b/science/py-asdf-transform-schemas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710712524 -SHA256 (asdf_transform_schemas-0.5.0.tar.gz) = 82cf4c782575734a895327f25ff583ce9499d7e2b836fe8880b2d7961c6b462b -SIZE (asdf_transform_schemas-0.5.0.tar.gz) = 109226 +TIMESTAMP = 1748495845 +SHA256 (asdf_transform_schemas-0.6.0.tar.gz) = 0f50f8e096fffd2d14b9c82995901266ef25b23d0dffc30ad41bba46851a9732 +SIZE (asdf_transform_schemas-0.6.0.tar.gz) = 223330 diff --git a/science/py-asdf-transform-schemas/files/patch-pyproject.toml b/science/py-asdf-transform-schemas/files/patch-pyproject.toml new file mode 100644 index 000000000000..19255e15dec5 --- /dev/null +++ b/science/py-asdf-transform-schemas/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2025-05-27 23:00:35 UTC ++++ pyproject.toml +@@ -3,7 +3,7 @@ requires-python = '>=3.9' + description = 'ASDF schemas for transforms' + readme = 'README.md' + requires-python = '>=3.9' +-license-files = ['LICENSE'] ++license = { file = 'LICENSE' } + authors = [{ name = 'The ASDF Developers', email = 'help@stsci.edu' }] + classifiers = [ + 'Programming Language :: Python', +@@ -44,7 +44,7 @@ requires = [ + + [build-system] + requires = [ +- "setuptools >77", ++ "setuptools >=42", + "setuptools_scm[toml] >=3.4", + "wheel", + ] |