head 1.11; access; symbols pkgsrc-2026Q1:1.11.0.2 pkgsrc-2026Q1-base:1.11 pkgsrc-2025Q4:1.9.0.2 pkgsrc-2025Q4-base:1.9 pkgsrc-2025Q3:1.8.0.4 pkgsrc-2025Q3-base:1.8 pkgsrc-2025Q2:1.8.0.2 pkgsrc-2025Q2-base:1.8 pkgsrc-2025Q1:1.6.0.2 pkgsrc-2025Q1-base:1.6 pkgsrc-2024Q4:1.4.0.2 pkgsrc-2024Q4-base:1.4 pkgsrc-2024Q3:1.2.0.2 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.11 date 2026.02.16.09.43.06; author adam; state Exp; branches; next 1.10; commitid oAeYsMXddW9xhAuG; 1.10 date 2026.01.08.10.27.00; author adam; state Exp; branches; next 1.9; commitid J5OUwSRqkYDiMzpG; 1.9 date 2025.10.09.07.57.45; author wiz; state Exp; branches; next 1.8; commitid t4nMY0Dt3rBjSRdG; 1.8 date 2025.06.13.07.23.28; author adam; state Exp; branches; next 1.7; commitid yo29gYk8xLbPtHYF; 1.7 date 2025.04.15.16.31.37; author adam; state Exp; branches; next 1.6; commitid GEWTNMP1WtMxpaRF; 1.6 date 2025.02.13.06.34.08; author adam; state Exp; branches; next 1.5; commitid pqdy8i64TnI54hJF; 1.5 date 2025.01.21.09.35.01; author adam; state Exp; branches; next 1.4; commitid m63USU08VZkSNkGF; 1.4 date 2024.11.11.07.28.39; author wiz; state Exp; branches; next 1.3; commitid 1fBDq3LwS98NncxF; 1.3 date 2024.10.14.06.45.48; author wiz; state Exp; branches; next 1.2; commitid ynDJEEQamKd33BtF; 1.2 date 2024.08.07.16.09.11; author jperkin; state Exp; branches; next 1.1; commitid ESHOoG1Fg0U1mUkF; 1.1 date 2024.05.15.06.46.57; author wiz; state Exp; branches; next ; commitid t8Q3d17op0mBW3aF; desc @@ 1.11 log @py-asdf_astropy: updated to 0.10.0 0.10.0 (2026-02-13) - Add support for astronomy-1.2.0 manifest - Add TETE and TEME coordinate frames - Fix magunit serialization to match unit @ text @# $NetBSD: Makefile,v 1.10 2026/01/08 10:27:00 adam Exp $ DISTNAME= asdf_astropy-0.10.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asdf_astropy/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://asdf-astropy.readthedocs.io/en/latest/ COMMENT= ASDF serialization support for astropy objects 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>=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.3.0:../../math/py-astropy DEPENDS+= ${PYPKGPREFIX}-numpy>=1.26.4:../../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 #TEST_DEPENDS+= ${PYPKGPREFIX}-test-astropy>0:../../math/py-test-astropy USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 310 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.10 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2025/10/09 07:57:45 wiz Exp $ d3 1 a3 1 DISTNAME= asdf_astropy-0.9.0 d20 1 a20 1 DEPENDS+= ${PYPKGPREFIX}-numpy>=1.26:../../math/py-numpy @ 1.9 log @*: remove reference to (removed) Python 3.9 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2025/06/13 07:23:28 adam Exp $ d3 1 a3 1 DISTNAME= asdf_astropy-0.8.0 d15 1 a15 1 DEPENDS+= ${PYPKGPREFIX}-asdf>=2.15.0:../../math/py-asdf d19 2 a20 2 DEPENDS+= ${PYPKGPREFIX}-astropy>=5.2.0:../../math/py-astropy DEPENDS+= ${PYPKGPREFIX}-numpy>=1.25:../../math/py-numpy @ 1.8 log @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. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2025/04/15 16:31:37 adam Exp $ d28 1 a28 1 PYTHON_VERSIONS_INCOMPATIBLE= 39 310 @ 1.7 log @Fix PLIST after py-setuptools update; bump depends and revision @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2025/02/13 06:34:08 adam Exp $ d3 1 a3 1 DISTNAME= asdf_astropy-0.7.1 a4 1 PKGREVISION= 1 d15 2 a16 2 DEPENDS+= ${PYPKGPREFIX}-asdf>=2.14.4:../../math/py-asdf DEPENDS+= ${PYPKGPREFIX}-asdf_coordinates_schemas>=0.3:../../math/py-asdf_coordinates_schemas d18 1 a18 1 DEPENDS+= ${PYPKGPREFIX}-asdf-transform-schemas>=0.5:../../math/py-asdf-transform-schemas d20 1 a20 1 DEPENDS+= ${PYPKGPREFIX}-numpy>=1.24:../../math/py-numpy d28 1 a28 1 PYTHON_VERSIONS_INCOMPATIBLE= 39 @ 1.6 log @py-asdf_astropy: updated to 0.7.1 0.7.1 (2025-02-12) - register blank ASDF extensions to prevent warnings for ASDF files generated with asdf-astropy 0.5.0. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2025/01/21 09:35:01 adam Exp $ d5 1 d14 1 a14 1 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=60:../../devel/py-setuptools @ 1.5 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2024/11/11 07:28:39 wiz Exp $ d3 1 a3 1 DISTNAME= asdf_astropy-0.7.0 @ 1.4 log @py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2024/10/14 06:45:48 wiz Exp $ d3 2 a4 2 DISTNAME= asdf-astropy-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-/_/} d13 4 a16 3 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 d19 2 a20 3 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 d23 2 a24 1 TEST_DEPENDS+= ${PYPKGPREFIX}-test-astropy-header>=0:../../devel/py-test-astropy-header @ 1.3 log @*: clean-up after python38 removal @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2024/08/07 16:09:11 jperkin Exp $ a14 1 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel @ 1.2 log @py-asdf_astropy: Not for python39. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2024/05/15 06:46:57 wiz Exp $ d28 1 a28 1 PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 @ 1.1 log @math/py-asdf_astropy: import py312-asdf_astropy-0.6.1 Packaged for wip by Kinoshita Daisuke and myself. SDF serialization support for astropy objects. @ text @d1 1 a1 1 # $NetBSD$ d28 1 a28 1 PYTHON_VERSIONS_INCOMPATIBLE= 27 38 @