pkgsrc-WIP-changes archive

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

py-asdf: updating to the latest version 2.11.0



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Tue Apr 5 11:14:18 2022 +0800
Changeset:	ab5648d76e10e737b7fa9390c6f1a3866f81cb2f

Added Files:
	py-asdf/DESCR
	py-asdf/Makefile
	py-asdf/PLIST
	py-asdf/distinfo

Log Message:
py-asdf: updating to the latest version 2.11.0

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

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

diffstat:
 py-asdf/DESCR    |   2 +
 py-asdf/Makefile |  42 ++++++
 py-asdf/PLIST    | 392 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-asdf/distinfo |   5 +
 4 files changed, 441 insertions(+)

diffs:
diff --git a/py-asdf/DESCR b/py-asdf/DESCR
new file mode 100644
index 0000000000..a12038d91d
--- /dev/null
+++ b/py-asdf/DESCR
@@ -0,0 +1,2 @@
+The Advanced Scientific Data Format (ASDF) is a next-generation interchange
+format for scientific data.
diff --git a/py-asdf/Makefile b/py-asdf/Makefile
new file mode 100644
index 0000000000..9269457ee7
--- /dev/null
+++ b/py-asdf/Makefile
@@ -0,0 +1,42 @@
+# $NetBSD: Makefile,v 1.7 2022/01/05 15:41:13 wiz Exp $
+
+DISTNAME=	asdf-2.11.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/asdf/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/asdf-format/asdf
+COMMENT=	Advanced Scientific Data Format
+LICENSE=	modified-bsd
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+DEPENDS+=	${PYPKGPREFIX}-jmespath>=0.6.2:../../textproc/py-jmespath
+DEPENDS+=	${PYPKGPREFIX}-jsonschema>=3.0.2:../../textproc/py-jsonschema
+DEPENDS+=	${PYPKGPREFIX}-lz4>=0.10:../../archivers/py-lz4
+DEPENDS+=	${PYPKGPREFIX}-numpy>=1.10.0:../../math/py-numpy
+DEPENDS+=	${PYPKGPREFIX}-packaging>=16.0:../../devel/py-packaging
+DEPENDS+=	${PYPKGPREFIX}-semantic_version>=2.8:../../devel/py-semantic_version
+DEPENDS+=	${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
+
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27 # py-numpy
+
+USE_PKG_RESOURCES=	yes
+
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} < 39
+DEPENDS+=	${PYPKGPREFIX}-importlib-resources>=3:../../devel/py-importlib-resources
+.endif
+
+REPLACE_PYTHON+=	asdf-standard/reference_files/generate/generate
+REPLACE_PYTHON+=	asdf/extern/RangeHTTPServer.py
+
+post-install:
+	cd ${DESTDIR}${PREFIX}/bin && \
+	${MV} asdftool asdftool-${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-asdf/PLIST b/py-asdf/PLIST
new file mode 100644
index 0000000000..42a5b0b15e
--- /dev/null
+++ b/py-asdf/PLIST
@@ -0,0 +1,392 @@
+@comment $NetBSD$
+bin/asdftool-${PYVERSSUFFIX}
+${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}/asdf/__init__.py
+${PYSITELIB}/asdf/__init__.pyc
+${PYSITELIB}/asdf/__init__.pyo
+${PYSITELIB}/asdf/_convenience.py
+${PYSITELIB}/asdf/_convenience.pyc
+${PYSITELIB}/asdf/_convenience.pyo
+${PYSITELIB}/asdf/_display.py
+${PYSITELIB}/asdf/_display.pyc
+${PYSITELIB}/asdf/_display.pyo
+${PYSITELIB}/asdf/_helpers.py
+${PYSITELIB}/asdf/_helpers.pyc
+${PYSITELIB}/asdf/_helpers.pyo
+${PYSITELIB}/asdf/_version.py
+${PYSITELIB}/asdf/_version.pyc
+${PYSITELIB}/asdf/_version.pyo
+${PYSITELIB}/asdf/asdf.py
+${PYSITELIB}/asdf/asdf.pyc
+${PYSITELIB}/asdf/asdf.pyo
+${PYSITELIB}/asdf/asdftypes.py
+${PYSITELIB}/asdf/asdftypes.pyc
+${PYSITELIB}/asdf/asdftypes.pyo
+${PYSITELIB}/asdf/block.py
+${PYSITELIB}/asdf/block.pyc
+${PYSITELIB}/asdf/block.pyo
+${PYSITELIB}/asdf/commands/__init__.py
+${PYSITELIB}/asdf/commands/__init__.pyc
+${PYSITELIB}/asdf/commands/__init__.pyo
+${PYSITELIB}/asdf/commands/defragment.py
+${PYSITELIB}/asdf/commands/defragment.pyc
+${PYSITELIB}/asdf/commands/defragment.pyo
+${PYSITELIB}/asdf/commands/diff.py
+${PYSITELIB}/asdf/commands/diff.pyc
+${PYSITELIB}/asdf/commands/diff.pyo
+${PYSITELIB}/asdf/commands/edit.py
+${PYSITELIB}/asdf/commands/edit.pyc
+${PYSITELIB}/asdf/commands/edit.pyo
+${PYSITELIB}/asdf/commands/exploded.py
+${PYSITELIB}/asdf/commands/exploded.pyc
+${PYSITELIB}/asdf/commands/exploded.pyo
+${PYSITELIB}/asdf/commands/extension.py
+${PYSITELIB}/asdf/commands/extension.pyc
+${PYSITELIB}/asdf/commands/extension.pyo
+${PYSITELIB}/asdf/commands/extract.py
+${PYSITELIB}/asdf/commands/extract.pyc
+${PYSITELIB}/asdf/commands/extract.pyo
+${PYSITELIB}/asdf/commands/info.py
+${PYSITELIB}/asdf/commands/info.pyc
+${PYSITELIB}/asdf/commands/info.pyo
+${PYSITELIB}/asdf/commands/main.py
+${PYSITELIB}/asdf/commands/main.pyc
+${PYSITELIB}/asdf/commands/main.pyo
+${PYSITELIB}/asdf/commands/remove_hdu.py
+${PYSITELIB}/asdf/commands/remove_hdu.pyc
+${PYSITELIB}/asdf/commands/remove_hdu.pyo
+${PYSITELIB}/asdf/commands/tags.py
+${PYSITELIB}/asdf/commands/tags.pyc
+${PYSITELIB}/asdf/commands/tags.pyo
+${PYSITELIB}/asdf/commands/tests/__init__.py
+${PYSITELIB}/asdf/commands/tests/__init__.pyc
+${PYSITELIB}/asdf/commands/tests/__init__.pyo
+${PYSITELIB}/asdf/commands/tests/data/__init__.py
+${PYSITELIB}/asdf/commands/tests/data/__init__.pyc
+${PYSITELIB}/asdf/commands/tests/data/__init__.pyo
+${PYSITELIB}/asdf/commands/tests/data/block0.asdf
+${PYSITELIB}/asdf/commands/tests/data/block1.asdf
+${PYSITELIB}/asdf/commands/tests/data/blocks.diff
+${PYSITELIB}/asdf/commands/tests/data/frames.diff
+${PYSITELIB}/asdf/commands/tests/data/frames0.asdf
+${PYSITELIB}/asdf/commands/tests/data/frames1.asdf
+${PYSITELIB}/asdf/commands/tests/data/frames_ignore_asdf_library.diff
+${PYSITELIB}/asdf/commands/tests/data/frames_ignore_both.diff
+${PYSITELIB}/asdf/commands/tests/data/frames_ignore_reference_frame.diff
+${PYSITELIB}/asdf/commands/tests/data/frames_minimal.diff
+${PYSITELIB}/asdf/commands/tests/data/simple_inline_array.diff
+${PYSITELIB}/asdf/commands/tests/data/simple_inline_array0.asdf
+${PYSITELIB}/asdf/commands/tests/data/simple_inline_array1.asdf
+${PYSITELIB}/asdf/commands/tests/test_defragment.py
+${PYSITELIB}/asdf/commands/tests/test_defragment.pyc
+${PYSITELIB}/asdf/commands/tests/test_defragment.pyo
+${PYSITELIB}/asdf/commands/tests/test_diff.py
+${PYSITELIB}/asdf/commands/tests/test_diff.pyc
+${PYSITELIB}/asdf/commands/tests/test_diff.pyo
+${PYSITELIB}/asdf/commands/tests/test_edit.py
+${PYSITELIB}/asdf/commands/tests/test_edit.pyc
+${PYSITELIB}/asdf/commands/tests/test_edit.pyo
+${PYSITELIB}/asdf/commands/tests/test_exploded.py
+${PYSITELIB}/asdf/commands/tests/test_exploded.pyc
+${PYSITELIB}/asdf/commands/tests/test_exploded.pyo
+${PYSITELIB}/asdf/commands/tests/test_extension.py
+${PYSITELIB}/asdf/commands/tests/test_extension.pyc
+${PYSITELIB}/asdf/commands/tests/test_extension.pyo
+${PYSITELIB}/asdf/commands/tests/test_extract.py
+${PYSITELIB}/asdf/commands/tests/test_extract.pyc
+${PYSITELIB}/asdf/commands/tests/test_extract.pyo
+${PYSITELIB}/asdf/commands/tests/test_info.py
+${PYSITELIB}/asdf/commands/tests/test_info.pyc
+${PYSITELIB}/asdf/commands/tests/test_info.pyo
+${PYSITELIB}/asdf/commands/tests/test_main.py
+${PYSITELIB}/asdf/commands/tests/test_main.pyc
+${PYSITELIB}/asdf/commands/tests/test_main.pyo
+${PYSITELIB}/asdf/commands/tests/test_remove_hdu.py
+${PYSITELIB}/asdf/commands/tests/test_remove_hdu.pyc
+${PYSITELIB}/asdf/commands/tests/test_remove_hdu.pyo
+${PYSITELIB}/asdf/commands/tests/test_tags.py
+${PYSITELIB}/asdf/commands/tests/test_tags.pyc
+${PYSITELIB}/asdf/commands/tests/test_tags.pyo
+${PYSITELIB}/asdf/commands/tests/test_to_yaml.py
+${PYSITELIB}/asdf/commands/tests/test_to_yaml.pyc
+${PYSITELIB}/asdf/commands/tests/test_to_yaml.pyo
+${PYSITELIB}/asdf/commands/to_yaml.py
+${PYSITELIB}/asdf/commands/to_yaml.pyc
+${PYSITELIB}/asdf/commands/to_yaml.pyo
+${PYSITELIB}/asdf/compat/__init__.py
+${PYSITELIB}/asdf/compat/__init__.pyc
+${PYSITELIB}/asdf/compat/__init__.pyo
+${PYSITELIB}/asdf/compat/numpycompat.py
+${PYSITELIB}/asdf/compat/numpycompat.pyc
+${PYSITELIB}/asdf/compat/numpycompat.pyo
+${PYSITELIB}/asdf/compression.py
+${PYSITELIB}/asdf/compression.pyc
+${PYSITELIB}/asdf/compression.pyo
+${PYSITELIB}/asdf/config.py
+${PYSITELIB}/asdf/config.pyc
+${PYSITELIB}/asdf/config.pyo
+${PYSITELIB}/asdf/conftest.py
+${PYSITELIB}/asdf/conftest.pyc
+${PYSITELIB}/asdf/conftest.pyo
+${PYSITELIB}/asdf/constants.py
+${PYSITELIB}/asdf/constants.pyc
+${PYSITELIB}/asdf/constants.pyo
+${PYSITELIB}/asdf/entry_points.py
+${PYSITELIB}/asdf/entry_points.pyc
+${PYSITELIB}/asdf/entry_points.pyo
+${PYSITELIB}/asdf/exceptions.py
+${PYSITELIB}/asdf/exceptions.pyc
+${PYSITELIB}/asdf/exceptions.pyo
+${PYSITELIB}/asdf/extension/__init__.py
+${PYSITELIB}/asdf/extension/__init__.pyc
+${PYSITELIB}/asdf/extension/__init__.pyo
+${PYSITELIB}/asdf/extension/_compressor.py
+${PYSITELIB}/asdf/extension/_compressor.pyc
+${PYSITELIB}/asdf/extension/_compressor.pyo
+${PYSITELIB}/asdf/extension/_converter.py
+${PYSITELIB}/asdf/extension/_converter.pyc
+${PYSITELIB}/asdf/extension/_converter.pyo
+${PYSITELIB}/asdf/extension/_extension.py
+${PYSITELIB}/asdf/extension/_extension.pyc
+${PYSITELIB}/asdf/extension/_extension.pyo
+${PYSITELIB}/asdf/extension/_legacy.py
+${PYSITELIB}/asdf/extension/_legacy.pyc
+${PYSITELIB}/asdf/extension/_legacy.pyo
+${PYSITELIB}/asdf/extension/_manager.py
+${PYSITELIB}/asdf/extension/_manager.pyc
+${PYSITELIB}/asdf/extension/_manager.pyo
+${PYSITELIB}/asdf/extension/_manifest.py
+${PYSITELIB}/asdf/extension/_manifest.pyc
+${PYSITELIB}/asdf/extension/_manifest.pyo
+${PYSITELIB}/asdf/extension/_tag.py
+${PYSITELIB}/asdf/extension/_tag.pyc
+${PYSITELIB}/asdf/extension/_tag.pyo
+${PYSITELIB}/asdf/extern/RangeHTTPServer.py
+${PYSITELIB}/asdf/extern/RangeHTTPServer.pyc
+${PYSITELIB}/asdf/extern/RangeHTTPServer.pyo
+${PYSITELIB}/asdf/extern/__init__.py
+${PYSITELIB}/asdf/extern/__init__.pyc
+${PYSITELIB}/asdf/extern/__init__.pyo
+${PYSITELIB}/asdf/extern/atomicfile.py
+${PYSITELIB}/asdf/extern/atomicfile.pyc
+${PYSITELIB}/asdf/extern/atomicfile.pyo
+${PYSITELIB}/asdf/fits_embed.py
+${PYSITELIB}/asdf/fits_embed.pyc
+${PYSITELIB}/asdf/fits_embed.pyo
+${PYSITELIB}/asdf/generic_io.py
+${PYSITELIB}/asdf/generic_io.pyc
+${PYSITELIB}/asdf/generic_io.pyo
+${PYSITELIB}/asdf/reference.py
+${PYSITELIB}/asdf/reference.pyc
+${PYSITELIB}/asdf/reference.pyo
+${PYSITELIB}/asdf/resolver.py
+${PYSITELIB}/asdf/resolver.pyc
+${PYSITELIB}/asdf/resolver.pyo
+${PYSITELIB}/asdf/resource.py
+${PYSITELIB}/asdf/resource.pyc
+${PYSITELIB}/asdf/resource.pyo
+${PYSITELIB}/asdf/schema.py
+${PYSITELIB}/asdf/schema.pyc
+${PYSITELIB}/asdf/schema.pyo
+${PYSITELIB}/asdf/search.py
+${PYSITELIB}/asdf/search.pyc
+${PYSITELIB}/asdf/search.pyo
+${PYSITELIB}/asdf/stream.py
+${PYSITELIB}/asdf/stream.pyc
+${PYSITELIB}/asdf/stream.pyo
+${PYSITELIB}/asdf/tagged.py
+${PYSITELIB}/asdf/tagged.pyc
+${PYSITELIB}/asdf/tagged.pyo
+${PYSITELIB}/asdf/tags/__init__.py
+${PYSITELIB}/asdf/tags/__init__.pyc
+${PYSITELIB}/asdf/tags/__init__.pyo
+${PYSITELIB}/asdf/tags/core/__init__.py
+${PYSITELIB}/asdf/tags/core/__init__.pyc
+${PYSITELIB}/asdf/tags/core/__init__.pyo
+${PYSITELIB}/asdf/tags/core/complex.py
+${PYSITELIB}/asdf/tags/core/complex.pyc
+${PYSITELIB}/asdf/tags/core/complex.pyo
+${PYSITELIB}/asdf/tags/core/constant.py
+${PYSITELIB}/asdf/tags/core/constant.pyc
+${PYSITELIB}/asdf/tags/core/constant.pyo
+${PYSITELIB}/asdf/tags/core/external_reference.py
+${PYSITELIB}/asdf/tags/core/external_reference.pyc
+${PYSITELIB}/asdf/tags/core/external_reference.pyo
+${PYSITELIB}/asdf/tags/core/integer.py
+${PYSITELIB}/asdf/tags/core/integer.pyc
+${PYSITELIB}/asdf/tags/core/integer.pyo
+${PYSITELIB}/asdf/tags/core/ndarray.py
+${PYSITELIB}/asdf/tags/core/ndarray.pyc
+${PYSITELIB}/asdf/tags/core/ndarray.pyo
+${PYSITELIB}/asdf/tags/core/tests/__init__.py
+${PYSITELIB}/asdf/tags/core/tests/__init__.pyc
+${PYSITELIB}/asdf/tags/core/tests/__init__.pyo
+${PYSITELIB}/asdf/tags/core/tests/data/__init__.py
+${PYSITELIB}/asdf/tags/core/tests/data/__init__.pyc
+${PYSITELIB}/asdf/tags/core/tests/data/__init__.pyo
+${PYSITELIB}/asdf/tags/core/tests/data/datatype-1.0.0.yaml
+${PYSITELIB}/asdf/tags/core/tests/data/ndim-1.0.0.yaml
+${PYSITELIB}/asdf/tags/core/tests/test_complex.py
+${PYSITELIB}/asdf/tags/core/tests/test_complex.pyc
+${PYSITELIB}/asdf/tags/core/tests/test_complex.pyo
+${PYSITELIB}/asdf/tags/core/tests/test_extension_metadata.py
+${PYSITELIB}/asdf/tags/core/tests/test_extension_metadata.pyc
+${PYSITELIB}/asdf/tags/core/tests/test_extension_metadata.pyo
+${PYSITELIB}/asdf/tags/core/tests/test_external_reference.py
+${PYSITELIB}/asdf/tags/core/tests/test_external_reference.pyc
+${PYSITELIB}/asdf/tags/core/tests/test_external_reference.pyo
+${PYSITELIB}/asdf/tags/core/tests/test_history.py
+${PYSITELIB}/asdf/tags/core/tests/test_history.pyc
+${PYSITELIB}/asdf/tags/core/tests/test_history.pyo
+${PYSITELIB}/asdf/tags/core/tests/test_integer.py
+${PYSITELIB}/asdf/tags/core/tests/test_integer.pyc
+${PYSITELIB}/asdf/tags/core/tests/test_integer.pyo
+${PYSITELIB}/asdf/tags/core/tests/test_ndarray.py
+${PYSITELIB}/asdf/tags/core/tests/test_ndarray.pyc
+${PYSITELIB}/asdf/tags/core/tests/test_ndarray.pyo
+${PYSITELIB}/asdf/testing/__init__.py
+${PYSITELIB}/asdf/testing/__init__.pyc
+${PYSITELIB}/asdf/testing/__init__.pyo
+${PYSITELIB}/asdf/testing/helpers.py
+${PYSITELIB}/asdf/testing/helpers.pyc
+${PYSITELIB}/asdf/testing/helpers.pyo
+${PYSITELIB}/asdf/tests/__init__.py
+${PYSITELIB}/asdf/tests/__init__.pyc
+${PYSITELIB}/asdf/tests/__init__.pyo
+${PYSITELIB}/asdf/tests/conftest.py
+${PYSITELIB}/asdf/tests/conftest.pyc
+${PYSITELIB}/asdf/tests/conftest.pyo
+${PYSITELIB}/asdf/tests/data/__init__.py
+${PYSITELIB}/asdf/tests/data/__init__.pyc
+${PYSITELIB}/asdf/tests/data/__init__.pyo
+${PYSITELIB}/asdf/tests/data/asdf.fits.gz
+${PYSITELIB}/asdf/tests/data/complex-42.0.0.yaml
+${PYSITELIB}/asdf/tests/data/custom-1.0.0.yaml
+${PYSITELIB}/asdf/tests/data/custom_flow-1.0.0.yaml
+${PYSITELIB}/asdf/tests/data/custom_flow-1.1.0.yaml
+${PYSITELIB}/asdf/tests/data/custom_schema.yaml
+${PYSITELIB}/asdf/tests/data/custom_schema_definitions.yaml
+${PYSITELIB}/asdf/tests/data/custom_schema_external_ref.yaml
+${PYSITELIB}/asdf/tests/data/custom_style-1.0.0.yaml
+${PYSITELIB}/asdf/tests/data/default-1.0.0.yaml
+${PYSITELIB}/asdf/tests/data/example_schema.json
+${PYSITELIB}/asdf/tests/data/extension_check.fits
+${PYSITELIB}/asdf/tests/data/foreign_tag_reference-1.0.0.yaml
+${PYSITELIB}/asdf/tests/data/fraction-1.0.0.yaml
+${PYSITELIB}/asdf/tests/data/fraction_with_inverse-1.0.0.yaml
+${PYSITELIB}/asdf/tests/data/fractional_2d_coord-1.0.0.yaml
+${PYSITELIB}/asdf/tests/data/missing-1.1.0.yaml
+${PYSITELIB}/asdf/tests/data/one_of-1.0.0.yaml
+${PYSITELIB}/asdf/tests/data/self_referencing-1.0.0.yaml
+${PYSITELIB}/asdf/tests/data/tag_reference-1.0.0.yaml
+${PYSITELIB}/asdf/tests/data/version_mismatch.fits
+${PYSITELIB}/asdf/tests/helpers.py
+${PYSITELIB}/asdf/tests/helpers.pyc
+${PYSITELIB}/asdf/tests/helpers.pyo
+${PYSITELIB}/asdf/tests/httpserver.py
+${PYSITELIB}/asdf/tests/httpserver.pyc
+${PYSITELIB}/asdf/tests/httpserver.pyo
+${PYSITELIB}/asdf/tests/test_api.py
+${PYSITELIB}/asdf/tests/test_api.pyc
+${PYSITELIB}/asdf/tests/test_api.pyo
+${PYSITELIB}/asdf/tests/test_array_blocks.py
+${PYSITELIB}/asdf/tests/test_array_blocks.pyc
+${PYSITELIB}/asdf/tests/test_array_blocks.pyo
+${PYSITELIB}/asdf/tests/test_asdf.py
+${PYSITELIB}/asdf/tests/test_asdf.pyc
+${PYSITELIB}/asdf/tests/test_asdf.pyo
+${PYSITELIB}/asdf/tests/test_compression.py
+${PYSITELIB}/asdf/tests/test_compression.pyc
+${PYSITELIB}/asdf/tests/test_compression.pyo
+${PYSITELIB}/asdf/tests/test_config.py
+${PYSITELIB}/asdf/tests/test_config.pyc
+${PYSITELIB}/asdf/tests/test_config.pyo
+${PYSITELIB}/asdf/tests/test_entry_points.py
+${PYSITELIB}/asdf/tests/test_entry_points.pyc
+${PYSITELIB}/asdf/tests/test_entry_points.pyo
+${PYSITELIB}/asdf/tests/test_extension.py
+${PYSITELIB}/asdf/tests/test_extension.pyc
+${PYSITELIB}/asdf/tests/test_extension.pyo
+${PYSITELIB}/asdf/tests/test_file_format.py
+${PYSITELIB}/asdf/tests/test_file_format.pyc
+${PYSITELIB}/asdf/tests/test_file_format.pyo
+${PYSITELIB}/asdf/tests/test_fits_embed.py
+${PYSITELIB}/asdf/tests/test_fits_embed.pyc
+${PYSITELIB}/asdf/tests/test_fits_embed.pyo
+${PYSITELIB}/asdf/tests/test_generic_io.py
+${PYSITELIB}/asdf/tests/test_generic_io.pyc
+${PYSITELIB}/asdf/tests/test_generic_io.pyo
+${PYSITELIB}/asdf/tests/test_helpers.py
+${PYSITELIB}/asdf/tests/test_helpers.pyc
+${PYSITELIB}/asdf/tests/test_helpers.pyo
+${PYSITELIB}/asdf/tests/test_integration.py
+${PYSITELIB}/asdf/tests/test_integration.pyc
+${PYSITELIB}/asdf/tests/test_integration.pyo
+${PYSITELIB}/asdf/tests/test_reference.py
+${PYSITELIB}/asdf/tests/test_reference.pyc
+${PYSITELIB}/asdf/tests/test_reference.pyo
+${PYSITELIB}/asdf/tests/test_reference_files.py
+${PYSITELIB}/asdf/tests/test_reference_files.pyc
+${PYSITELIB}/asdf/tests/test_reference_files.pyo
+${PYSITELIB}/asdf/tests/test_resolver.py
+${PYSITELIB}/asdf/tests/test_resolver.pyc
+${PYSITELIB}/asdf/tests/test_resolver.pyo
+${PYSITELIB}/asdf/tests/test_resource.py
+${PYSITELIB}/asdf/tests/test_resource.pyc
+${PYSITELIB}/asdf/tests/test_resource.pyo
+${PYSITELIB}/asdf/tests/test_schema.py
+${PYSITELIB}/asdf/tests/test_schema.pyc
+${PYSITELIB}/asdf/tests/test_schema.pyo
+${PYSITELIB}/asdf/tests/test_search.py
+${PYSITELIB}/asdf/tests/test_search.pyc
+${PYSITELIB}/asdf/tests/test_search.pyo
+${PYSITELIB}/asdf/tests/test_stream.py
+${PYSITELIB}/asdf/tests/test_stream.pyc
+${PYSITELIB}/asdf/tests/test_stream.pyo
+${PYSITELIB}/asdf/tests/test_tagged.py
+${PYSITELIB}/asdf/tests/test_tagged.pyc
+${PYSITELIB}/asdf/tests/test_tagged.pyo
+${PYSITELIB}/asdf/tests/test_treeutil.py
+${PYSITELIB}/asdf/tests/test_treeutil.pyc
+${PYSITELIB}/asdf/tests/test_treeutil.pyo
+${PYSITELIB}/asdf/tests/test_types.py
+${PYSITELIB}/asdf/tests/test_types.pyc
+${PYSITELIB}/asdf/tests/test_types.pyo
+${PYSITELIB}/asdf/tests/test_util.py
+${PYSITELIB}/asdf/tests/test_util.pyc
+${PYSITELIB}/asdf/tests/test_util.pyo
+${PYSITELIB}/asdf/tests/test_versioning.py
+${PYSITELIB}/asdf/tests/test_versioning.pyc
+${PYSITELIB}/asdf/tests/test_versioning.pyo
+${PYSITELIB}/asdf/tests/test_yaml.py
+${PYSITELIB}/asdf/tests/test_yaml.pyc
+${PYSITELIB}/asdf/tests/test_yaml.pyo
+${PYSITELIB}/asdf/treeutil.py
+${PYSITELIB}/asdf/treeutil.pyc
+${PYSITELIB}/asdf/treeutil.pyo
+${PYSITELIB}/asdf/type_index.py
+${PYSITELIB}/asdf/type_index.pyc
+${PYSITELIB}/asdf/type_index.pyo
+${PYSITELIB}/asdf/types.py
+${PYSITELIB}/asdf/types.pyc
+${PYSITELIB}/asdf/types.pyo
+${PYSITELIB}/asdf/util.py
+${PYSITELIB}/asdf/util.pyc
+${PYSITELIB}/asdf/util.pyo
+${PYSITELIB}/asdf/versioning.py
+${PYSITELIB}/asdf/versioning.pyc
+${PYSITELIB}/asdf/versioning.pyo
+${PYSITELIB}/asdf/yamlutil.py
+${PYSITELIB}/asdf/yamlutil.pyc
+${PYSITELIB}/asdf/yamlutil.pyo
+${PYSITELIB}/pytest_asdf/__init__.py
+${PYSITELIB}/pytest_asdf/__init__.pyc
+${PYSITELIB}/pytest_asdf/__init__.pyo
+${PYSITELIB}/pytest_asdf/plugin.py
+${PYSITELIB}/pytest_asdf/plugin.pyc
+${PYSITELIB}/pytest_asdf/plugin.pyo
diff --git a/py-asdf/distinfo b/py-asdf/distinfo
new file mode 100644
index 0000000000..05ee611ac9
--- /dev/null
+++ b/py-asdf/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.5 2021/12/14 07:11:40 adam Exp $
+
+BLAKE2s (asdf-2.11.0.tar.gz) = 41d8a1871ab3f595144983ea243c30eff815fa40efa5d586683cd86fb22cce73
+SHA512 (asdf-2.11.0.tar.gz) = eddd0b6c9e443bf452ea10b57f3f8b8dfb8a23df4a16595ea6d9ee13844e667da3c485e11b05c41c0dd9cff49b64286585378dde785f9eab08bc50b3456851c3
+Size (asdf-2.11.0.tar.gz) = 446937 bytes


Home | Main Index | Thread Index | Old Index