pkgsrc-Changes archive

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

CVS commit: pkgsrc/math



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Aug 30 20:04:46 UTC 2023

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

Log Message:
py-asdf: updated to 2.15.1

2.15.1 (2023-08-07)
-------------------

The ASDF Standard is at v1.6.0

- Drop Python 3.8 support
- Drop NumPy 1.20, 1.21 support
- Convert numpy scalars to python types during yaml encoding
  to handle NEP51 changes for numpy 2.0
- Vendorize jsonschema 4.17.3

2.15.0 (2023-03-28)
-------------------

The ASDF Standard is at v1.6.0

- Require numpy<1.25 for python 3.8
- Add AsdfProvisionalAPIWarning to warn developers of new features that
  may undergo breaking changes but are likely to be included as stable
  features (without this warning) in a future version of ASDF
- Add AsdfDeprecationWarning to AsdfFile.blocks
- Document policy for ASDF release cycle including when support for ASDF versions
  end. Also document dependency support policy.
- Update lower pins on ``numpy`` (per release policy), ``packaging``, and ``pyyaml`` to
  ones that we can successfully build and test against.
- Provide more informative filename when failing to open a file
- Add new plugin type for custom schema validators.
- Add AsdfDeprecationWarning to `~asdf.types.CustomType`
- Throw more useful error when provided with a path containing an
  extra leading slash
- Add AsdfDeprecationWarning to AsdfInFits. Support for reading and
  writing ASDF in fits files is being moved to `stdatamodels
  <https://github.com/spacetelescope/stdatamodels>`_.
- Add AsdfDeprecationWarning to asdf.resolver
- Add AsdfDeprecationWarning to asdf.tests.helpers.assert_extension_correctness
- Add AsdfDeprecationWarning to asdf.type_index
- Add warning to use of asdftool extract and remove-hdu about deprecation
  and impending removal
- Deprecate AsdfFile attributes that use the legacy extension api
- Add AsdfDeprecationWarning to asdf.types
- deprecate default_extensions, get_default_resolver and
  get_cached_asdf_extension_list in asdf.extension
- move asdf.types.format_tag to asdf.testing.helpers.format_tag
- Deprecate AsdfExtenion, AsdfExtensionList, BuiltinExtension
- Add AsdfDeprecationWarning to asdf_extensions entry point
- Deprecate asdf.tests.helpers
- respect umask when determining file permissions for written files
- rename master branch to main


To generate a diff of this commit:
cvs rdiff -u -r1.569 -r1.570 pkgsrc/math/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/py-asdf/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-asdf/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-asdf/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/Makefile
diff -u pkgsrc/math/Makefile:1.569 pkgsrc/math/Makefile:1.570
--- pkgsrc/math/Makefile:1.569  Thu Jul 20 14:16:44 2023
+++ pkgsrc/math/Makefile        Wed Aug 30 20:04:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.569 2023/07/20 14:16:44 bacon Exp $
+# $NetBSD: Makefile,v 1.570 2023/08/30 20:04:46 adam Exp $
 
 COMMENT=       Mathematics
 
@@ -380,6 +380,9 @@ SUBDIR+=    py-abcpmc
 SUBDIR+=       py-almost
 SUBDIR+=       py-arviz
 SUBDIR+=       py-asdf
+SUBDIR+=       py-asdf-standard
+SUBDIR+=       py-asdf-transform-schemas
+SUBDIR+=       py-asdf-unit-schemas
 SUBDIR+=       py-asteval
 SUBDIR+=       py-astroML
 SUBDIR+=       py-astropy

Index: pkgsrc/math/py-asdf/Makefile
diff -u pkgsrc/math/py-asdf/Makefile:1.12 pkgsrc/math/py-asdf/Makefile:1.13
--- pkgsrc/math/py-asdf/Makefile:1.12   Tue Aug  1 23:20:46 2023
+++ pkgsrc/math/py-asdf/Makefile        Wed Aug 30 20:04:46 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/08/01 23:20:46 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2023/08/30 20:04:46 adam Exp $
 
