===> Building for py310-hy-1.0.0 * Building wheel... /opt/pkg/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: DFSG approved License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib/hy copying hy/__init__.py -> build/lib/hy copying hy/__main__.py -> build/lib/hy copying hy/cmdline.py -> build/lib/hy copying hy/compat.py -> build/lib/hy copying hy/compiler.py -> build/lib/hy copying hy/completer.py -> build/lib/hy copying hy/errors.py -> build/lib/hy copying hy/importer.py -> build/lib/hy copying hy/macros.py -> build/lib/hy copying hy/model_patterns.py -> build/lib/hy copying hy/models.py -> build/lib/hy copying hy/repl.py -> build/lib/hy copying hy/scoping.py -> build/lib/hy creating build/lib/hy/core copying hy/core/__init__.py -> build/lib/hy/core copying hy/core/result_macros.py -> build/lib/hy/core creating build/lib/hy/reader copying hy/reader/__init__.py -> build/lib/hy/reader copying hy/reader/exceptions.py -> build/lib/hy/reader copying hy/reader/hy_reader.py -> build/lib/hy/reader copying hy/reader/mangling.py -> build/lib/hy/reader copying hy/reader/reader.py -> build/lib/hy/reader copying hy/pyops.hy -> build/lib/hy copying hy/core/hy_repr.hy -> build/lib/hy/core copying hy/core/macros.hy -> build/lib/hy/core copying hy/core/util.hy -> build/lib/hy/core 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/hy copying build/lib/hy/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./hy copying build/lib/hy/__main__.py -> build/bdist.macosx-12.3-arm64/wheel/./hy copying build/lib/hy/cmdline.py -> build/bdist.macosx-12.3-arm64/wheel/./hy copying build/lib/hy/compat.py -> build/bdist.macosx-12.3-arm64/wheel/./hy copying build/lib/hy/compiler.py -> build/bdist.macosx-12.3-arm64/wheel/./hy copying build/lib/hy/completer.py -> build/bdist.macosx-12.3-arm64/wheel/./hy creating build/bdist.macosx-12.3-arm64/wheel/hy/core copying build/lib/hy/core/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./hy/core copying build/lib/hy/core/hy_repr.hy -> build/bdist.macosx-12.3-arm64/wheel/./hy/core copying build/lib/hy/core/macros.hy -> build/bdist.macosx-12.3-arm64/wheel/./hy/core copying build/lib/hy/core/result_macros.py -> build/bdist.macosx-12.3-arm64/wheel/./hy/core copying build/lib/hy/core/util.hy -> build/bdist.macosx-12.3-arm64/wheel/./hy/core copying build/lib/hy/errors.py -> build/bdist.macosx-12.3-arm64/wheel/./hy copying build/lib/hy/importer.py -> build/bdist.macosx-12.3-arm64/wheel/./hy copying build/lib/hy/macros.py -> build/bdist.macosx-12.3-arm64/wheel/./hy copying build/lib/hy/model_patterns.py -> build/bdist.macosx-12.3-arm64/wheel/./hy copying build/lib/hy/models.py -> build/bdist.macosx-12.3-arm64/wheel/./hy copying build/lib/hy/pyops.hy -> build/bdist.macosx-12.3-arm64/wheel/./hy creating build/bdist.macosx-12.3-arm64/wheel/hy/reader copying build/lib/hy/reader/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./hy/reader copying build/lib/hy/reader/exceptions.py -> build/bdist.macosx-12.3-arm64/wheel/./hy/reader copying build/lib/hy/reader/hy_reader.py -> build/bdist.macosx-12.3-arm64/wheel/./hy/reader copying build/lib/hy/reader/mangling.py -> build/bdist.macosx-12.3-arm64/wheel/./hy/reader copying build/lib/hy/reader/reader.py -> build/bdist.macosx-12.3-arm64/wheel/./hy/reader copying build/lib/hy/repl.py -> build/bdist.macosx-12.3-arm64/wheel/./hy copying build/lib/hy/scoping.py -> build/bdist.macosx-12.3-arm64/wheel/./hy running install_egg_info running egg_info writing hy.egg-info/PKG-INFO writing dependency_links to hy.egg-info/dependency_links.txt writing entry points to hy.egg-info/entry_points.txt writing requirements to hy.egg-info/requires.txt writing top-level names to hy.egg-info/top_level.txt reading manifest file 'hy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'hy.egg-info/SOURCES.txt' Copying hy.egg-info to build/bdist.macosx-12.3-arm64/wheel/./hy-1.0.0-py3.10.egg-info running install_scripts /Users/pbulk/build/lang/py-hy/work/hy-1.0.0/hy/compiler.py:393: RuntimeWarning: New macro `cond` will shadow the core macro of the same name warnings.warn( /Users/pbulk/build/lang/py-hy/work/hy-1.0.0/hy/compiler.py:393: RuntimeWarning: New macro `when` will shadow the core macro of the same name warnings.warn( /Users/pbulk/build/lang/py-hy/work/hy-1.0.0/hy/compiler.py:393: RuntimeWarning: New macro `defreader` will shadow the core macro of the same name warnings.warn( /Users/pbulk/build/lang/py-hy/work/hy-1.0.0/hy/compiler.py:393: RuntimeWarning: New macro `get-macro` will shadow the core macro of the same name warnings.warn( /Users/pbulk/build/lang/py-hy/work/hy-1.0.0/hy/compiler.py:393: RuntimeWarning: New macro `local-macros` will shadow the core macro of the same name warnings.warn( /Users/pbulk/build/lang/py-hy/work/hy-1.0.0/hy/compiler.py:393: RuntimeWarning: New macro `export` will shadow the core macro of the same name warnings.warn( creating build/bdist.macosx-12.3-arm64/wheel/hy-1.0.0.dist-info/WHEEL creating '/Users/pbulk/build/lang/py-hy/work/hy-1.0.0/dist/.tmp-wsk4ooxn/hy-1.0.0-py3-none-any.whl' and adding 'build/bdist.macosx-12.3-arm64/wheel' to it adding 'hy/__init__.py' adding 'hy/__main__.py' adding 'hy/cmdline.py' adding 'hy/compat.py' adding 'hy/compiler.py' adding 'hy/completer.py' adding 'hy/errors.py' adding 'hy/importer.py' adding 'hy/macros.py' adding 'hy/model_patterns.py' adding 'hy/models.py' adding 'hy/pyops.hy' adding 'hy/repl.py' adding 'hy/scoping.py' adding 'hy/__pycache__/pyops.cpython-310.pyc' adding 'hy/core/__init__.py' adding 'hy/core/hy_repr.hy' adding 'hy/core/macros.hy' adding 'hy/core/result_macros.py' adding 'hy/core/util.hy' adding 'hy/core/__pycache__/hy_repr.cpython-310.pyc' adding 'hy/core/__pycache__/macros.cpython-310.pyc' adding 'hy/core/__pycache__/util.cpython-310.pyc' adding 'hy/reader/__init__.py' adding 'hy/reader/exceptions.py' adding 'hy/reader/hy_reader.py' adding 'hy/reader/mangling.py' adding 'hy/reader/reader.py' adding 'hy-1.0.0.dist-info/licenses/AUTHORS' adding 'hy-1.0.0.dist-info/licenses/LICENSE' adding 'hy-1.0.0.dist-info/METADATA' adding 'hy-1.0.0.dist-info/WHEEL' adding 'hy-1.0.0.dist-info/entry_points.txt' adding 'hy-1.0.0.dist-info/top_level.txt' adding 'hy-1.0.0.dist-info/RECORD' removing build/bdist.macosx-12.3-arm64/wheel Successfully built hy-1.0.0-py3-none-any.whl