pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-asdf_astropy
Module Name: pkgsrc
Committed By: adam
Date: Thu Jan 8 10:27:00 UTC 2026
Modified Files:
pkgsrc/math/py-asdf_astropy: Makefile PLIST distinfo
Log Message:
py-asdf_astropy: updated to 0.9.0
0.9.0 (2025-11-17)
- drop support for numpy 1.25.
- require asdf 3.3 and drop support for astropy 5.2
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/py-asdf_astropy/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-asdf_astropy/PLIST \
pkgsrc/math/py-asdf_astropy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-asdf_astropy/Makefile
diff -u pkgsrc/math/py-asdf_astropy/Makefile:1.9 pkgsrc/math/py-asdf_astropy/Makefile:1.10
--- pkgsrc/math/py-asdf_astropy/Makefile:1.9 Thu Oct 9 07:57:45 2025
+++ pkgsrc/math/py-asdf_astropy/Makefile Thu Jan 8 10:27:00 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2025/10/09 07:57:45 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2026/01/08 10:27:00 adam Exp $
-DISTNAME= asdf_astropy-0.8.0
+DISTNAME= asdf_astropy-0.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asdf_astropy/}
@@ -12,12 +12,12 @@ LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm
-DEPENDS+= ${PYPKGPREFIX}-asdf>=2.15.0:../../math/py-asdf
+DEPENDS+= ${PYPKGPREFIX}-asdf>=3.3.0:../../math/py-asdf
DEPENDS+= ${PYPKGPREFIX}-asdf_coordinates_schemas>=0.4:../../math/py-asdf_coordinates_schemas
DEPENDS+= ${PYPKGPREFIX}-asdf-standard>=1.1.0:../../math/py-asdf-standard
DEPENDS+= ${PYPKGPREFIX}-asdf-transform-schemas>=0.6:../../math/py-asdf-transform-schemas
-DEPENDS+= ${PYPKGPREFIX}-astropy>=5.2.0:../../math/py-astropy
-DEPENDS+= ${PYPKGPREFIX}-numpy>=1.25:../../math/py-numpy
+DEPENDS+= ${PYPKGPREFIX}-astropy>=5.3.0:../../math/py-astropy
+DEPENDS+= ${PYPKGPREFIX}-numpy>=1.26:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-packaging>=19:../../devel/py-packaging
TEST_DEPENDS+= ${PYPKGPREFIX}-test-doctestplus>=0:../../devel/py-test-doctestplus
TEST_DEPENDS+= ${PYPKGPREFIX}-scipy>0:../../math/py-scipy
Index: pkgsrc/math/py-asdf_astropy/PLIST
diff -u pkgsrc/math/py-asdf_astropy/PLIST:1.4 pkgsrc/math/py-asdf_astropy/PLIST:1.5
--- pkgsrc/math/py-asdf_astropy/PLIST:1.4 Fri Jun 13 07:23:28 2025
+++ pkgsrc/math/py-asdf_astropy/PLIST Thu Jan 8 10:27:00 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/06/13 07:23:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/01/08 10:27:00 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -215,6 +215,9 @@ ${PYSITELIB}/asdf_astropy/converters/wcs
${PYSITELIB}/asdf_astropy/converters/wcs/wcs.py
${PYSITELIB}/asdf_astropy/converters/wcs/wcs.pyc
${PYSITELIB}/asdf_astropy/converters/wcs/wcs.pyo
+${PYSITELIB}/asdf_astropy/exceptions.py
+${PYSITELIB}/asdf_astropy/exceptions.pyc
+${PYSITELIB}/asdf_astropy/exceptions.pyo
${PYSITELIB}/asdf_astropy/extensions.py
${PYSITELIB}/asdf_astropy/extensions.pyc
${PYSITELIB}/asdf_astropy/extensions.pyo
@@ -240,6 +243,7 @@ ${PYSITELIB}/asdf_astropy/resources/mani
${PYSITELIB}/asdf_astropy/resources/manifests/astropy-1.1.0.yaml
${PYSITELIB}/asdf_astropy/resources/manifests/astropy-1.2.0.yaml
${PYSITELIB}/asdf_astropy/resources/manifests/astropy-1.3.0.yaml
+${PYSITELIB}/asdf_astropy/resources/manifests/astropy-1.4.0.yaml
${PYSITELIB}/asdf_astropy/resources/manifests/units-1.0.0.yaml
${PYSITELIB}/asdf_astropy/resources/manifests/units-1.1.0.yaml
${PYSITELIB}/asdf_astropy/resources/schemas/fits/fits-1.0.0.yaml
@@ -257,6 +261,7 @@ ${PYSITELIB}/asdf_astropy/resources/sche
${PYSITELIB}/asdf_astropy/resources/schemas/units/equivalency-1.1.0.yaml
${PYSITELIB}/asdf_astropy/resources/schemas/units/magunit-1.0.0.yaml
${PYSITELIB}/asdf_astropy/resources/schemas/wcs/slicedwcs-1.0.0.yaml
+${PYSITELIB}/asdf_astropy/resources/schemas/wcs/slicedwcs-1.1.0.yaml
${PYSITELIB}/asdf_astropy/resources/schemas/wcs/wcs-1.0.0.yaml
${PYSITELIB}/asdf_astropy/testing/__init__.py
${PYSITELIB}/asdf_astropy/testing/__init__.pyc
Index: pkgsrc/math/py-asdf_astropy/distinfo
diff -u pkgsrc/math/py-asdf_astropy/distinfo:1.4 pkgsrc/math/py-asdf_astropy/distinfo:1.5
--- pkgsrc/math/py-asdf_astropy/distinfo:1.4 Fri Jun 13 07:23:28 2025
+++ pkgsrc/math/py-asdf_astropy/distinfo Thu Jan 8 10:27:00 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/06/13 07:23:28 adam Exp $
+$NetBSD: distinfo,v 1.5 2026/01/08 10:27:00 adam Exp $
-BLAKE2s (asdf_astropy-0.8.0.tar.gz) = 96251cae161d02262d7ad143672f1bfbdcb1920fc5d5c53565d7cebfb34cea8a
-SHA512 (asdf_astropy-0.8.0.tar.gz) = 6a08c52181c3854350454913d54ee620559f06026cc913ae586f67bce191f3c8726fe381b0b8d3028c44186958fc2bf4bbef4b144adb80061d8cc03a54a9d704
-Size (asdf_astropy-0.8.0.tar.gz) = 79677 bytes
+BLAKE2s (asdf_astropy-0.9.0.tar.gz) = e4e3231a71e0f0ad8023570d4cfd0faee665c245866e6df0fef1d26e6619e953
+SHA512 (asdf_astropy-0.9.0.tar.gz) = 0b0ea40eb6f93974a16e2ed379e73d223f293e05220044234d007db3d6c41b21f8ed77e3eadb3e3135219349b7867731e664cc9bcb0b132d965bf73c206c9d86
+Size (asdf_astropy-0.9.0.tar.gz) = 79846 bytes
Home |
Main Index |
Thread Index |
Old Index