pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-asdf_astropy: new package for SDF serialization support for astropy objects



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Thu Aug 18 19:00:36 2022 +0800
Changeset:	480d57dc9b44f7f98fe0e505d9b5a384933c81f0

Modified Files:
	Makefile
Added Files:
	py-asdf_astropy/DESCR
	py-asdf_astropy/Makefile
	py-asdf_astropy/PLIST
	py-asdf_astropy/distinfo

Log Message:
py-asdf_astropy: new package for SDF serialization support for astropy objects

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=480d57dc9b44f7f98fe0e505d9b5a384933c81f0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                 |   1 +
 py-asdf_astropy/DESCR    |   1 +
 py-asdf_astropy/Makefile |  24 ++++++
 py-asdf_astropy/PLIST    | 212 +++++++++++++++++++++++++++++++++++++++++++++++
 py-asdf_astropy/distinfo |   5 ++
 5 files changed, 243 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c4cf16b743..519b865e42 100644
--- a/Makefile
+++ b/Makefile
@@ -3420,6 +3420,7 @@ SUBDIR+=	py-arxiv2bib
 SUBDIR+=	py-arxvier
 SUBDIR+=	py-asciimathml
 SUBDIR+=	py-asdf
+SUBDIR+=	py-asdf_astropy
 SUBDIR+=	py-ase
 SUBDIR+=	py-asmai
 SUBDIR+=	py-aspects
diff --git a/py-asdf_astropy/DESCR b/py-asdf_astropy/DESCR
new file mode 100644
index 0000000000..e642a60a1f
--- /dev/null
+++ b/py-asdf_astropy/DESCR
@@ -0,0 +1 @@
+SDF serialization support for astropy objects.
diff --git a/py-asdf_astropy/Makefile b/py-asdf_astropy/Makefile
new file mode 100644
index 0000000000..1ae3f05166
--- /dev/null
+++ b/py-asdf_astropy/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	asdf_astropy-0.2.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/asdf_astropy/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://pypi.org/project/asdf_astropy/
+COMMENT=	ASDF serialization support for astropy objects
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-astropy>=5.0.4:../../math/py-astropy
+DEPENDS+=	${PYPKGPREFIX}-asdf>=2.8.0:../../math/py-asdf
+DEPENDS+=	${PYPKGPREFIX}-numpy>0:../../math/py-numpy
+DEPENDS+=	${PYPKGPREFIX}-asdf_coordinates_schemas>0:../../wip/py-asdf_coordinates_schemas
+DEPENDS+=	${PYPKGPREFIX}-asdf_transform_schemas>=0.2.2:../../wip/py-asdf_transform_schemas
+DEPENDS+=	${PYPKGPREFIX}-importlib-resources>=3:../../devel/py-importlib-resources
+DEPENDS+=	${PYPKGPREFIX}-packaging>=16.0:../../devel/py-packaging
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-asdf_astropy/PLIST b/py-asdf_astropy/PLIST
new file mode 100644
index 0000000000..902dfae251
--- /dev/null
+++ b/py-asdf_astropy/PLIST
@@ -0,0 +1,212 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${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/helpers.py
+${PYSITELIB}/asdf_astropy/converters/coordinates/tests/helpers.pyc
+${PYSITELIB}/asdf_astropy/converters/coordinates/tests/helpers.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/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/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_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/schemas/fits/fits-1.0.0.yaml
+${PYSITELIB}/asdf_astropy/resources/schemas/table/table-1.0.0.yaml
+${PYSITELIB}/asdf_astropy/resources/schemas/time/timedelta-1.0.0.yaml
+${PYSITELIB}/asdf_astropy/resources/schemas/transform/units_mapping-1.0.0.yaml
+${PYSITELIB}/asdf_astropy/resources/schemas/units/equivalency-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
diff --git a/py-asdf_astropy/distinfo b/py-asdf_astropy/distinfo
new file mode 100644
index 0000000000..446bed362f
--- /dev/null
+++ b/py-asdf_astropy/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (asdf_astropy-0.2.1.tar.gz) = b48bfcfc93efcdbcae7830bf3c6597d9c3b47042e406e30b7771c93d21caafae
+SHA512 (asdf_astropy-0.2.1.tar.gz) = aa6499368340aadc2c16595cdd86cbca0463b55841be50000e9832b8d89a4245310d3ffbae5a0fa503b0682439d206367a1a1f0e4415f8d0b74be98a1459da57
+Size (asdf_astropy-0.2.1.tar.gz) = 58838 bytes


Home | Main Index | Thread Index | Old Index