=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/www/py-test-httpbin", "all", "PYTHON_VERSION_REQD=313", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py313-test-httpbin-2.1.0nb1 * Building wheel... /opt/local/lib/python3.13/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 2027-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) /opt/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /opt/local/lib/python3.13/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 :: 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/pytest_httpbin copying pytest_httpbin/__init__.py -> build/lib/pytest_httpbin copying pytest_httpbin/certs.py -> build/lib/pytest_httpbin copying pytest_httpbin/plugin.py -> build/lib/pytest_httpbin copying pytest_httpbin/serve.py -> build/lib/pytest_httpbin copying pytest_httpbin/version.py -> build/lib/pytest_httpbin running egg_info writing pytest_httpbin.egg-info/PKG-INFO writing dependency_links to pytest_httpbin.egg-info/dependency_links.txt writing entry points to pytest_httpbin.egg-info/entry_points.txt writing requirements to pytest_httpbin.egg-info/requires.txt writing top-level names to pytest_httpbin.egg-info/top_level.txt reading manifest file 'pytest_httpbin.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pytest_httpbin.egg-info/SOURCES.txt' /opt/local/lib/python3.13/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pytest_httpbin.certs' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pytest_httpbin.certs' 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 'pytest_httpbin.certs' 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 'pytest_httpbin.certs' to be distributed and are already explicitly excluding 'pytest_httpbin.certs' 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/pytest_httpbin/certs copying pytest_httpbin/certs/README.md -> build/lib/pytest_httpbin/certs copying pytest_httpbin/certs/client.pem -> build/lib/pytest_httpbin/certs copying pytest_httpbin/certs/server.key -> build/lib/pytest_httpbin/certs copying pytest_httpbin/certs/server.pem -> build/lib/pytest_httpbin/certs 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/pytest_httpbin copying build/lib/pytest_httpbin/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pytest_httpbin copying build/lib/pytest_httpbin/certs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pytest_httpbin copying build/lib/pytest_httpbin/plugin.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pytest_httpbin copying build/lib/pytest_httpbin/serve.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pytest_httpbin copying build/lib/pytest_httpbin/version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pytest_httpbin creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pytest_httpbin/certs copying build/lib/pytest_httpbin/certs/README.md -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pytest_httpbin/certs copying build/lib/pytest_httpbin/certs/client.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pytest_httpbin/certs copying build/lib/pytest_httpbin/certs/server.key -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pytest_httpbin/certs copying build/lib/pytest_httpbin/certs/server.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pytest_httpbin/certs running install_egg_info Copying pytest_httpbin.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./pytest_httpbin-2.1.0-py3.13.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pytest_httpbin-2.1.0.dist-info/WHEEL creating '/tmp/work/www/py-test-httpbin/work/pytest_httpbin-2.1.0/dist/.tmp-qzs_bi08/pytest_httpbin-2.1.0-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'pytest_httpbin/__init__.py' adding 'pytest_httpbin/certs.py' adding 'pytest_httpbin/plugin.py' adding 'pytest_httpbin/serve.py' adding 'pytest_httpbin/version.py' adding 'pytest_httpbin/certs/README.md' adding 'pytest_httpbin/certs/client.pem' adding 'pytest_httpbin/certs/server.key' adding 'pytest_httpbin/certs/server.pem' adding 'pytest_httpbin-2.1.0.dist-info/licenses/LICENSE' adding 'pytest_httpbin-2.1.0.dist-info/METADATA' adding 'pytest_httpbin-2.1.0.dist-info/WHEEL' adding 'pytest_httpbin-2.1.0.dist-info/entry_points.txt' adding 'pytest_httpbin-2.1.0.dist-info/top_level.txt' adding 'pytest_httpbin-2.1.0.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built pytest_httpbin-2.1.0-py3-none-any.whl