-DISTNAME=      asdf-2.11.0
+DISTNAME=      asdf-2.15.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asdf/}
@@ -10,28 +10,26 @@ HOMEPAGE=   https://github.com/asdf-format
 COMMENT=       Advanced Scientific Data Format
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=60:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-asdf-standard>=1.0.1:../../math/py-asdf-standard
+DEPENDS+=      ${PYPKGPREFIX}-asdf-transform-schemas>=0.3:../../math/py-asdf-transform-schemas
+DEPENDS+=      ${PYPKGPREFIX}-asdf-unit-schemas>=0.1:../../math/py-asdf-unit-schemas
+DEPENDS+=      ${PYPKGPREFIX}-attrs>=20.1.0":../../devel/py-attrs
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=4.11.4:../../devel/py-importlib-metadata
 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}-jsonschema>=4.8:../../textproc/py-jsonschema
+DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.22:../../math/py-numpy
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=19:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-semantic_version>=2.8:../../devel/py-semantic_version
-DEPENDS+=      ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
+DEPENDS+=      ${PYPKGPREFIX}-yaml>=5.4.1:../../textproc/py-yaml
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
-USE_PKG_RESOURCES=     yes
-
-.include "../../lang/python/pyversion.mk"
-
-.if ${PYTHON_VERSION} < 309
-DEPENDS+=      ${PYPKGPREFIX}-importlib-resources>=3:../../devel/py-importlib-resources
-.endif
-
-REPLACE_PYTHON+=       asdf-standard/reference_files/generate/generate
+REPLACE_PYTHON+=       asdf/_jsonschema/json/bin/jsonschema_suite
 REPLACE_PYTHON+=       asdf/extern/RangeHTTPServer.py
 
 post-install:
@@ -39,5 +37,5 @@ post-install:
        ${MV} asdftool asdftool-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-asdf/PLIST
diff -u pkgsrc/math/py-asdf/PLIST:1.4 pkgsrc/math/py-asdf/PLIST:1.5
--- pkgsrc/math/py-asdf/PLIST:1.4       Mon Aug 29 16:20:19 2022
+++ pkgsrc/math/py-asdf/PLIST   Wed Aug 30 20:04:46 2023
@@ -1,392 +1,957 @@
-@comment $NetBSD: PLIST,v 1.4 2022/08/29 16:20:19 thor Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/08/30 20:04:46 adam Exp $
 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}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_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/_jsonschema/COPYING
