Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=IZvq82rI; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ItRYfYZl Received: by mail.netbsd.org (Postfix, from userid 605) id 34F8C84F03; Wed, 15 May 2024 06:47:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715755620; bh=DGFi8hBWwAiyIVKmkUmy2v6mPWoWoFYlAxUtBUkXhKU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=IZvq82rIV/cXdE5aDKwV+vSygRyz+gYyRKFVsc6kw/1m7lZ9e1dvKjTohlyZv0M90 KKGMhxg2sBq6gvSdyVdkxSi0s6+JoIGOQb5ZtK/yfJ2b08LbcYwoSMfarMgHSgsuta VQc0+uvmBIKWEaMhOV8wzwU9OslAMplvm3iqZbq0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 237B584D5E for ; Wed, 15 May 2024 06:46:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id zDfYDdvynyoj for ; Wed, 15 May 2024 06:46:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B419C84D35 for ; Wed, 15 May 2024 06:46:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715755617; bh=DGFi8hBWwAiyIVKmkUmy2v6mPWoWoFYlAxUtBUkXhKU=; h=Date:From:Subject:To:Reply-To; b=ItRYfYZlvt2oL6pabkYW/+W8mNVrERw2BFcwt1k6E3K3hu/nX6JAf87nagQJka+ot 8OKrytW5Gxb3QBqLZlLK4sRIuml+3kM50BvUm/2p4vkOSADw0hblCi1DeWwJovbVfa kELzrt+Mr6cYZFn2MTbr+0QOB88aKl2DsxVBosp4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id AABC8FA2C; Wed, 15 May 2024 06:46:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715755617119170" MIME-Version: 1.0 Date: Wed, 15 May 2024 06:46:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/py-asdf_astropy To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240515064657.AABC8FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715755617119170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 15 06:46:57 UTC 2024 Added Files: pkgsrc/math/py-asdf_astropy: DESCR Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-asdf_astropy/DESCR \ pkgsrc/math/py-asdf_astropy/Makefile 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. --_----------=_1715755617119170 Content-Disposition: inline Content-Length: 16621 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/math/py-asdf_astropy/DESCR diff -u /dev/null pkgsrc/math/py-asdf_astropy/DESCR:1.1 --- /dev/null Wed May 15 06:46:57 2024 +++ pkgsrc/math/py-asdf_astropy/DESCR Wed May 15 06:46:57 2024 @@ -0,0 +1 @@ +SDF serialization support for astropy objects. Index: pkgsrc/math/py-asdf_astropy/Makefile diff -u /dev/null pkgsrc/math/py-asdf_astropy/Makefile:1.1 --- /dev/null Wed May 15 06:46:57 2024 +++ pkgsrc/math/py-asdf_astropy/Makefile Wed May 15 06:46:57 2024 @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1 2024/05/15 06:46:57 wiz Exp $ + +DISTNAME= asdf-astropy-0.6.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-/_/} +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>=0:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel +DEPENDS+= ${PYPKGPREFIX}-asdf>=2.13:../../math/py-asdf +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}-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 + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 38 + +.include "../../lang/python/wheel.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/math/py-asdf_astropy/PLIST diff -u /dev/null pkgsrc/math/py-asdf_astropy/PLIST:1.1 --- /dev/null Wed May 15 06:46:57 2024 +++ pkgsrc/math/py-asdf_astropy/PLIST Wed May 15 06:46:57 2024 @@ -0,0 +1,235 @@ +@comment $NetBSD: PLIST,v 1.1 2024/05/15 06:46:57 wiz Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt +${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 +${PYSITELIB}/asdf_astropy/conftest.py +${PYSITELIB}/asdf_astropy/conftest.pyc +${PYSITELIB}/asdf_astropy/conftest.pyo +${PYSITELIB}/asdf_astropy/converters/__init__.py +${PYSITELIB}/asdf_astropy/converters/__init__.pyc +${PYSITELIB}/asdf_astropy/converters/__init__.pyo +${PYSITELIB}/asdf_astropy/converters/coordinates/__init__.py +${PYSITELIB}/asdf_astropy/converters/coordinates/__init__.pyc +${PYSITELIB}/asdf_astropy/converters/coordinates/__init__.pyo +${PYSITELIB}/asdf_astropy/converters/coordinates/angle.py +${PYSITELIB}/asdf_astropy/converters/coordinates/angle.pyc +${PYSITELIB}/asdf_astropy/converters/coordinates/angle.pyo +${PYSITELIB}/asdf_astropy/converters/coordinates/earth_location.py +${PYSITELIB}/asdf_astropy/converters/coordinates/earth_location.pyc +${PYSITELIB}/asdf_astropy/converters/coordinates/earth_location.pyo +${PYSITELIB}/asdf_astropy/converters/coordinates/frame.py +${PYSITELIB}/asdf_astropy/converters/coordinates/frame.pyc +${PYSITELIB}/asdf_astropy/converters/coordinates/frame.pyo +${PYSITELIB}/asdf_astropy/converters/coordinates/representation.py +${PYSITELIB}/asdf_astropy/converters/coordinates/representation.pyc +${PYSITELIB}/asdf_astropy/converters/coordinates/representation.pyo +${PYSITELIB}/asdf_astropy/converters/coordinates/sky_coord.py +${PYSITELIB}/asdf_astropy/converters/coordinates/sky_coord.pyc +${PYSITELIB}/asdf_astropy/converters/coordinates/sky_coord.pyo +${PYSITELIB}/asdf_astropy/converters/coordinates/spectral_coord.py +${PYSITELIB}/asdf_astropy/converters/coordinates/spectral_coord.pyc +${PYSITELIB}/asdf_astropy/converters/coordinates/spectral_coord.pyo +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/__init__.py +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/__init__.pyc +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/__init__.pyo +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_angle.py +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_angle.pyc +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_angle.pyo +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_earth_location.py +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_earth_location.pyc +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_earth_location.pyo +${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_representation.py +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_representation.pyc +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_representation.pyo +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_sky_coord.py +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_sky_coord.pyc +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_sky_coord.pyo +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_spectral_coord.py +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_spectral_coord.pyc +${PYSITELIB}/asdf_astropy/converters/coordinates/tests/test_spectral_coord.pyo +${PYSITELIB}/asdf_astropy/converters/fits/__init__.py +${PYSITELIB}/asdf_astropy/converters/fits/__init__.pyc +${PYSITELIB}/asdf_astropy/converters/fits/__init__.pyo +${PYSITELIB}/asdf_astropy/converters/fits/fits.py +${PYSITELIB}/asdf_astropy/converters/fits/fits.pyc +${PYSITELIB}/asdf_astropy/converters/fits/fits.pyo +${PYSITELIB}/asdf_astropy/converters/fits/tests/__init__.py +${PYSITELIB}/asdf_astropy/converters/fits/tests/__init__.pyc +${PYSITELIB}/asdf_astropy/converters/fits/tests/__init__.pyo +${PYSITELIB}/asdf_astropy/converters/fits/tests/test_fits.py +${PYSITELIB}/asdf_astropy/converters/fits/tests/test_fits.pyc +${PYSITELIB}/asdf_astropy/converters/fits/tests/test_fits.pyo +${PYSITELIB}/asdf_astropy/converters/helpers.py +${PYSITELIB}/asdf_astropy/converters/helpers.pyc +${PYSITELIB}/asdf_astropy/converters/helpers.pyo +${PYSITELIB}/asdf_astropy/converters/table/__init__.py +${PYSITELIB}/asdf_astropy/converters/table/__init__.pyc +${PYSITELIB}/asdf_astropy/converters/table/__init__.pyo +${PYSITELIB}/asdf_astropy/converters/table/table.py +${PYSITELIB}/asdf_astropy/converters/table/table.pyc +${PYSITELIB}/asdf_astropy/converters/table/table.pyo +${PYSITELIB}/asdf_astropy/converters/table/tests/__init__.py +${PYSITELIB}/asdf_astropy/converters/table/tests/__init__.pyc +${PYSITELIB}/asdf_astropy/converters/table/tests/__init__.pyo +${PYSITELIB}/asdf_astropy/converters/table/tests/test_table.py +${PYSITELIB}/asdf_astropy/converters/table/tests/test_table.pyc +${PYSITELIB}/asdf_astropy/converters/table/tests/test_table.pyo +${PYSITELIB}/asdf_astropy/converters/time/__init__.py +${PYSITELIB}/asdf_astropy/converters/time/__init__.pyc +${PYSITELIB}/asdf_astropy/converters/time/__init__.pyo +${PYSITELIB}/asdf_astropy/converters/time/tests/__init__.py +${PYSITELIB}/asdf_astropy/converters/time/tests/__init__.pyc +${PYSITELIB}/asdf_astropy/converters/time/tests/__init__.pyo +${PYSITELIB}/asdf_astropy/converters/time/tests/test_time.py +${PYSITELIB}/asdf_astropy/converters/time/tests/test_time.pyc +${PYSITELIB}/asdf_astropy/converters/time/tests/test_time.pyo +${PYSITELIB}/asdf_astropy/converters/time/tests/test_time_delta.py +${PYSITELIB}/asdf_astropy/converters/time/tests/test_time_delta.pyc +${PYSITELIB}/asdf_astropy/converters/time/tests/test_time_delta.pyo +${PYSITELIB}/asdf_astropy/converters/time/time.py +${PYSITELIB}/asdf_astropy/converters/time/time.pyc +${PYSITELIB}/asdf_astropy/converters/time/time.pyo +${PYSITELIB}/asdf_astropy/converters/time/time_delta.py +${PYSITELIB}/asdf_astropy/converters/time/time_delta.pyc +${PYSITELIB}/asdf_astropy/converters/time/time_delta.pyo +${PYSITELIB}/asdf_astropy/converters/transform/__init__.py +${PYSITELIB}/asdf_astropy/converters/transform/__init__.pyc +${PYSITELIB}/asdf_astropy/converters/transform/__init__.pyo +${PYSITELIB}/asdf_astropy/converters/transform/compound.py +${PYSITELIB}/asdf_astropy/converters/transform/compound.pyc +${PYSITELIB}/asdf_astropy/converters/transform/compound.pyo +${PYSITELIB}/asdf_astropy/converters/transform/core.py +${PYSITELIB}/asdf_astropy/converters/transform/core.pyc +${PYSITELIB}/asdf_astropy/converters/transform/core.pyo +${PYSITELIB}/asdf_astropy/converters/transform/functional_models.py +${PYSITELIB}/asdf_astropy/converters/transform/functional_models.pyc +${PYSITELIB}/asdf_astropy/converters/transform/functional_models.pyo +${PYSITELIB}/asdf_astropy/converters/transform/mappings.py +${PYSITELIB}/asdf_astropy/converters/transform/mappings.pyc +${PYSITELIB}/asdf_astropy/converters/transform/mappings.pyo +${PYSITELIB}/asdf_astropy/converters/transform/math_functions.py +${PYSITELIB}/asdf_astropy/converters/transform/math_functions.pyc +${PYSITELIB}/asdf_astropy/converters/transform/math_functions.pyo +${PYSITELIB}/asdf_astropy/converters/transform/polynomial.py +${PYSITELIB}/asdf_astropy/converters/transform/polynomial.pyc +${PYSITELIB}/asdf_astropy/converters/transform/polynomial.pyo +${PYSITELIB}/asdf_astropy/converters/transform/projections.py +${PYSITELIB}/asdf_astropy/converters/transform/projections.pyc +${PYSITELIB}/asdf_astropy/converters/transform/projections.pyo +${PYSITELIB}/asdf_astropy/converters/transform/properties.py +${PYSITELIB}/asdf_astropy/converters/transform/properties.pyc +${PYSITELIB}/asdf_astropy/converters/transform/properties.pyo +${PYSITELIB}/asdf_astropy/converters/transform/rotations.py +${PYSITELIB}/asdf_astropy/converters/transform/rotations.pyc +${PYSITELIB}/asdf_astropy/converters/transform/rotations.pyo +${PYSITELIB}/asdf_astropy/converters/transform/spline.py +${PYSITELIB}/asdf_astropy/converters/transform/spline.pyc +${PYSITELIB}/asdf_astropy/converters/transform/spline.pyo +${PYSITELIB}/asdf_astropy/converters/transform/tabular.py +${PYSITELIB}/asdf_astropy/converters/transform/tabular.pyc +${PYSITELIB}/asdf_astropy/converters/transform/tabular.pyo +${PYSITELIB}/asdf_astropy/converters/transform/tests/__init__.py +${PYSITELIB}/asdf_astropy/converters/transform/tests/__init__.pyc +${PYSITELIB}/asdf_astropy/converters/transform/tests/__init__.pyo +${PYSITELIB}/asdf_astropy/converters/transform/tests/test_transform.py +${PYSITELIB}/asdf_astropy/converters/transform/tests/test_transform.pyc +${PYSITELIB}/asdf_astropy/converters/transform/tests/test_transform.pyo +${PYSITELIB}/asdf_astropy/converters/unit/__init__.py +${PYSITELIB}/asdf_astropy/converters/unit/__init__.pyc +${PYSITELIB}/asdf_astropy/converters/unit/__init__.pyo +${PYSITELIB}/asdf_astropy/converters/unit/equivalency.py +${PYSITELIB}/asdf_astropy/converters/unit/equivalency.pyc +${PYSITELIB}/asdf_astropy/converters/unit/equivalency.pyo +${PYSITELIB}/asdf_astropy/converters/unit/magunit.py +${PYSITELIB}/asdf_astropy/converters/unit/magunit.pyc +${PYSITELIB}/asdf_astropy/converters/unit/magunit.pyo +${PYSITELIB}/asdf_astropy/converters/unit/quantity.py +${PYSITELIB}/asdf_astropy/converters/unit/quantity.pyc +${PYSITELIB}/asdf_astropy/converters/unit/quantity.pyo +${PYSITELIB}/asdf_astropy/converters/unit/tests/__init__.py +${PYSITELIB}/asdf_astropy/converters/unit/tests/__init__.pyc +${PYSITELIB}/asdf_astropy/converters/unit/tests/__init__.pyo +${PYSITELIB}/asdf_astropy/converters/unit/tests/test_equivalency.py +${PYSITELIB}/asdf_astropy/converters/unit/tests/test_equivalency.pyc +${PYSITELIB}/asdf_astropy/converters/unit/tests/test_equivalency.pyo +${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_quantity.py +${PYSITELIB}/asdf_astropy/converters/unit/tests/test_quantity.pyc +${PYSITELIB}/asdf_astropy/converters/unit/tests/test_quantity.pyo +${PYSITELIB}/asdf_astropy/converters/unit/tests/test_unit.py +${PYSITELIB}/asdf_astropy/converters/unit/tests/test_unit.pyc +${PYSITELIB}/asdf_astropy/converters/unit/tests/test_unit.pyo +${PYSITELIB}/asdf_astropy/converters/unit/unit.py +${PYSITELIB}/asdf_astropy/converters/unit/unit.pyc +${PYSITELIB}/asdf_astropy/converters/unit/unit.pyo +${PYSITELIB}/asdf_astropy/converters/utils.py +${PYSITELIB}/asdf_astropy/converters/utils.pyc +${PYSITELIB}/asdf_astropy/converters/utils.pyo +${PYSITELIB}/asdf_astropy/extensions.py +${PYSITELIB}/asdf_astropy/extensions.pyc +${PYSITELIB}/asdf_astropy/extensions.pyo +${PYSITELIB}/asdf_astropy/integration.py +${PYSITELIB}/asdf_astropy/integration.pyc +${PYSITELIB}/asdf_astropy/integration.pyo +${PYSITELIB}/asdf_astropy/io/__init__.py +${PYSITELIB}/asdf_astropy/io/__init__.pyc +${PYSITELIB}/asdf_astropy/io/__init__.pyo +${PYSITELIB}/asdf_astropy/io/connect.py +${PYSITELIB}/asdf_astropy/io/connect.pyc +${PYSITELIB}/asdf_astropy/io/connect.pyo +${PYSITELIB}/asdf_astropy/io/tests/__init__.py +${PYSITELIB}/asdf_astropy/io/tests/__init__.pyc +${PYSITELIB}/asdf_astropy/io/tests/__init__.pyo +${PYSITELIB}/asdf_astropy/io/tests/test_io.py +${PYSITELIB}/asdf_astropy/io/tests/test_io.pyc +${PYSITELIB}/asdf_astropy/io/tests/test_io.pyo +${PYSITELIB}/asdf_astropy/resources/__init__.py +${PYSITELIB}/asdf_astropy/resources/__init__.pyc +${PYSITELIB}/asdf_astropy/resources/__init__.pyo +${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/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/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 +${PYSITELIB}/asdf_astropy/resources/schemas/table/table-1.2.0.yaml +${PYSITELIB}/asdf_astropy/resources/schemas/time/timedelta-1.0.0.yaml +${PYSITELIB}/asdf_astropy/resources/schemas/time/timedelta-1.1.0.yaml +${PYSITELIB}/asdf_astropy/resources/schemas/transform/units_mapping-1.0.0.yaml +${PYSITELIB}/asdf_astropy/resources/schemas/transform/units_mapping-1.1.0.yaml +${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/testing/__init__.py +${PYSITELIB}/asdf_astropy/testing/__init__.pyc +${PYSITELIB}/asdf_astropy/testing/__init__.pyo +${PYSITELIB}/asdf_astropy/testing/helpers.py +${PYSITELIB}/asdf_astropy/testing/helpers.pyc +${PYSITELIB}/asdf_astropy/testing/helpers.pyo +${PYSITELIB}/asdf_astropy/tests/__init__.py +${PYSITELIB}/asdf_astropy/tests/__init__.pyc +${PYSITELIB}/asdf_astropy/tests/__init__.pyo +${PYSITELIB}/asdf_astropy/tests/test_integration.py +${PYSITELIB}/asdf_astropy/tests/test_integration.pyc +${PYSITELIB}/asdf_astropy/tests/test_integration.pyo Index: pkgsrc/math/py-asdf_astropy/distinfo diff -u /dev/null pkgsrc/math/py-asdf_astropy/distinfo:1.1 --- /dev/null Wed May 15 06:46:57 2024 +++ pkgsrc/math/py-asdf_astropy/distinfo Wed May 15 06:46:57 2024 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2024/05/15 06:46:57 wiz 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 --_----------=_1715755617119170--