===> Building for py311-asdf-standard-1.1.1 * Building wheel... /opt/pkg/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) running bdist_wheel running build running build_py creating build/lib/asdf_standard copying src/asdf_standard/__init__.py -> build/lib/asdf_standard copying src/asdf_standard/_version.py -> build/lib/asdf_standard copying src/asdf_standard/integration.py -> build/lib/asdf_standard copying src/asdf_standard/resource.py -> build/lib/asdf_standard running egg_info writing src/asdf_standard.egg-info/PKG-INFO writing dependency_links to src/asdf_standard.egg-info/dependency_links.txt writing entry points to src/asdf_standard.egg-info/entry_points.txt writing requirements to src/asdf_standard.egg-info/requires.txt writing top-level names to src/asdf_standard.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'src/asdf_standard.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'src/*/resources' adding license file 'LICENSE' writing manifest file 'src/asdf_standard.egg-info/SOURCES.txt' /opt/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'asdf_standard.resources.manifests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asdf_standard.resources.manifests' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asdf_standard.resources.manifests' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asdf_standard.resources.manifests' to be distributed and are already explicitly excluding 'asdf_standard.resources.manifests' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'asdf_standard.resources.schemas' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asdf_standard.resources.schemas' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asdf_standard.resources.schemas' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asdf_standard.resources.schemas' to be distributed and are already explicitly excluding 'asdf_standard.resources.schemas' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/asdf_standard/resources/manifests/asdf-format.org/astronomy copying resources/manifests/asdf-format.org/astronomy/astronomy-1.0.0.yaml -> build/lib/asdf_standard/resources/manifests/asdf-format.org/astronomy creating build/lib/asdf_standard/resources/manifests/asdf-format.org/core copying resources/manifests/asdf-format.org/core/core-1.0.0.yaml -> build/lib/asdf_standard/resources/manifests/asdf-format.org/core copying resources/manifests/asdf-format.org/core/core-1.1.0.yaml -> build/lib/asdf_standard/resources/manifests/asdf-format.org/core copying resources/manifests/asdf-format.org/core/core-1.2.0.yaml -> build/lib/asdf_standard/resources/manifests/asdf-format.org/core copying resources/manifests/asdf-format.org/core/core-1.3.0.yaml -> build/lib/asdf_standard/resources/manifests/asdf-format.org/core copying resources/manifests/asdf-format.org/core/core-1.4.0.yaml -> build/lib/asdf_standard/resources/manifests/asdf-format.org/core copying resources/manifests/asdf-format.org/core/core-1.5.0.yaml -> build/lib/asdf_standard/resources/manifests/asdf-format.org/core copying resources/manifests/asdf-format.org/core/core-1.6.0.yaml -> build/lib/asdf_standard/resources/manifests/asdf-format.org/core creating build/lib/asdf_standard/resources/schemas/asdf-format.org/core copying resources/schemas/asdf-format.org/core/extension_manifest-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/asdf-format.org/core creating build/lib/asdf_standard/resources/schemas/stsci.edu/asdf copying resources/schemas/stsci.edu/asdf/asdf-schema-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf copying resources/schemas/stsci.edu/asdf/asdf-schema-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf copying resources/schemas/stsci.edu/asdf/version_map-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf copying resources/schemas/stsci.edu/asdf/version_map-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf copying resources/schemas/stsci.edu/asdf/version_map-1.2.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf copying resources/schemas/stsci.edu/asdf/version_map-1.3.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf copying resources/schemas/stsci.edu/asdf/version_map-1.4.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf copying resources/schemas/stsci.edu/asdf/version_map-1.5.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf copying resources/schemas/stsci.edu/asdf/version_map-1.6.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf creating build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core copying resources/schemas/stsci.edu/asdf/core/asdf-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core copying resources/schemas/stsci.edu/asdf/core/asdf-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core copying resources/schemas/stsci.edu/asdf/core/column-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core copying resources/schemas/stsci.edu/asdf/core/complex-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core copying resources/schemas/stsci.edu/asdf/core/constant-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core copying resources/schemas/stsci.edu/asdf/core/extension_metadata-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core copying resources/schemas/stsci.edu/asdf/core/externalarray-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core copying resources/schemas/stsci.edu/asdf/core/history_entry-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core copying resources/schemas/stsci.edu/asdf/core/integer-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core copying resources/schemas/stsci.edu/asdf/core/integer-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core copying resources/schemas/stsci.edu/asdf/core/ndarray-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core copying resources/schemas/stsci.edu/asdf/core/ndarray-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core copying resources/schemas/stsci.edu/asdf/core/software-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core copying resources/schemas/stsci.edu/asdf/core/subclass_metadata-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core copying resources/schemas/stsci.edu/asdf/core/table-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core creating build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/fits copying resources/schemas/stsci.edu/asdf/fits/fits-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/fits copying resources/schemas/stsci.edu/asdf/fits/fits-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/fits creating build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/table copying resources/schemas/stsci.edu/asdf/table/column-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/table copying resources/schemas/stsci.edu/asdf/table/table-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/table creating build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/time copying resources/schemas/stsci.edu/asdf/time/time-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/time copying resources/schemas/stsci.edu/asdf/time/time-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/time copying resources/schemas/stsci.edu/asdf/time/time-1.2.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/time creating build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/unit copying resources/schemas/stsci.edu/asdf/unit/defunit-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/unit copying resources/schemas/stsci.edu/asdf/unit/quantity-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/unit copying resources/schemas/stsci.edu/asdf/unit/quantity-1.2.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/unit copying resources/schemas/stsci.edu/asdf/unit/unit-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/unit creating build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying resources/schemas/stsci.edu/asdf/wcs/celestial_frame-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying resources/schemas/stsci.edu/asdf/wcs/celestial_frame-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying resources/schemas/stsci.edu/asdf/wcs/composite_frame-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying resources/schemas/stsci.edu/asdf/wcs/composite_frame-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying resources/schemas/stsci.edu/asdf/wcs/frame-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying resources/schemas/stsci.edu/asdf/wcs/frame-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying resources/schemas/stsci.edu/asdf/wcs/icrs_coord-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying resources/schemas/stsci.edu/asdf/wcs/spectral_frame-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying resources/schemas/stsci.edu/asdf/wcs/spectral_frame-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying resources/schemas/stsci.edu/asdf/wcs/step-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying resources/schemas/stsci.edu/asdf/wcs/step-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying resources/schemas/stsci.edu/asdf/wcs/step-1.2.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying resources/schemas/stsci.edu/asdf/wcs/wcs-1.0.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying resources/schemas/stsci.edu/asdf/wcs/wcs-1.1.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying resources/schemas/stsci.edu/asdf/wcs/wcs-1.2.0.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs creating build/lib/asdf_standard/resources/schemas/stsci.edu/yaml-schema copying resources/schemas/stsci.edu/yaml-schema/draft-01.yaml -> build/lib/asdf_standard/resources/schemas/stsci.edu/yaml-schema installing to build/bdist.macosx-12.3-arm64/wheel running install running install_lib creating build/bdist.macosx-12.3-arm64/wheel creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard copying build/lib/asdf_standard/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard copying build/lib/asdf_standard/_version.py -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard copying build/lib/asdf_standard/integration.py -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard copying build/lib/asdf_standard/resource.py -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources/manifests creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources/manifests/asdf-format.org creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources/manifests/asdf-format.org/astronomy copying build/lib/asdf_standard/resources/manifests/asdf-format.org/astronomy/astronomy-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/manifests/asdf-format.org/astronomy creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources/manifests/asdf-format.org/core copying build/lib/asdf_standard/resources/manifests/asdf-format.org/core/core-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/manifests/asdf-format.org/core copying build/lib/asdf_standard/resources/manifests/asdf-format.org/core/core-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/manifests/asdf-format.org/core copying build/lib/asdf_standard/resources/manifests/asdf-format.org/core/core-1.2.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/manifests/asdf-format.org/core copying build/lib/asdf_standard/resources/manifests/asdf-format.org/core/core-1.3.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/manifests/asdf-format.org/core copying build/lib/asdf_standard/resources/manifests/asdf-format.org/core/core-1.4.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/manifests/asdf-format.org/core copying build/lib/asdf_standard/resources/manifests/asdf-format.org/core/core-1.5.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/manifests/asdf-format.org/core copying build/lib/asdf_standard/resources/manifests/asdf-format.org/core/core-1.6.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/manifests/asdf-format.org/core creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources/schemas creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources/schemas/asdf-format.org creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources/schemas/asdf-format.org/core copying build/lib/asdf_standard/resources/schemas/asdf-format.org/core/extension_manifest-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/asdf-format.org/core creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources/schemas/stsci.edu creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources/schemas/stsci.edu/asdf copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/asdf-schema-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/asdf-schema-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources/schemas/stsci.edu/asdf/core copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core/asdf-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/core copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core/asdf-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/core copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core/column-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/core copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core/complex-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/core copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core/constant-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/core copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core/extension_metadata-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/core copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core/externalarray-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/core copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core/history_entry-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/core copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core/integer-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/core copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core/integer-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/core copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core/ndarray-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/core copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core/ndarray-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/core copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core/software-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/core copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core/subclass_metadata-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/core copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/core/table-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/core creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources/schemas/stsci.edu/asdf/fits copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/fits/fits-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/fits copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/fits/fits-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/fits creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources/schemas/stsci.edu/asdf/table copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/table/column-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/table copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/table/table-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/table creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources/schemas/stsci.edu/asdf/time copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/time/time-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/time copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/time/time-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/time copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/time/time-1.2.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/time creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources/schemas/stsci.edu/asdf/unit copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/unit/defunit-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/unit copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/unit/quantity-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/unit copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/unit/quantity-1.2.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/unit copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/unit/unit-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/unit copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/version_map-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/version_map-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/version_map-1.2.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/version_map-1.3.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/version_map-1.4.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/version_map-1.5.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/version_map-1.6.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs/celestial_frame-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs/celestial_frame-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs/composite_frame-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs/composite_frame-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs/frame-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs/frame-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs/icrs_coord-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs/spectral_frame-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs/spectral_frame-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs/step-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs/step-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs/step-1.2.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs/wcs-1.0.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs/wcs-1.1.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/wcs copying build/lib/asdf_standard/resources/schemas/stsci.edu/asdf/wcs/wcs-1.2.0.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/asdf/wcs creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard/resources/schemas/stsci.edu/yaml-schema copying build/lib/asdf_standard/resources/schemas/stsci.edu/yaml-schema/draft-01.yaml -> build/bdist.macosx-12.3-arm64/wheel/./asdf_standard/resources/schemas/stsci.edu/yaml-schema running install_egg_info Copying src/asdf_standard.egg-info to build/bdist.macosx-12.3-arm64/wheel/./asdf_standard-1.1.1-py3.11.egg-info running install_scripts creating build/bdist.macosx-12.3-arm64/wheel/asdf_standard-1.1.1.dist-info/WHEEL creating '/Users/pbulk/build/math/py-asdf-standard/work/asdf_standard-1.1.1/dist/.tmp-afv132md/asdf_standard-1.1.1-py3-none-any.whl' and adding 'build/bdist.macosx-12.3-arm64/wheel' to it adding 'asdf_standard/__init__.py' adding 'asdf_standard/_version.py' adding 'asdf_standard/integration.py' adding 'asdf_standard/resource.py' adding 'asdf_standard/resources/manifests/asdf-format.org/astronomy/astronomy-1.0.0.yaml' adding 'asdf_standard/resources/manifests/asdf-format.org/core/core-1.0.0.yaml' adding 'asdf_standard/resources/manifests/asdf-format.org/core/core-1.1.0.yaml' adding 'asdf_standard/resources/manifests/asdf-format.org/core/core-1.2.0.yaml' adding 'asdf_standard/resources/manifests/asdf-format.org/core/core-1.3.0.yaml' adding 'asdf_standard/resources/manifests/asdf-format.org/core/core-1.4.0.yaml' adding 'asdf_standard/resources/manifests/asdf-format.org/core/core-1.5.0.yaml' adding 'asdf_standard/resources/manifests/asdf-format.org/core/core-1.6.0.yaml' adding 'asdf_standard/resources/schemas/asdf-format.org/core/extension_manifest-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/asdf-schema-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/asdf-schema-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/version_map-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/version_map-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/version_map-1.2.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/version_map-1.3.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/version_map-1.4.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/version_map-1.5.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/version_map-1.6.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/core/asdf-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/core/asdf-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/core/column-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/core/complex-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/core/constant-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/core/extension_metadata-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/core/externalarray-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/core/history_entry-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/core/integer-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/core/integer-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/core/ndarray-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/core/ndarray-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/core/software-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/core/subclass_metadata-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/core/table-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/fits/fits-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/fits/fits-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/table/column-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/table/table-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/time/time-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/time/time-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/time/time-1.2.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/unit/defunit-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/unit/quantity-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/unit/quantity-1.2.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/unit/unit-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/wcs/celestial_frame-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/wcs/celestial_frame-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/wcs/composite_frame-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/wcs/composite_frame-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/wcs/frame-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/wcs/frame-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/wcs/icrs_coord-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/wcs/spectral_frame-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/wcs/spectral_frame-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/wcs/step-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/wcs/step-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/wcs/step-1.2.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/wcs/wcs-1.0.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/wcs/wcs-1.1.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/asdf/wcs/wcs-1.2.0.yaml' adding 'asdf_standard/resources/schemas/stsci.edu/yaml-schema/draft-01.yaml' adding 'asdf_standard-1.1.1.dist-info/licenses/LICENSE' adding 'asdf_standard-1.1.1.dist-info/METADATA' adding 'asdf_standard-1.1.1.dist-info/WHEEL' adding 'asdf_standard-1.1.1.dist-info/entry_points.txt' adding 'asdf_standard-1.1.1.dist-info/top_level.txt' adding 'asdf_standard-1.1.1.dist-info/RECORD' removing build/bdist.macosx-12.3-arm64/wheel Successfully built asdf_standard-1.1.1-py3-none-any.whl