=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/security/py-certipy", "all", "PYTHON_VERSION_REQD=311", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py311-certipy-0.2.3 * Building wheel... /opt/local/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 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.11/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 :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /opt/local/lib/python3.11/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 :: BSD 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/certipy copying certipy/__init__.py -> build/lib/certipy copying certipy/__main__.py -> build/lib/certipy copying certipy/certipy.py -> build/lib/certipy copying certipy/command_line.py -> build/lib/certipy copying certipy/version.py -> build/lib/certipy running egg_info writing certipy.egg-info/PKG-INFO writing dependency_links to certipy.egg-info/dependency_links.txt writing entry points to certipy.egg-info/entry_points.txt writing requirements to certipy.egg-info/requires.txt writing top-level names to certipy.egg-info/top_level.txt reading manifest file 'certipy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'NOTICE' writing manifest file 'certipy.egg-info/SOURCES.txt' /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'certipy.test' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'certipy.test' 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 'certipy.test' 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 'certipy.test' to be distributed and are already explicitly excluding 'certipy.test' 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/certipy/test copying certipy/test/__init__.py -> build/lib/certipy/test copying certipy/test/test_certipy.py -> build/lib/certipy/test 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/certipy copying build/lib/certipy/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certipy copying build/lib/certipy/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certipy copying build/lib/certipy/certipy.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certipy copying build/lib/certipy/command_line.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certipy copying build/lib/certipy/version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certipy creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certipy/test copying build/lib/certipy/test/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certipy/test copying build/lib/certipy/test/test_certipy.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certipy/test running install_egg_info Copying certipy.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./certipy-0.2.3-py3.11.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certipy-0.2.3.dist-info/WHEEL creating '/tmp/work/security/py-certipy/work/certipy-0.2.3/dist/.tmp-_e_os5gc/certipy-0.2.3-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'certipy/__init__.py' adding 'certipy/__main__.py' adding 'certipy/certipy.py' adding 'certipy/command_line.py' adding 'certipy/version.py' adding 'certipy/test/__init__.py' adding 'certipy/test/test_certipy.py' adding 'certipy-0.2.3.dist-info/licenses/LICENSE' adding 'certipy-0.2.3.dist-info/licenses/NOTICE' adding 'certipy-0.2.3.dist-info/METADATA' adding 'certipy-0.2.3.dist-info/WHEEL' adding 'certipy-0.2.3.dist-info/entry_points.txt' adding 'certipy-0.2.3.dist-info/top_level.txt' adding 'certipy-0.2.3.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built certipy-0.2.3-py3-none-any.whl