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: Fri Jun 13 07:23:28 UTC 2025
Modified Files:
pkgsrc/math/py-asdf_astropy: Makefile PLIST distinfo
Log Message:
py-asdf_astropy: updated to 0.8.0
0.8.0 (2025-06-11)
- drop support for python 3.10 and numpy 1.24.
- remove soon to be deprecated and non-working use of astropy TestRunner.
- Add support for masked quantities, angles, and coordinates for astropy >= 7.1.
- Add support for asdf-transform-schemas 0.6 and asdf-coordinates-schemas 0.4.
- Ignore UnitsWarnings emitted by astropy when converting units to VO format.
- Add support for new astronomy-1.1.0 manifest.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/py-asdf_astropy/Makefile
cvs rdiff -u -r1.3 -r1.4 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.7 pkgsrc/math/py-asdf_astropy/Makefile:1.8
--- pkgsrc/math/py-asdf_astropy/Makefile:1.7 Tue Apr 15 16:31:37 2025
+++ pkgsrc/math/py-asdf_astropy/Makefile Fri Jun 13 07:23:28 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2025/04/15 16:31:37 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/06/13 07:23:28 adam Exp $
-DISTNAME= asdf_astropy-0.7.1
+DISTNAME= asdf_astropy-0.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asdf_astropy/}
@@ -13,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.14.4:../../math/py-asdf
-DEPENDS+= ${PYPKGPREFIX}-asdf_coordinates_schemas>=0.3:../../math/py-asdf_coordinates_schemas
+DEPENDS+= ${PYPKGPREFIX}-asdf>=2.15.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.5:../../math/py-asdf-transform-schemas
+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.24:../../math/py-numpy
+DEPENDS+= ${PYPKGPREFIX}-numpy>=1.25:../../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
@@ -26,7 +25,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-scipy>0:..
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 39
+PYTHON_VERSIONS_INCOMPATIBLE= 39 310
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-asdf_astropy/PLIST
diff -u pkgsrc/math/py-asdf_astropy/PLIST:1.3 pkgsrc/math/py-asdf_astropy/PLIST:1.4
--- pkgsrc/math/py-asdf_astropy/PLIST:1.3 Tue Apr 15 16:31:37 2025
+++ pkgsrc/math/py-asdf_astropy/PLIST Fri Jun 13 07:23:28 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/04/15 16:31:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/06/13 07:23:28 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -8,9 +8,6 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.
${PYSITELIB}/asdf_astropy/__init__.py
${PYSITELIB}/asdf_astropy/__init__.pyc
${PYSITELIB}/asdf_astropy/__init__.pyo
-${PYSITELIB}/asdf_astropy/_astropy_init.py
-${PYSITELIB}/asdf_astropy/_astropy_init.pyc
-${PYSITELIB}/asdf_astropy/_astropy_init.pyo
${PYSITELIB}/asdf_astropy/_version.py
${PYSITELIB}/asdf_astropy/_version.pyc
${PYSITELIB}/asdf_astropy/_version.pyo
@@ -53,6 +50,9 @@ ${PYSITELIB}/asdf_astropy/converters/coo
${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_frame.py
${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_frame.pyc
${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_frame.pyo
+${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_masked.py
+${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_masked.pyc
+${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_masked.pyo
${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_representation.py
${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_representation.pyc
${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_representation.pyo
@@ -182,6 +182,9 @@ ${PYSITELIB}/asdf_astropy/converters/uni
${PYSITELIB}/asdf_astropy/converters/unit/tests/test_magunit.py
${PYSITELIB}/asdf_astropy/converters/unit/tests/test_magunit.pyc
${PYSITELIB}/asdf_astropy/converters/unit/tests/test_magunit.pyo
+${PYSITELIB}/asdf_astropy/converters/unit/tests/test_masked.py
+${PYSITELIB}/asdf_astropy/converters/unit/tests/test_masked.pyc
+${PYSITELIB}/asdf_astropy/converters/unit/tests/test_masked.pyo
${PYSITELIB}/asdf_astropy/converters/unit/tests/test_quantity.py
${PYSITELIB}/asdf_astropy/converters/unit/tests/test_quantity.pyc
${PYSITELIB}/asdf_astropy/converters/unit/tests/test_quantity.pyo
@@ -267,3 +270,6 @@ ${PYSITELIB}/asdf_astropy/tests/__init__
${PYSITELIB}/asdf_astropy/tests/test_integration.py
${PYSITELIB}/asdf_astropy/tests/test_integration.pyc
${PYSITELIB}/asdf_astropy/tests/test_integration.pyo
+${PYSITELIB}/asdf_astropy/tests/versions.py
+${PYSITELIB}/asdf_astropy/tests/versions.pyc
+${PYSITELIB}/asdf_astropy/tests/versions.pyo
Index: pkgsrc/math/py-asdf_astropy/distinfo
diff -u pkgsrc/math/py-asdf_astropy/distinfo:1.3 pkgsrc/math/py-asdf_astropy/distinfo:1.4
--- pkgsrc/math/py-asdf_astropy/distinfo:1.3 Thu Feb 13 06:34:08 2025
+++ pkgsrc/math/py-asdf_astropy/distinfo Fri Jun 13 07:23:28 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/02/13 06:34:08 adam Exp $
+$NetBSD: distinfo,v 1.4 2025/06/13 07:23:28 adam Exp $
-BLAKE2s (asdf_astropy-0.7.1.tar.gz) = e9da22d48a3e825c5cedaf003949a990343eebc04c9992a5d01f37adbcc6c8e6
-SHA512 (asdf_astropy-0.7.1.tar.gz) = f80adc495982e1555002ff1f0f8f11fc6dae17c141b785e82db0c7854691184878d7ad349a6d23d28202977290006f8be30a2732120b64a82a98156cdcccc672
-Size (asdf_astropy-0.7.1.tar.gz) = 78119 bytes
+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
Home |
Main Index |
Thread Index |
Old Index