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:           Tue Jan 21 09:35:01 UTC 2025

Modified Files:
        pkgsrc/math/py-asdf_astropy: Makefile PLIST distinfo

Log Message:
py-asdf_astropy: updated to 0.7.0

0.7.0 (2024-11-13)

- strip None factor for spectral_density in equivalency converter
  to avoid deprecation warnings for astropy 7.
- drop support for python 3.9.
- replace usages of ``copy_arrays`` with ``memmap``
- require asdf 2.14.4
- Add support for astropy.nddata.uncertainty classes
- Add support for astropy.wcs.WCS and astropy.wcs.wcsapi.SlicedLowLevelWCS


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-asdf_astropy/Makefile
cvs rdiff -u -r1.1 -r1.2 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.4 pkgsrc/math/py-asdf_astropy/Makefile:1.5
--- pkgsrc/math/py-asdf_astropy/Makefile:1.4    Mon Nov 11 07:28:39 2024
+++ pkgsrc/math/py-asdf_astropy/Makefile        Tue Jan 21 09:35:01 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2024/11/11 07:28:39 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/01/21 09:35:01 adam Exp $
 
-DISTNAME=      asdf-astropy-0.6.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-/_/}
+DISTNAME=      asdf_astropy-0.7.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asdf_astropy/}
 
@@ -10,17 +10,18 @@ HOMEPAGE=   https://asdf-astropy.readthedo
 COMMENT=       ASDF serialization support for astropy objects
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
-DEPENDS+=      ${PYPKGPREFIX}-asdf>=2.13:../../math/py-asdf
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=60:../../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-standard>=1.1.0:../../math/py-asdf-standard
 DEPENDS+=      ${PYPKGPREFIX}-asdf-transform-schemas>=0.5:../../math/py-asdf-transform-schemas
-DEPENDS+=      ${PYPKGPREFIX}-asdf_coordinates_schemas>=0.3:../../math/py-asdf_coordinates_schemas
-DEPENDS+=      ${PYPKGPREFIX}-astropy>=5.0.4:../../math/py-astropy
-DEPENDS+=      ${PYPKGPREFIX}-numpy>0:../../math/py-numpy
+DEPENDS+=      ${PYPKGPREFIX}-astropy>=5.2.0:../../math/py-astropy
+DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.24:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=19:../../devel/py-packaging
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-doctestplus>=0:../../devel/py-test-doctestplus
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-astropy-header>=0:../../devel/py-test-astropy-header
+TEST_DEPENDS+= ${PYPKGPREFIX}-scipy>0:../../math/py-scipy
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-astropy>0:../../math/py-test-astropy
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/math/py-asdf_astropy/PLIST
diff -u pkgsrc/math/py-asdf_astropy/PLIST:1.1 pkgsrc/math/py-asdf_astropy/PLIST:1.2
--- pkgsrc/math/py-asdf_astropy/PLIST:1.1       Wed May 15 06:46:57 2024
+++ pkgsrc/math/py-asdf_astropy/PLIST   Tue Jan 21 09:35:01 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2024/05/15 06:46:57 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/01/21 09:35:01 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -77,6 +77,18 @@ ${PYSITELIB}/asdf_astropy/converters/fit
 ${PYSITELIB}/asdf_astropy/converters/helpers.py
 ${PYSITELIB}/asdf_astropy/converters/helpers.pyc
 ${PYSITELIB}/asdf_astropy/converters/helpers.pyo
+${PYSITELIB}/asdf_astropy/converters/nddata/__init__.py
+${PYSITELIB}/asdf_astropy/converters/nddata/__init__.pyc
+${PYSITELIB}/asdf_astropy/converters/nddata/__init__.pyo
+${PYSITELIB}/asdf_astropy/converters/nddata/tests/__init__.py
+${PYSITELIB}/asdf_astropy/converters/nddata/tests/__init__.pyc
+${PYSITELIB}/asdf_astropy/converters/nddata/tests/__init__.pyo
+${PYSITELIB}/asdf_astropy/converters/nddata/tests/test_uncertainty.py
+${PYSITELIB}/asdf_astropy/converters/nddata/tests/test_uncertainty.pyc
+${PYSITELIB}/asdf_astropy/converters/nddata/tests/test_uncertainty.pyo
+${PYSITELIB}/asdf_astropy/converters/nddata/uncertainty.py
+${PYSITELIB}/asdf_astropy/converters/nddata/uncertainty.pyc
+${PYSITELIB}/asdf_astropy/converters/nddata/uncertainty.pyo
 ${PYSITELIB}/asdf_astropy/converters/table/__init__.py
 ${PYSITELIB}/asdf_astropy/converters/table/__init__.pyc
 ${PYSITELIB}/asdf_astropy/converters/table/__init__.pyo
@@ -182,6 +194,24 @@ ${PYSITELIB}/asdf_astropy/converters/uni
 ${PYSITELIB}/asdf_astropy/converters/utils.py
 ${PYSITELIB}/asdf_astropy/converters/utils.pyc
 ${PYSITELIB}/asdf_astropy/converters/utils.pyo
