diff options
Diffstat (limited to 'science/py-asdf-standard')
-rw-r--r-- | science/py-asdf-standard/Makefile | 7 | ||||
-rw-r--r-- | science/py-asdf-standard/distinfo | 6 | ||||
-rw-r--r-- | science/py-asdf-standard/files/patch-pyproject.toml | 20 |
3 files changed, 27 insertions, 6 deletions
diff --git a/science/py-asdf-standard/Makefile b/science/py-asdf-standard/Makefile index 5d9f5c50b8e9..9283d803ac3f 100644 --- a/science/py-asdf-standard/Makefile +++ b/science/py-asdf-standard/Makefile @@ -1,5 +1,5 @@ PORTNAME= asdf-standard -PORTVERSION= 1.1.1 +PORTVERSION= 1.3.0 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,7 +7,8 @@ DISTNAME= asdf_standard-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= ASDF Standard schemas -WWW= https://github.com/asdf-format/asdf-standard +WWW= https://www.asdf-format.org/projects/asdf-standard/en/latest/ \ + https://github.com/asdf-format/asdf-standard LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE @@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-asdf-standard/distinfo b/science/py-asdf-standard/distinfo index f530ea1078a2..b0cc521e77a1 100644 --- a/science/py-asdf-standard/distinfo +++ b/science/py-asdf-standard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710712522 -SHA256 (asdf_standard-1.1.1.tar.gz) = 01535bc2b15bfc09ec8a62d4999f9cf32dc49dc71660c8425640228fd8776102 -SIZE (asdf_standard-1.1.1.tar.gz) = 114823 +TIMESTAMP = 1750188132 +SHA256 (asdf_standard-1.3.0.tar.gz) = 5958961f399dead2000a78724da37f5aeeb0499a780bbd9ae4fc3ecbe3eaed64 +SIZE (asdf_standard-1.3.0.tar.gz) = 273495 diff --git a/science/py-asdf-standard/files/patch-pyproject.toml b/science/py-asdf-standard/files/patch-pyproject.toml new file mode 100644 index 000000000000..5038faf2d1d0 --- /dev/null +++ b/science/py-asdf-standard/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2025-05-21 16:47:38 UTC ++++ pyproject.toml +@@ -3,7 +3,7 @@ requires-python = '>=3.9' + description = 'The ASDF Standard schemas' + 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', +@@ -41,7 +41,7 @@ requires = [ + + [build-system] + requires = [ +- "setuptools >=77", ++ "setuptools >=61", + "setuptools_scm[toml] >=3.4", + "wheel", + ] |