+${PYSITELIB}/asdf/_jsonschema/README.md
+${PYSITELIB}/asdf/_jsonschema/__init__.py
+${PYSITELIB}/asdf/_jsonschema/__init__.pyc
+${PYSITELIB}/asdf/_jsonschema/_format.py
+${PYSITELIB}/asdf/_jsonschema/_format.pyc
+${PYSITELIB}/asdf/_jsonschema/_legacy_validators.py
+${PYSITELIB}/asdf/_jsonschema/_legacy_validators.pyc
+${PYSITELIB}/asdf/_jsonschema/_types.py
+${PYSITELIB}/asdf/_jsonschema/_types.pyc
+${PYSITELIB}/asdf/_jsonschema/_utils.py
+${PYSITELIB}/asdf/_jsonschema/_utils.pyc
+${PYSITELIB}/asdf/_jsonschema/_validators.py
+${PYSITELIB}/asdf/_jsonschema/_validators.pyc
+${PYSITELIB}/asdf/_jsonschema/conftest.py
+${PYSITELIB}/asdf/_jsonschema/conftest.pyc
+${PYSITELIB}/asdf/_jsonschema/exceptions.py
+${PYSITELIB}/asdf/_jsonschema/exceptions.pyc
+${PYSITELIB}/asdf/_jsonschema/json/.gitignore
+${PYSITELIB}/asdf/_jsonschema/json/CONTRIBUTING.md
+${PYSITELIB}/asdf/_jsonschema/json/LICENSE
+${PYSITELIB}/asdf/_jsonschema/json/README.md
+${PYSITELIB}/asdf/_jsonschema/json/bin/jsonschema_suite
+${PYSITELIB}/asdf/_jsonschema/json/package.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/baseUriChange/folderInteger.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/baseUriChangeFolder/folderInteger.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/baseUriChangeFolderInSubschema/folderInteger.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/different-id-ref-string.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/baseUriChange/folderInteger.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/baseUriChangeFolder/folderInteger.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/baseUriChangeFolderInSubschema/folderInteger.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/extendible-dynamic-ref.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/format-assertion-false.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/format-assertion-true.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/integer.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/locationIndependentIdentifier.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/metaschema-no-validation.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/name-defs.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/nested/foo-ref-string.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/nested/string.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/ref-and-defs.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/subSchemas-defs.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/subSchemas.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/tree.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/baseUriChange/folderInteger.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/baseUriChangeFolder/folderInteger.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/baseUriChangeFolderInSubschema/folderInteger.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/dependentRequired.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/extendible-dynamic-ref.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/ignore-prefixItems.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/integer.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/locationIndependentIdentifier.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/metaschema-no-validation.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/name-defs.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/nested/foo-ref-string.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/nested/string.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/ref-and-defs.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/subSchemas-defs.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/subSchemas.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/tree.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/baseUriChange/folderInteger.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/baseUriChangeFolder/folderInteger.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/baseUriChangeFolderInSubschema/folderInteger.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/extendible-dynamic-ref.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/format-assertion-false.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/format-assertion-true.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/integer.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/locationIndependentIdentifier.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/metaschema-no-validation.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/name-defs.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/nested/foo-ref-string.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/nested/string.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/prefixItems.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/ref-and-defs.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/subSchemas-defs.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/subSchemas.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/tree.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/draft7/ignore-dependentRequired.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/extendible-dynamic-ref.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/integer.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/locationIndependentIdentifier.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/locationIndependentIdentifierDraft4.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/locationIndependentIdentifierPre2019.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/name-defs.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/name.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/nested-absolute-ref-to-string.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/nested/foo-ref-string.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/nested/string.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/ref-and-definitions.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/ref-and-defs.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/subSchemas-defs.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/subSchemas.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/tree.json
+${PYSITELIB}/asdf/_jsonschema/json/remotes/urn-ref-string.json
+${PYSITELIB}/asdf/_jsonschema/json/test-schema.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/additionalProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/allOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/anchor.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/anyOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/boolean_schema.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/const.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/contains.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/content.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/default.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/defs.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/dependentRequired.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/dependentSchemas.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/dynamicRef.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/enum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/exclusiveMaximum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/exclusiveMinimum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/format.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/id.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/if-then-else.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/infinite-loop-detection.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/items.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/maxContains.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/maxItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/maxLength.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/maxProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/maximum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/minContains.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/minItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/minLength.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/minProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/minimum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/multipleOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/not.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/oneOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/bignum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/dependencies-compatibility.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/ecmascript-regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/float-overflow.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format-assertion.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/date-time.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/date.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/duration.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/email.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/hostname.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/idn-email.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/idn-hostname.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/ipv4.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/ipv6.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/iri-reference.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/iri.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/json-pointer.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/relative-json-pointer.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/time.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/uri-reference.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/uri-template.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/uri.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/uuid.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/non-bmp-regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/refOfUnknownKeyword.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/pattern.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/patternProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/prefixItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/properties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/propertyDependencies.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/propertyNames.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/ref.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/refRemote.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/required.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/type.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/unevaluatedItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/unevaluatedProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/uniqueItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/unknownKeyword.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/vocabulary.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/additionalItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/additionalProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/allOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/anchor.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/anyOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/boolean_schema.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/const.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/contains.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/content.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/default.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/defs.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/dependentRequired.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/dependentSchemas.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/enum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/exclusiveMaximum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/exclusiveMinimum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/format.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/id.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/if-then-else.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/infinite-loop-detection.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/items.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/maxContains.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/maxItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/maxLength.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/maxProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/maximum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/minContains.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/minItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/minLength.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/minProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/minimum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/multipleOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/not.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/oneOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/bignum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/cross-draft.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/dependencies-compatibility.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/ecmascript-regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/float-overflow.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/date-time.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/date.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/duration.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/email.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/hostname.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/idn-email.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/idn-hostname.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/ipv4.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/ipv6.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/iri-reference.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/iri.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/json-pointer.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/relative-json-pointer.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/time.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/unknown.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/uri-reference.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/uri-template.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/uri.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/uuid.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/no-schema.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/non-bmp-regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/refOfUnknownKeyword.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/pattern.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/patternProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/properties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/propertyNames.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/recursiveRef.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/ref.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/refRemote.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/required.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/type.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/unevaluatedItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/unevaluatedProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/uniqueItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/unknownKeyword.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/vocabulary.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/additionalProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/allOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/anchor.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/anyOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/boolean_schema.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/const.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/contains.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/content.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/default.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/defs.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/dependentRequired.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/dependentSchemas.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/dynamicRef.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/enum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/exclusiveMaximum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/exclusiveMinimum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/format.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/id.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/if-then-else.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/infinite-loop-detection.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/items.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/maxContains.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/maxItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/maxLength.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/maxProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/maximum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/minContains.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/minItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/minLength.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/minProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/minimum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/multipleOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/not.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/oneOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/bignum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/cross-draft.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/dependencies-compatibility.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/ecmascript-regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/float-overflow.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format-assertion.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/date-time.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/date.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/duration.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/email.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/hostname.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/idn-email.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/idn-hostname.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/ipv4.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/ipv6.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/iri-reference.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/iri.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/json-pointer.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/relative-json-pointer.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/time.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/unknown.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/uri-reference.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/uri-template.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/uri.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/uuid.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/no-schema.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/non-bmp-regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/refOfUnknownKeyword.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/pattern.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/patternProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/prefixItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/properties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/propertyNames.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/ref.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/refRemote.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/required.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/type.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/unevaluatedItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/unevaluatedProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/uniqueItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/unknownKeyword.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/vocabulary.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/additionalItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/additionalProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/default.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/dependencies.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/disallow.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/divisibleBy.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/enum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/extends.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/format.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/infinite-loop-detection.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/items.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/maxItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/maxLength.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/maximum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/minItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/minLength.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/minimum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/bignum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/ecmascript-regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/color.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/date-time.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/date.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/email.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/host-name.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/ip-address.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/ipv6.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/time.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/uri.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/non-bmp-regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/zeroTerminatedFloats.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/pattern.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/patternProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/properties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/ref.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/refRemote.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/required.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/type.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/uniqueItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/additionalItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/additionalProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/allOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/anyOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/default.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/definitions.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/dependencies.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/enum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/format.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/id.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/infinite-loop-detection.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/items.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/maxItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/maxLength.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/maxProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/maximum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/minItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/minLength.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/minProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/minimum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/multipleOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/not.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/oneOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/bignum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/ecmascript-regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/float-overflow.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/date-time.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/email.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/hostname.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/ipv4.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/ipv6.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/unknown.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/uri.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/non-bmp-regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/zeroTerminatedFloats.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/pattern.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/patternProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/properties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/ref.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/refRemote.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/required.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/type.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/uniqueItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/additionalItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/additionalProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/allOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/anyOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/boolean_schema.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/const.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/contains.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/default.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/definitions.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/dependencies.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/enum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/exclusiveMaximum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/exclusiveMinimum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/format.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/id.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/infinite-loop-detection.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/items.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/maxItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/maxLength.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/maxProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/maximum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/minItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/minLength.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/minProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/minimum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/multipleOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/not.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/oneOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/bignum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/ecmascript-regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/float-overflow.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/date-time.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/email.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/hostname.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/ipv4.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/ipv6.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/json-pointer.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/unknown.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/uri-reference.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/uri-template.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/uri.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/non-bmp-regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/pattern.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/patternProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/properties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/propertyNames.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/ref.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/refRemote.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/required.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/type.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/uniqueItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/unknownKeyword.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/additionalItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/additionalProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/allOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/anyOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/boolean_schema.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/const.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/contains.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/default.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/definitions.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/dependencies.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/enum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/exclusiveMaximum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/exclusiveMinimum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/format.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/id.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/if-then-else.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/infinite-loop-detection.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/items.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/maxItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/maxLength.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/maxProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/maximum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/minItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/minLength.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/minProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/minimum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/multipleOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/not.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/oneOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/bignum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/content.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/cross-draft.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/ecmascript-regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/float-overflow.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/date-time.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/date.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/email.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/hostname.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/idn-email.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/idn-hostname.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/ipv4.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/ipv6.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/iri-reference.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/iri.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/json-pointer.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/relative-json-pointer.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/time.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/unknown.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/uri-reference.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/uri-template.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/uri.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/non-bmp-regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/pattern.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/patternProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/properties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/propertyNames.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/ref.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/refRemote.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/required.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/type.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/uniqueItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/unknownKeyword.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/additionalProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/allOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/anchor.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/anyOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/boolean_schema.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/const.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/contains.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/content.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/default.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/defs.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/dependentRequired.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/dependentSchemas.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/dynamicRef.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/enum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/exclusiveMaximum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/exclusiveMinimum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/format.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/id.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/if-then-else.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/infinite-loop-detection.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/items.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/maxContains.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/maxItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/maxLength.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/maxProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/maximum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/minContains.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/minItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/minLength.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/minProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/minimum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/multipleOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/not.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/oneOf.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/bignum.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/cross-draft.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/dependencies-compatibility.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/ecmascript-regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/float-overflow.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format-assertion.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/date-time.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/date.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/duration.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/email.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/hostname.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/idn-email.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/idn-hostname.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/ipv4.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/ipv6.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/iri-reference.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/iri.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/json-pointer.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/relative-json-pointer.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/time.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/unknown.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/uri-reference.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/uri-template.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/uri.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/uuid.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/no-schema.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/non-bmp-regex.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/refOfUnknownKeyword.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/pattern.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/patternProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/prefixItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/properties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/propertyNames.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/ref.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/refRemote.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/required.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/type.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/unevaluatedItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/unevaluatedProperties.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/uniqueItems.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/unknownKeyword.json
+${PYSITELIB}/asdf/_jsonschema/json/tests/latest/vocabulary.json
+${PYSITELIB}/asdf/_jsonschema/json/tox.ini
+${PYSITELIB}/asdf/_jsonschema/protocols.py
+${PYSITELIB}/asdf/_jsonschema/protocols.pyc
+${PYSITELIB}/asdf/_jsonschema/schemas/draft2019-09.json
+${PYSITELIB}/asdf/_jsonschema/schemas/draft2020-12.json
+${PYSITELIB}/asdf/_jsonschema/schemas/draft3.json
+${PYSITELIB}/asdf/_jsonschema/schemas/draft4.json
+${PYSITELIB}/asdf/_jsonschema/schemas/draft6.json
+${PYSITELIB}/asdf/_jsonschema/schemas/draft7.json
+${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2019-09/applicator
+${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2019-09/content
+${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2019-09/core
+${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2019-09/meta-data
+${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2019-09/validation
+${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/applicator
+${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/content
+${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/core
+${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/format
+${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/format-annotation
+${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/format-assertion
+${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/meta-data
+${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/unevaluated
+${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/validation
+${PYSITELIB}/asdf/_jsonschema/tests/__init__.py
+${PYSITELIB}/asdf/_jsonschema/tests/__init__.pyc
+${PYSITELIB}/asdf/_jsonschema/tests/_helpers.py
+${PYSITELIB}/asdf/_jsonschema/tests/_helpers.pyc
+${PYSITELIB}/asdf/_jsonschema/tests/_suite.py
+${PYSITELIB}/asdf/_jsonschema/tests/_suite.pyc
+${PYSITELIB}/asdf/_jsonschema/tests/test_deprecations.py
+${PYSITELIB}/asdf/_jsonschema/tests/test_deprecations.pyc
+${PYSITELIB}/asdf/_jsonschema/tests/test_exceptions.py
+${PYSITELIB}/asdf/_jsonschema/tests/test_exceptions.pyc
+${PYSITELIB}/asdf/_jsonschema/tests/test_format.py
+${PYSITELIB}/asdf/_jsonschema/tests/test_format.pyc
+${PYSITELIB}/asdf/_jsonschema/tests/test_jsonschema_test_suite.py
+${PYSITELIB}/asdf/_jsonschema/tests/test_jsonschema_test_suite.pyc
+${PYSITELIB}/asdf/_jsonschema/tests/test_types.py
+${PYSITELIB}/asdf/_jsonschema/tests/test_types.pyc
+${PYSITELIB}/asdf/_jsonschema/tests/test_utils.py
+${PYSITELIB}/asdf/_jsonschema/tests/test_utils.pyc
+${PYSITELIB}/asdf/_jsonschema/tests/test_validators.py
+${PYSITELIB}/asdf/_jsonschema/tests/test_validators.pyc
+${PYSITELIB}/asdf/_jsonschema/validators.py
+${PYSITELIB}/asdf/_jsonschema/validators.pyc
+${PYSITELIB}/asdf/_node_info.py
+${PYSITELIB}/asdf/_node_info.pyc
+${PYSITELIB}/asdf/_resolver.py
+${PYSITELIB}/asdf/_resolver.pyc
+${PYSITELIB}/asdf/_tests/__init__.py
+${PYSITELIB}/asdf/_tests/__init__.pyc
+${PYSITELIB}/asdf/_tests/_helpers.py
+${PYSITELIB}/asdf/_tests/_helpers.pyc
+${PYSITELIB}/asdf/_tests/commands/tests/__init__.py
+${PYSITELIB}/asdf/_tests/commands/tests/__init__.pyc
+${PYSITELIB}/asdf/_tests/commands/tests/data/__init__.py
+${PYSITELIB}/asdf/_tests/commands/tests/data/__init__.pyc
+${PYSITELIB}/asdf/_tests/commands/tests/data/block0.asdf
+${PYSITELIB}/asdf/_tests/commands/tests/data/block1.asdf
+${PYSITELIB}/asdf/_tests/commands/tests/data/blocks.diff
+${PYSITELIB}/asdf/_tests/commands/tests/data/frames.diff
+${PYSITELIB}/asdf/_tests/commands/tests/data/frames0.asdf
+${PYSITELIB}/asdf/_tests/commands/tests/data/frames1.asdf
+${PYSITELIB}/asdf/_tests/commands/tests/data/frames_ignore_asdf_library.diff
+${PYSITELIB}/asdf/_tests/commands/tests/data/frames_ignore_both.diff
+${PYSITELIB}/asdf/_tests/commands/tests/data/frames_ignore_reference_frame.diff
+${PYSITELIB}/asdf/_tests/commands/tests/data/frames_minimal.diff
+${PYSITELIB}/asdf/_tests/commands/tests/data/simple_inline_array.diff
+${PYSITELIB}/asdf/_tests/commands/tests/data/simple_inline_array0.asdf
+${PYSITELIB}/asdf/_tests/commands/tests/data/simple_inline_array1.asdf
+${PYSITELIB}/asdf/_tests/commands/tests/test_defragment.py
+${PYSITELIB}/asdf/_tests/commands/tests/test_defragment.pyc
+${PYSITELIB}/asdf/_tests/commands/tests/test_diff.py
+${PYSITELIB}/asdf/_tests/commands/tests/test_diff.pyc
+${PYSITELIB}/asdf/_tests/commands/tests/test_edit.py
+${PYSITELIB}/asdf/_tests/commands/tests/test_edit.pyc
+${PYSITELIB}/asdf/_tests/commands/tests/test_exploded.py
+${PYSITELIB}/asdf/_tests/commands/tests/test_exploded.pyc
+${PYSITELIB}/asdf/_tests/commands/tests/test_extension.py
+${PYSITELIB}/asdf/_tests/commands/tests/test_extension.pyc
+${PYSITELIB}/asdf/_tests/commands/tests/test_extract.py
+${PYSITELIB}/asdf/_tests/commands/tests/test_extract.pyc
+${PYSITELIB}/asdf/_tests/commands/tests/test_info.py
+${PYSITELIB}/asdf/_tests/commands/tests/test_info.pyc
+${PYSITELIB}/asdf/_tests/commands/tests/test_main.py
+${PYSITELIB}/asdf/_tests/commands/tests/test_main.pyc
+${PYSITELIB}/asdf/_tests/commands/tests/test_remove_hdu.py
+${PYSITELIB}/asdf/_tests/commands/tests/test_remove_hdu.pyc
+${PYSITELIB}/asdf/_tests/commands/tests/test_tags.py
+${PYSITELIB}/asdf/_tests/commands/tests/test_tags.pyc
+${PYSITELIB}/asdf/_tests/commands/tests/test_to_yaml.py
+${PYSITELIB}/asdf/_tests/commands/tests/test_to_yaml.pyc
+${PYSITELIB}/asdf/_tests/conftest.py
+${PYSITELIB}/asdf/_tests/conftest.pyc
+${PYSITELIB}/asdf/_tests/core/__init__.py
+${PYSITELIB}/asdf/_tests/core/__init__.pyc
+${PYSITELIB}/asdf/_tests/core/tests/__init__.py
+${PYSITELIB}/asdf/_tests/core/tests/__init__.pyc
+${PYSITELIB}/asdf/_tests/core/tests/test_integration.py
+${PYSITELIB}/asdf/_tests/core/tests/test_integration.pyc
+${PYSITELIB}/asdf/_tests/data/__init__.py
+${PYSITELIB}/asdf/_tests/data/__init__.pyc
+${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/httpserver.py
+${PYSITELIB}/asdf/_tests/httpserver.pyc
+${PYSITELIB}/asdf/_tests/objects.py
+${PYSITELIB}/asdf/_tests/objects.pyc
+${PYSITELIB}/asdf/_tests/tags/__init__.py
+${PYSITELIB}/asdf/_tests/tags/__init__.pyc
+${PYSITELIB}/asdf/_tests/tags/core/__init__.py
+${PYSITELIB}/asdf/_tests/tags/core/__init__.pyc
+${PYSITELIB}/asdf/_tests/tags/core/tests/__init__.py
+${PYSITELIB}/asdf/_tests/tags/core/tests/__init__.pyc
+${PYSITELIB}/asdf/_tests/tags/core/tests/data/__init__.py
+${PYSITELIB}/asdf/_tests/tags/core/tests/data/__init__.pyc
+${PYSITELIB}/asdf/_tests/tags/core/tests/data/datatype-1.0.0.yaml
+${PYSITELIB}/asdf/_tests/tags/core/tests/data/ndim-1.0.0.yaml
+${PYSITELIB}/asdf/_tests/tags/core/tests/test_complex.py
+${PYSITELIB}/asdf/_tests/tags/core/tests/test_complex.pyc
+${PYSITELIB}/asdf/_tests/tags/core/tests/test_extension_metadata.py
+${PYSITELIB}/asdf/_tests/tags/core/tests/test_extension_metadata.pyc
+${PYSITELIB}/asdf/_tests/tags/core/tests/test_external_reference.py
+${PYSITELIB}/asdf/_tests/tags/core/tests/test_external_reference.pyc
+${PYSITELIB}/asdf/_tests/tags/core/tests/test_history.py
+${PYSITELIB}/asdf/_tests/tags/core/tests/test_history.pyc
+${PYSITELIB}/asdf/_tests/tags/core/tests/test_integer.py
+${PYSITELIB}/asdf/_tests/tags/core/tests/test_integer.pyc
+${PYSITELIB}/asdf/_tests/tags/core/tests/test_ndarray.py
+${PYSITELIB}/asdf/_tests/tags/core/tests/test_ndarray.pyc
+${PYSITELIB}/asdf/_tests/test_api.py
+${PYSITELIB}/asdf/_tests/test_api.pyc
+${PYSITELIB}/asdf/_tests/test_array_blocks.py
+${PYSITELIB}/asdf/_tests/test_array_blocks.pyc
+${PYSITELIB}/asdf/_tests/test_asdf.py
+${PYSITELIB}/asdf/_tests/test_asdf.pyc
+${PYSITELIB}/asdf/_tests/test_compression.py
+${PYSITELIB}/asdf/_tests/test_compression.pyc
+${PYSITELIB}/asdf/_tests/test_config.py
+${PYSITELIB}/asdf/_tests/test_config.pyc
+${PYSITELIB}/asdf/_tests/test_deprecated.py
+${PYSITELIB}/asdf/_tests/test_deprecated.pyc
+${PYSITELIB}/asdf/_tests/test_entry_points.py
+${PYSITELIB}/asdf/_tests/test_entry_points.pyc
+${PYSITELIB}/asdf/_tests/test_extension.py
+${PYSITELIB}/asdf/_tests/test_extension.pyc
+${PYSITELIB}/asdf/_tests/test_file_format.py
+${PYSITELIB}/asdf/_tests/test_file_format.pyc
+${PYSITELIB}/asdf/_tests/test_fits_embed.py
+${PYSITELIB}/asdf/_tests/test_fits_embed.pyc
+${PYSITELIB}/asdf/_tests/test_generic_io.py
+${PYSITELIB}/asdf/_tests/test_generic_io.pyc
+${PYSITELIB}/asdf/_tests/test_helpers.py
+${PYSITELIB}/asdf/_tests/test_helpers.pyc
+${PYSITELIB}/asdf/_tests/test_info.py
+${PYSITELIB}/asdf/_tests/test_info.pyc
+${PYSITELIB}/asdf/_tests/test_integration.py
+${PYSITELIB}/asdf/_tests/test_integration.pyc
+${PYSITELIB}/asdf/_tests/test_reference.py
+${PYSITELIB}/asdf/_tests/test_reference.pyc
+${PYSITELIB}/asdf/_tests/test_reference_files.py
+${PYSITELIB}/asdf/_tests/test_reference_files.pyc
+${PYSITELIB}/asdf/_tests/test_resolver.py
+${PYSITELIB}/asdf/_tests/test_resolver.pyc
+${PYSITELIB}/asdf/_tests/test_resource.py
+${PYSITELIB}/asdf/_tests/test_resource.pyc
+${PYSITELIB}/asdf/_tests/test_schema.py
+${PYSITELIB}/asdf/_tests/test_schema.pyc
+${PYSITELIB}/asdf/_tests/test_search.py
+${PYSITELIB}/asdf/_tests/test_search.pyc
+${PYSITELIB}/asdf/_tests/test_stream.py
+${PYSITELIB}/asdf/_tests/test_stream.pyc
+${PYSITELIB}/asdf/_tests/test_tagged.py
+${PYSITELIB}/asdf/_tests/test_tagged.pyc
+${PYSITELIB}/asdf/_tests/test_treeutil.py
+${PYSITELIB}/asdf/_tests/test_treeutil.pyc
+${PYSITELIB}/asdf/_tests/test_types.py
+${PYSITELIB}/asdf/_tests/test_types.pyc
+${PYSITELIB}/asdf/_tests/test_util.py
+${PYSITELIB}/asdf/_tests/test_util.pyc
+${PYSITELIB}/asdf/_tests/test_versioning.py
+${PYSITELIB}/asdf/_tests/test_versioning.pyc
+${PYSITELIB}/asdf/_tests/test_yaml.py
+${PYSITELIB}/asdf/_tests/test_yaml.pyc
+${PYSITELIB}/asdf/_type_index.py
+${PYSITELIB}/asdf/_type_index.pyc
+${PYSITELIB}/asdf/_types.py
+${PYSITELIB}/asdf/_types.pyc
 ${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/core/__init__.py
+${PYSITELIB}/asdf/core/__init__.pyc
+${PYSITELIB}/asdf/core/_extensions.py
+${PYSITELIB}/asdf/core/_extensions.pyc
+${PYSITELIB}/asdf/core/_integration.py
+${PYSITELIB}/asdf/core/_integration.pyc
+${PYSITELIB}/asdf/core/_validators/__init__.py
+${PYSITELIB}/asdf/core/_validators/__init__.pyc
+${PYSITELIB}/asdf/core/_validators/ndarray.py
+${PYSITELIB}/asdf/core/_validators/ndarray.pyc
 ${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/extension/_validator.py
+${PYSITELIB}/asdf/extension/_validator.pyc
 ${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

Index: pkgsrc/math/py-asdf/distinfo
diff -u pkgsrc/math/py-asdf/distinfo:1.6 pkgsrc/math/py-asdf/distinfo:1.7
--- pkgsrc/math/py-asdf/distinfo:1.6    Mon Aug 29 16:20:19 2022
+++ pkgsrc/math/py-asdf/distinfo        Wed Aug 30 20:04:46 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/08/29 16:20:19 thor Exp $
+$NetBSD: distinfo,v 1.7 2023/08/30 20:04:46 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
+BLAKE2s (asdf-2.15.1.tar.gz) = 7f50c3525e060c9b605ada048a6439644f408b669f6826c2f90e219b36966d8a
+SHA512 (asdf-2.15.1.tar.gz) = 4801a64ac934c891cdfdfb881e21ec179762db648ec18a197a89cd861a3411e7f19adb6ece01a2545ef5f4484858457c797200472891551b4f59dd2683430611
+Size (asdf-2.15.1.tar.gz) = 804690 bytes



Home | Main Index | Thread Index | Old Index