=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/textproc/py-mkdocs-bootstrap", "all", "PYTHON_VERSION_REQD=314", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py314-mkdocs-bootstrap-1.1.1nb1 * Building wheel... running bdist_wheel /opt/local/lib/python3.14/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/mkdocs_bootstrap copying mkdocs_bootstrap/__init__.py -> build/lib/mkdocs_bootstrap running egg_info writing mkdocs_bootstrap.egg-info/PKG-INFO writing dependency_links to mkdocs_bootstrap.egg-info/dependency_links.txt writing entry points to mkdocs_bootstrap.egg-info/entry_points.txt writing requirements to mkdocs_bootstrap.egg-info/requires.txt writing top-level names to mkdocs_bootstrap.egg-info/top_level.txt reading manifest file 'mkdocs_bootstrap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.ico' under directory 'mkdocs_bootstrap' warning: no files found matching '*.js' under directory 'mkdocs_bootstrap' warning: no files found matching '*.png' under directory 'mkdocs_bootstrap' warning: no files found matching '*.html' under directory 'mkdocs_bootstrap' warning: no files found matching '*.eot' under directory 'mkdocs_bootstrap' warning: no files found matching '*.svg' under directory 'mkdocs_bootstrap' warning: no files found matching '*.ttf' under directory 'mkdocs_bootstrap' warning: no files found matching '*.woff' under directory 'mkdocs_bootstrap' warning: no files found matching '*.woff2' under directory 'mkdocs_bootstrap' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'mkdocs_bootstrap.egg-info/SOURCES.txt' /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'mkdocs_bootstrap.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'mkdocs_bootstrap.css' 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 'mkdocs_bootstrap.css' 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 'mkdocs_bootstrap.css' to be distributed and are already explicitly excluding 'mkdocs_bootstrap.css' 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 mkdocs_bootstrap/mkdocs_theme.yml -> build/lib/mkdocs_bootstrap creating build/lib/mkdocs_bootstrap/css copying mkdocs_bootstrap/css/base.css -> build/lib/mkdocs_bootstrap/css copying mkdocs_bootstrap/css/bootstrap.min.css -> build/lib/mkdocs_bootstrap/css 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/mkdocs_bootstrap copying build/lib/mkdocs_bootstrap/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mkdocs_bootstrap copying build/lib/mkdocs_bootstrap/mkdocs_theme.yml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mkdocs_bootstrap creating build/bdist.solaris-2.11-i86pc.64bit/wheel/mkdocs_bootstrap/css copying build/lib/mkdocs_bootstrap/css/base.css -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mkdocs_bootstrap/css copying build/lib/mkdocs_bootstrap/css/bootstrap.min.css -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./mkdocs_bootstrap/css running install_egg_info Copying mkdocs_bootstrap.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./mkdocs_bootstrap-1.1.1-py3.14.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/mkdocs_bootstrap-1.1.1.dist-info/WHEEL creating '/tmp/work/textproc/py-mkdocs-bootstrap/work/mkdocs-bootstrap-1.1.1/dist/.tmp-m8ew5_to/mkdocs_bootstrap-1.1.1-py2.py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'mkdocs_bootstrap/__init__.py' adding 'mkdocs_bootstrap/mkdocs_theme.yml' adding 'mkdocs_bootstrap/css/base.css' adding 'mkdocs_bootstrap/css/bootstrap.min.css' adding 'mkdocs_bootstrap-1.1.1.dist-info/licenses/LICENSE' adding 'mkdocs_bootstrap-1.1.1.dist-info/METADATA' adding 'mkdocs_bootstrap-1.1.1.dist-info/WHEEL' adding 'mkdocs_bootstrap-1.1.1.dist-info/entry_points.txt' adding 'mkdocs_bootstrap-1.1.1.dist-info/top_level.txt' adding 'mkdocs_bootstrap-1.1.1.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built mkdocs_bootstrap-1.1.1-py2.py3-none-any.whl