=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/math/py-powerlaw", "all", "PYTHON_VERSION_REQD=313", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py313-powerlaw-2.0.0 * 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:82: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) 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 file powerlaw.py (for module powerlaw) not found creating build/lib/powerlaw copying powerlaw/__init__.py -> build/lib/powerlaw copying powerlaw/_version.py -> build/lib/powerlaw copying powerlaw/data.py -> build/lib/powerlaw copying powerlaw/distributions.py -> build/lib/powerlaw copying powerlaw/fitting.py -> build/lib/powerlaw copying powerlaw/functional.py -> build/lib/powerlaw copying powerlaw/plotting.py -> build/lib/powerlaw copying powerlaw/statistics.py -> build/lib/powerlaw copying powerlaw/utils.py -> build/lib/powerlaw running egg_info writing powerlaw.egg-info/PKG-INFO writing dependency_links to powerlaw.egg-info/dependency_links.txt writing requirements to powerlaw.egg-info/requires.txt writing top-level names to powerlaw.egg-info/top_level.txt file powerlaw.py (for module powerlaw) not found reading manifest file 'powerlaw.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'powerlaw.egg-info/SOURCES.txt' /opt/local/lib/python3.13/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'powerlaw.reference_data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'powerlaw.reference_data' 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 'powerlaw.reference_data' 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 'powerlaw.reference_data' to be distributed and are already explicitly excluding 'powerlaw.reference_data' 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/powerlaw/reference_data copying powerlaw/reference_data/blackouts.txt -> build/lib/powerlaw/reference_data copying powerlaw/reference_data/cities.txt -> build/lib/powerlaw/reference_data copying powerlaw/reference_data/fires.txt -> build/lib/powerlaw/reference_data copying powerlaw/reference_data/flares.txt -> build/lib/powerlaw/reference_data copying powerlaw/reference_data/quakes.txt -> build/lib/powerlaw/reference_data copying powerlaw/reference_data/quakes_original.txt -> build/lib/powerlaw/reference_data copying powerlaw/reference_data/surnames.txt -> build/lib/powerlaw/reference_data copying powerlaw/reference_data/terrorism.txt -> build/lib/powerlaw/reference_data copying powerlaw/reference_data/weblinks.hist -> build/lib/powerlaw/reference_data copying powerlaw/reference_data/words.txt -> build/lib/powerlaw/reference_data file powerlaw.py (for module powerlaw) not found 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/powerlaw copying build/lib/powerlaw/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw copying build/lib/powerlaw/_version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw copying build/lib/powerlaw/data.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw copying build/lib/powerlaw/distributions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw copying build/lib/powerlaw/fitting.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw copying build/lib/powerlaw/functional.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw copying build/lib/powerlaw/plotting.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw copying build/lib/powerlaw/statistics.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw copying build/lib/powerlaw/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw creating build/bdist.solaris-2.11-i86pc.64bit/wheel/powerlaw/reference_data copying build/lib/powerlaw/reference_data/blackouts.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw/reference_data copying build/lib/powerlaw/reference_data/cities.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw/reference_data copying build/lib/powerlaw/reference_data/fires.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw/reference_data copying build/lib/powerlaw/reference_data/flares.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw/reference_data copying build/lib/powerlaw/reference_data/quakes.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw/reference_data copying build/lib/powerlaw/reference_data/quakes_original.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw/reference_data copying build/lib/powerlaw/reference_data/surnames.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw/reference_data copying build/lib/powerlaw/reference_data/terrorism.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw/reference_data copying build/lib/powerlaw/reference_data/weblinks.hist -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw/reference_data copying build/lib/powerlaw/reference_data/words.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw/reference_data running install_egg_info Copying powerlaw.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./powerlaw-2.0.0-py3.13.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/powerlaw-2.0.0.dist-info/WHEEL creating '/tmp/work/math/py-powerlaw/work/powerlaw-2.0.0/dist/.tmp-pr5twco8/powerlaw-2.0.0-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'powerlaw/__init__.py' adding 'powerlaw/_version.py' adding 'powerlaw/data.py' adding 'powerlaw/distributions.py' adding 'powerlaw/fitting.py' adding 'powerlaw/functional.py' adding 'powerlaw/plotting.py' adding 'powerlaw/statistics.py' adding 'powerlaw/utils.py' adding 'powerlaw/reference_data/blackouts.txt' adding 'powerlaw/reference_data/cities.txt' adding 'powerlaw/reference_data/fires.txt' adding 'powerlaw/reference_data/flares.txt' adding 'powerlaw/reference_data/quakes.txt' adding 'powerlaw/reference_data/quakes_original.txt' adding 'powerlaw/reference_data/surnames.txt' adding 'powerlaw/reference_data/terrorism.txt' adding 'powerlaw/reference_data/weblinks.hist' adding 'powerlaw/reference_data/words.txt' adding 'powerlaw-2.0.0.dist-info/licenses/LICENSE' adding 'powerlaw-2.0.0.dist-info/METADATA' adding 'powerlaw-2.0.0.dist-info/WHEEL' adding 'powerlaw-2.0.0.dist-info/top_level.txt' adding 'powerlaw-2.0.0.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built powerlaw-2.0.0-py3-none-any.whl