aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-asdf
diff options
context:
space:
mode:
Diffstat (limited to 'science/py-asdf')
-rw-r--r--science/py-asdf/Makefile3
-rw-r--r--science/py-asdf/distinfo6
-rw-r--r--science/py-asdf/files/patch-pyproject.toml4
3 files changed, 6 insertions, 7 deletions
diff --git a/science/py-asdf/Makefile b/science/py-asdf/Makefile
index 150580aa2496..e2905a7be7ae 100644
--- a/science/py-asdf/Makefile
+++ b/science/py-asdf/Makefile
@@ -1,5 +1,5 @@
PORTNAME= asdf
-PORTVERSION= 4.5.0
+PORTVERSION= 5.1.0
CATEGORIES= science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -43,7 +43,6 @@ OPTIONS_DEFAULT=ALL HTTP LZ4
ALL_IMPLIES= HTTP LZ4
ALL_DESC= All optional dependencies
HTTP_DESC= HTTP support via fsspec
-LZ4_DESC= Lz4 compression algorithm support
HTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fsspec>=2022.8.2:filesystems/py-fsspec@${PY_FLAVOR}
diff --git a/science/py-asdf/distinfo b/science/py-asdf/distinfo
index cf61646370fe..e88c0a10689b 100644
--- a/science/py-asdf/distinfo
+++ b/science/py-asdf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757436539
-SHA256 (asdf-4.5.0.tar.gz) = 1f37979263cac53b8f7b078c521fda8aa9a08cd5d2badb9aacec34d6badd2dc1
-SIZE (asdf-4.5.0.tar.gz) = 900039
+TIMESTAMP = 1763853430
+SHA256 (asdf-5.1.0.tar.gz) = 20bcacd47259dc894044dcf37b82b4ced14bd172ce302b3592972ee8174512d4
+SIZE (asdf-5.1.0.tar.gz) = 896796
diff --git a/science/py-asdf/files/patch-pyproject.toml b/science/py-asdf/files/patch-pyproject.toml
index be3ddaa30ee5..fb12db026158 100644
--- a/science/py-asdf/files/patch-pyproject.toml
+++ b/science/py-asdf/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2025-05-30 20:49:07 UTC
+--- pyproject.toml.orig 2025-11-06 16:08:46 UTC
+++ pyproject.toml
@@ -2,7 +2,7 @@ readme = 'README.rst'
name = "asdf"
@@ -6,6 +6,6 @@
readme = 'README.rst'
-license-files = ['LICENSE']
+license = { file = 'LICENSE' }
- authors = [{ name = 'The ASDF Developers', email = 'help@stsci.edu' }]
+ authors = [{ name = 'The ASDF Developers' }]
requires-python = '>=3.9'
classifiers = [