===> Building for py310-betamax-0.9.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 :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel /opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. By 2025-Aug-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/betamax copying src/betamax/__init__.py -> build/lib/betamax copying src/betamax/adapter.py -> build/lib/betamax copying src/betamax/configure.py -> build/lib/betamax copying src/betamax/decorator.py -> build/lib/betamax copying src/betamax/exceptions.py -> build/lib/betamax copying src/betamax/headers.py -> build/lib/betamax copying src/betamax/mock_response.py -> build/lib/betamax copying src/betamax/options.py -> build/lib/betamax copying src/betamax/recorder.py -> build/lib/betamax copying src/betamax/util.py -> build/lib/betamax creating build/lib/betamax/cassette copying src/betamax/cassette/__init__.py -> build/lib/betamax/cassette copying src/betamax/cassette/cassette.py -> build/lib/betamax/cassette copying src/betamax/cassette/interaction.py -> build/lib/betamax/cassette creating build/lib/betamax/fixtures copying src/betamax/fixtures/__init__.py -> build/lib/betamax/fixtures copying src/betamax/fixtures/pytest.py -> build/lib/betamax/fixtures copying src/betamax/fixtures/unittest.py -> build/lib/betamax/fixtures creating build/lib/betamax/matchers copying src/betamax/matchers/__init__.py -> build/lib/betamax/matchers copying src/betamax/matchers/base.py -> build/lib/betamax/matchers copying src/betamax/matchers/body.py -> build/lib/betamax/matchers copying src/betamax/matchers/digest_auth.py -> build/lib/betamax/matchers copying src/betamax/matchers/headers.py -> build/lib/betamax/matchers copying src/betamax/matchers/host.py -> build/lib/betamax/matchers copying src/betamax/matchers/method.py -> build/lib/betamax/matchers copying src/betamax/matchers/path.py -> build/lib/betamax/matchers copying src/betamax/matchers/query.py -> build/lib/betamax/matchers copying src/betamax/matchers/uri.py -> build/lib/betamax/matchers creating build/lib/betamax/serializers copying src/betamax/serializers/__init__.py -> build/lib/betamax/serializers copying src/betamax/serializers/base.py -> build/lib/betamax/serializers copying src/betamax/serializers/json_serializer.py -> build/lib/betamax/serializers copying src/betamax/serializers/proxy.py -> build/lib/betamax/serializers running egg_info writing src/betamax.egg-info/PKG-INFO writing dependency_links to src/betamax.egg-info/dependency_links.txt writing entry points to src/betamax.egg-info/entry_points.txt writing requirements to src/betamax.egg-info/requires.txt writing top-level names to src/betamax.egg-info/top_level.txt reading manifest file 'src/betamax.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'Makefile' under directory 'docs' no previously-included directories found matching '*.pyc' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'src/betamax.egg-info/SOURCES.txt' 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/betamax copying build/lib/betamax/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax copying build/lib/betamax/adapter.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax creating build/bdist.macosx-12.3-arm64/wheel/betamax/cassette copying build/lib/betamax/cassette/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/cassette copying build/lib/betamax/cassette/cassette.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/cassette copying build/lib/betamax/cassette/interaction.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/cassette copying build/lib/betamax/configure.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax copying build/lib/betamax/decorator.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax copying build/lib/betamax/exceptions.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax creating build/bdist.macosx-12.3-arm64/wheel/betamax/fixtures copying build/lib/betamax/fixtures/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/fixtures copying build/lib/betamax/fixtures/pytest.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/fixtures copying build/lib/betamax/fixtures/unittest.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/fixtures copying build/lib/betamax/headers.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax creating build/bdist.macosx-12.3-arm64/wheel/betamax/matchers copying build/lib/betamax/matchers/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/matchers copying build/lib/betamax/matchers/base.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/matchers copying build/lib/betamax/matchers/body.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/matchers copying build/lib/betamax/matchers/digest_auth.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/matchers copying build/lib/betamax/matchers/headers.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/matchers copying build/lib/betamax/matchers/host.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/matchers copying build/lib/betamax/matchers/method.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/matchers copying build/lib/betamax/matchers/path.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/matchers copying build/lib/betamax/matchers/query.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/matchers copying build/lib/betamax/matchers/uri.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/matchers copying build/lib/betamax/mock_response.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax copying build/lib/betamax/options.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax copying build/lib/betamax/recorder.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax creating build/bdist.macosx-12.3-arm64/wheel/betamax/serializers copying build/lib/betamax/serializers/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/serializers copying build/lib/betamax/serializers/base.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/serializers copying build/lib/betamax/serializers/json_serializer.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/serializers copying build/lib/betamax/serializers/proxy.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax/serializers copying build/lib/betamax/util.py -> build/bdist.macosx-12.3-arm64/wheel/./betamax running install_egg_info Copying src/betamax.egg-info to build/bdist.macosx-12.3-arm64/wheel/./betamax-0.9.0-py3.10.egg-info running install_scripts creating build/bdist.macosx-12.3-arm64/wheel/betamax-0.9.0.dist-info/WHEEL creating '/Users/pbulk/build/www/py-betamax/work/betamax-0.9.0/dist/.tmp-wtkm6_7z/betamax-0.9.0-py2.py3-none-any.whl' and adding 'build/bdist.macosx-12.3-arm64/wheel' to it adding 'betamax/__init__.py' adding 'betamax/adapter.py' adding 'betamax/configure.py' adding 'betamax/decorator.py' adding 'betamax/exceptions.py' adding 'betamax/headers.py' adding 'betamax/mock_response.py' adding 'betamax/options.py' adding 'betamax/recorder.py' adding 'betamax/util.py' adding 'betamax/cassette/__init__.py' adding 'betamax/cassette/cassette.py' adding 'betamax/cassette/interaction.py' adding 'betamax/fixtures/__init__.py' adding 'betamax/fixtures/pytest.py' adding 'betamax/fixtures/unittest.py' adding 'betamax/matchers/__init__.py' adding 'betamax/matchers/base.py' adding 'betamax/matchers/body.py' adding 'betamax/matchers/digest_auth.py' adding 'betamax/matchers/headers.py' adding 'betamax/matchers/host.py' adding 'betamax/matchers/method.py' adding 'betamax/matchers/path.py' adding 'betamax/matchers/query.py' adding 'betamax/matchers/uri.py' adding 'betamax/serializers/__init__.py' adding 'betamax/serializers/base.py' adding 'betamax/serializers/json_serializer.py' adding 'betamax/serializers/proxy.py' adding 'betamax-0.9.0.dist-info/licenses/LICENSE' adding 'betamax-0.9.0.dist-info/METADATA' adding 'betamax-0.9.0.dist-info/WHEEL' adding 'betamax-0.9.0.dist-info/entry_points.txt' adding 'betamax-0.9.0.dist-info/top_level.txt' adding 'betamax-0.9.0.dist-info/RECORD' removing build/bdist.macosx-12.3-arm64/wheel Successfully built betamax-0.9.0-py2.py3-none-any.whl