=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/py-requests-mock", "all", "PYTHON_VERSION_REQD=312", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py312-requests-mock-1.12.1nb1 * Building wheel... /opt/local/lib/python3.12/site-packages/setuptools/dist.py:765: 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/local/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:119: 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. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/requests_mock copying requests_mock/__init__.py -> build/lib/requests_mock copying requests_mock/adapter.py -> build/lib/requests_mock copying requests_mock/exceptions.py -> build/lib/requests_mock copying requests_mock/mocker.py -> build/lib/requests_mock copying requests_mock/request.py -> build/lib/requests_mock copying requests_mock/response.py -> build/lib/requests_mock running egg_info writing requests_mock.egg-info/PKG-INFO writing dependency_links to requests_mock.egg-info/dependency_links.txt writing entry points to requests_mock.egg-info/entry_points.txt writing requirements to requests_mock.egg-info/requires.txt writing top-level names to requests_mock.egg-info/top_level.txt reading manifest file 'requests_mock.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'AUTHORS' warning: no files found matching 'ChangeLog' adding license file 'LICENSE' writing manifest file 'requests_mock.egg-info/SOURCES.txt' /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'requests_mock.contrib' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'requests_mock.contrib' 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 'requests_mock.contrib' 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 'requests_mock.contrib' to be distributed and are already explicitly excluding 'requests_mock.contrib' 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) copying requests_mock/__init__.pyi -> build/lib/requests_mock copying requests_mock/adapter.pyi -> build/lib/requests_mock copying requests_mock/exceptions.pyi -> build/lib/requests_mock copying requests_mock/mocker.pyi -> build/lib/requests_mock copying requests_mock/py.typed -> build/lib/requests_mock copying requests_mock/request.pyi -> build/lib/requests_mock copying requests_mock/response.pyi -> build/lib/requests_mock creating build/lib/requests_mock/contrib copying requests_mock/contrib/__init__.py -> build/lib/requests_mock/contrib copying requests_mock/contrib/_pytest_plugin.py -> build/lib/requests_mock/contrib copying requests_mock/contrib/_pytest_plugin.pyi -> build/lib/requests_mock/contrib copying requests_mock/contrib/fixture.py -> build/lib/requests_mock/contrib installing to build/bdist.solaris-2.11-i86pc.64bit/wheel running install running install_lib creating build/bdist.solaris-2.11-i86pc.64bit/wheel creating build/bdist.solaris-2.11-i86pc.64bit/wheel/requests_mock copying build/lib/requests_mock/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock copying build/lib/requests_mock/adapter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock copying build/lib/requests_mock/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock copying build/lib/requests_mock/mocker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock copying build/lib/requests_mock/request.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock copying build/lib/requests_mock/response.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock copying build/lib/requests_mock/__init__.pyi -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock copying build/lib/requests_mock/adapter.pyi -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock copying build/lib/requests_mock/exceptions.pyi -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock copying build/lib/requests_mock/mocker.pyi -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock copying build/lib/requests_mock/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock copying build/lib/requests_mock/request.pyi -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock copying build/lib/requests_mock/response.pyi -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock creating build/bdist.solaris-2.11-i86pc.64bit/wheel/requests_mock/contrib copying build/lib/requests_mock/contrib/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock/contrib copying build/lib/requests_mock/contrib/_pytest_plugin.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock/contrib copying build/lib/requests_mock/contrib/_pytest_plugin.pyi -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock/contrib copying build/lib/requests_mock/contrib/fixture.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock/contrib running install_egg_info Copying requests_mock.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./requests_mock-1.12.1-py3.12.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/requests_mock-1.12.1.dist-info/WHEEL creating '/tmp/work/devel/py-requests-mock/work/requests-mock-1.12.1/dist/.tmp-04op9whb/requests_mock-1.12.1-py2.py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'requests_mock/__init__.py' adding 'requests_mock/__init__.pyi' adding 'requests_mock/adapter.py' adding 'requests_mock/adapter.pyi' adding 'requests_mock/exceptions.py' adding 'requests_mock/exceptions.pyi' adding 'requests_mock/mocker.py' adding 'requests_mock/mocker.pyi' adding 'requests_mock/py.typed' adding 'requests_mock/request.py' adding 'requests_mock/request.pyi' adding 'requests_mock/response.py' adding 'requests_mock/response.pyi' adding 'requests_mock/contrib/__init__.py' adding 'requests_mock/contrib/_pytest_plugin.py' adding 'requests_mock/contrib/_pytest_plugin.pyi' adding 'requests_mock/contrib/fixture.py' adding 'requests_mock-1.12.1.dist-info/licenses/LICENSE' adding 'requests_mock-1.12.1.dist-info/METADATA' adding 'requests_mock-1.12.1.dist-info/WHEEL' adding 'requests_mock-1.12.1.dist-info/entry_points.txt' adding 'requests_mock-1.12.1.dist-info/top_level.txt' adding 'requests_mock-1.12.1.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built requests_mock-1.12.1-py2.py3-none-any.whl