=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/www/py-livereload", "all", "PYTHON_VERSION_REQD=314", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py314-livereload-2.7.1nb1 * Building wheel... /opt/local/lib/python3.14/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/livereload copying livereload/__init__.py -> build/lib/livereload copying livereload/cli.py -> build/lib/livereload copying livereload/handlers.py -> build/lib/livereload copying livereload/server.py -> build/lib/livereload copying livereload/watcher.py -> build/lib/livereload creating build/lib/livereload/management/commands copying livereload/management/commands/__init__.py -> build/lib/livereload/management/commands copying livereload/management/commands/livereload.py -> build/lib/livereload/management/commands running egg_info writing livereload.egg-info/PKG-INFO writing dependency_links to livereload.egg-info/dependency_links.txt writing entry points to livereload.egg-info/entry_points.txt writing requirements to livereload.egg-info/requires.txt writing top-level names to livereload.egg-info/top_level.txt reading manifest file 'livereload.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.rst' adding license file 'LICENSE' writing manifest file 'livereload.egg-info/SOURCES.txt' /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'livereload.vendors' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'livereload.vendors' 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 'livereload.vendors' 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 'livereload.vendors' to be distributed and are already explicitly excluding 'livereload.vendors' 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/livereload/vendors copying livereload/vendors/livereload.js -> build/lib/livereload/vendors 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/livereload copying build/lib/livereload/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./livereload copying build/lib/livereload/cli.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./livereload copying build/lib/livereload/handlers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./livereload copying build/lib/livereload/server.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./livereload copying build/lib/livereload/watcher.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./livereload creating build/bdist.solaris-2.11-i86pc.64bit/wheel/livereload/management creating build/bdist.solaris-2.11-i86pc.64bit/wheel/livereload/management/commands copying build/lib/livereload/management/commands/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./livereload/management/commands copying build/lib/livereload/management/commands/livereload.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./livereload/management/commands creating build/bdist.solaris-2.11-i86pc.64bit/wheel/livereload/vendors copying build/lib/livereload/vendors/livereload.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./livereload/vendors running install_egg_info Copying livereload.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./livereload-2.7.1-py3.14.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/livereload-2.7.1.dist-info/WHEEL creating '/tmp/work/www/py-livereload/work/livereload-2.7.1/dist/.tmp-6jgcnoj0/livereload-2.7.1-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'livereload/__init__.py' adding 'livereload/cli.py' adding 'livereload/handlers.py' adding 'livereload/server.py' adding 'livereload/watcher.py' adding 'livereload/management/commands/__init__.py' adding 'livereload/management/commands/livereload.py' adding 'livereload/vendors/livereload.js' adding 'livereload-2.7.1.dist-info/licenses/LICENSE' adding 'livereload-2.7.1.dist-info/METADATA' adding 'livereload-2.7.1.dist-info/WHEEL' adding 'livereload-2.7.1.dist-info/entry_points.txt' adding 'livereload-2.7.1.dist-info/top_level.txt' adding 'livereload-2.7.1.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built livereload-2.7.1-py3-none-any.whl