aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:46:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:46:51 +0000
commit3a5941167c1723e6bd35beb439b8bb709a08e850 (patch)
tree439739ec471d9b062c1ab408eb84585cadacd941
parenta4371d790a01b8c4fb405c5df3bcfdaf49716d5a (diff)
downloadports-3a5941167c1723e6bd35beb439b8bb709a08e850.tar.gz
ports-3a5941167c1723e6bd35beb439b8bb709a08e850.zip
science/py-asdf: Update to 3.2.0
-rw-r--r--science/py-asdf/Makefile5
-rw-r--r--science/py-asdf/distinfo6
-rw-r--r--science/py-asdf/files/patch-pyproject.toml10
3 files changed, 5 insertions, 16 deletions
diff --git a/science/py-asdf/Makefile b/science/py-asdf/Makefile
index c3d55f54c227..3d1ae30051c3 100644
--- a/science/py-asdf/Makefile
+++ b/science/py-asdf/Makefile
@@ -1,6 +1,5 @@
PORTNAME= asdf
-PORTVERSION= 3.1.0
-PORTREVISION= 1
+PORTVERSION= 3.2.0
CATEGORIES= science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=60: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} \
${PYTHON_PKGNAMEPREFIX}asdf-transform-schemas>=0.3:science/py-asdf-transform-schemas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}attrs>=20.1.0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.11.4:devel/py-importlib-metadata@${PY_FLAVOR} \
diff --git a/science/py-asdf/distinfo b/science/py-asdf/distinfo
index ee45f38ea08d..675113db69f8 100644
--- a/science/py-asdf/distinfo
+++ b/science/py-asdf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710712520
-SHA256 (asdf-3.1.0.tar.gz) = c4907ae3242b59a2d0e363dc5fd8337d5f82d4c01b1908be1d1e305cdff04639
-SIZE (asdf-3.1.0.tar.gz) = 795517
+TIMESTAMP = 1712427950
+SHA256 (asdf-3.2.0.tar.gz) = f92de7246f8f12bb24e813c73784d3cd455d021d083c58723497bf129e2945f2
+SIZE (asdf-3.2.0.tar.gz) = 794661
diff --git a/science/py-asdf/files/patch-pyproject.toml b/science/py-asdf/files/patch-pyproject.toml
deleted file mode 100644
index 25f689074802..000000000000
--- a/science/py-asdf/files/patch-pyproject.toml
+++ /dev/null
@@ -1,10 +0,0 @@
---- pyproject.toml.orig 2024-02-27 20:49:34 UTC
-+++ pyproject.toml
-@@ -21,7 +21,6 @@ dependencies = [
- dependencies = [
- "asdf-standard>=1.0.1",
- "asdf-transform-schemas>=0.3",
-- "asdf-unit-schemas>=0.1",
- "importlib-metadata>=4.11.4",
- "jmespath>=0.6.2",
- "numpy>=1.22",