+${PYSITELIB}/asdf_astropy/converters/wcs/__init__.py
+${PYSITELIB}/asdf_astropy/converters/wcs/__init__.pyc
+${PYSITELIB}/asdf_astropy/converters/wcs/__init__.pyo
+${PYSITELIB}/asdf_astropy/converters/wcs/slicedwcs.py
+${PYSITELIB}/asdf_astropy/converters/wcs/slicedwcs.pyc
+${PYSITELIB}/asdf_astropy/converters/wcs/slicedwcs.pyo
+${PYSITELIB}/asdf_astropy/converters/wcs/tests/__init__.py
+${PYSITELIB}/asdf_astropy/converters/wcs/tests/__init__.pyc
+${PYSITELIB}/asdf_astropy/converters/wcs/tests/__init__.pyo
+${PYSITELIB}/asdf_astropy/converters/wcs/tests/test_slicedwcs.py
+${PYSITELIB}/asdf_astropy/converters/wcs/tests/test_slicedwcs.pyc
+${PYSITELIB}/asdf_astropy/converters/wcs/tests/test_slicedwcs.pyo
+${PYSITELIB}/asdf_astropy/converters/wcs/tests/test_wcs.py
+${PYSITELIB}/asdf_astropy/converters/wcs/tests/test_wcs.pyc
+${PYSITELIB}/asdf_astropy/converters/wcs/tests/test_wcs.pyo
+${PYSITELIB}/asdf_astropy/converters/wcs/wcs.py
+${PYSITELIB}/asdf_astropy/converters/wcs/wcs.pyc
+${PYSITELIB}/asdf_astropy/converters/wcs/wcs.pyo
 ${PYSITELIB}/asdf_astropy/extensions.py
 ${PYSITELIB}/asdf_astropy/extensions.pyc
 ${PYSITELIB}/asdf_astropy/extensions.pyo
@@ -206,10 +236,12 @@ ${PYSITELIB}/asdf_astropy/resources/__in
 ${PYSITELIB}/asdf_astropy/resources/manifests/astropy-1.0.0.yaml
 ${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/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
 ${PYSITELIB}/asdf_astropy/resources/schemas/fits/fits-1.1.0.yaml
+${PYSITELIB}/asdf_astropy/resources/schemas/nddata/uncertainty-1.0.0.yaml
 ${PYSITELIB}/asdf_astropy/resources/schemas/table/ndarraymixin-1.0.0.yaml
 ${PYSITELIB}/asdf_astropy/resources/schemas/table/table-1.0.0.yaml
 ${PYSITELIB}/asdf_astropy/resources/schemas/table/table-1.1.0.yaml
@@ -221,6 +253,8 @@ ${PYSITELIB}/asdf_astropy/resources/sche
 ${PYSITELIB}/asdf_astropy/resources/schemas/units/equivalency-1.0.0.yaml
 ${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/wcs-1.0.0.yaml
 ${PYSITELIB}/asdf_astropy/testing/__init__.py
 ${PYSITELIB}/asdf_astropy/testing/__init__.pyc
 ${PYSITELIB}/asdf_astropy/testing/__init__.pyo
Index: pkgsrc/math/py-asdf_astropy/distinfo
diff -u pkgsrc/math/py-asdf_astropy/distinfo:1.1 pkgsrc/math/py-asdf_astropy/distinfo:1.2
--- pkgsrc/math/py-asdf_astropy/distinfo:1.1    Wed May 15 06:46:57 2024
+++ pkgsrc/math/py-asdf_astropy/distinfo        Tue Jan 21 09:35:01 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/05/15 06:46:57 wiz Exp $
+$NetBSD: distinfo,v 1.2 2025/01/21 09:35:01 adam Exp $
 
-BLAKE2s (asdf-astropy-0.6.1.tar.gz) = a0418b0fba04f90aa52db50dd89df716341d226b336171b269dac08f11678e33
-SHA512 (asdf-astropy-0.6.1.tar.gz) = 362e3ed7de63a65740d27cafeb55a75625f7c898a7a243bc79393351f7fc2761bf378133dc562f40f1c3e53974180bbef00979f051607d180edba02d7304615e
-Size (asdf-astropy-0.6.1.tar.gz) = 72811 bytes
+BLAKE2s (asdf_astropy-0.7.0.tar.gz) = 265c7685fac284974e12640137b1ae652beef5823eacfb5923ec084b11cca30b
+SHA512 (asdf_astropy-0.7.0.tar.gz) = 7e52ae6643db89c4e0820177e1e785cf06452213ed8df0dad371058d35b0599c7672b07d3847fcc405738ff63bcd975161406fcf4f515b7fd9714e4c3996c849
+Size (asdf_astropy-0.7.0.tar.gz) = 77336 bytes



Home | Main Index | Thread Index | Old Index