From eceddf01d969bd517a77e52761eec653d5ff8f71 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 2 Jun 2025 00:13:52 +0800 Subject: [PATCH] science/py-asdf-standard: Update to 1.2.0 - Update WWW Changes: https://github.com/asdf-format/asdf-standard/releases https://www.asdf-format.org/projects/asdf-standard/en/latest/changes.html --- science/py-asdf-standard/Makefile | 5 +++-- science/py-asdf-standard/distinfo | 6 +++--- .../files/patch-pyproject.toml | 20 +++++++++++++++++++ 3 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 science/py-asdf-standard/files/patch-pyproject.toml diff --git a/science/py-asdf-standard/Makefile b/science/py-asdf-standard/Makefile index 5d9f5c50b8e9..878ed49864f2 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.2.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 diff --git a/science/py-asdf-standard/distinfo b/science/py-asdf-standard/distinfo index f530ea1078a2..e5807137d6e1 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 = 1748495843 +SHA256 (asdf_standard-1.2.0.tar.gz) = e709912faf0be2f5843a23af2731e6f76ed6c279b29df5989e1520992fa3c5cf +SIZE (asdf_standard-1.2.0.tar.gz) = 272660 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", + ]