=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py310-wagtailnews-5.2.0 * Building wheel... /usr/pkg/lib/python3.10/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. (Affected: wagtailnews). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/pkg/lib/python3.10/site-packages/setuptools/dist.py:759: 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/wagtailnews copying wagtailnews/__init__.py -> build/lib/wagtailnews copying wagtailnews/blocks.py -> build/lib/wagtailnews copying wagtailnews/conf.py -> build/lib/wagtailnews copying wagtailnews/decorators.py -> build/lib/wagtailnews copying wagtailnews/deprecation.py -> build/lib/wagtailnews copying wagtailnews/feeds.py -> build/lib/wagtailnews copying wagtailnews/forms.py -> build/lib/wagtailnews copying wagtailnews/menu.py -> build/lib/wagtailnews copying wagtailnews/models.py -> build/lib/wagtailnews copying wagtailnews/permissions.py -> build/lib/wagtailnews copying wagtailnews/signals.py -> build/lib/wagtailnews copying wagtailnews/urls.py -> build/lib/wagtailnews copying wagtailnews/version.py -> build/lib/wagtailnews copying wagtailnews/wagtail_hooks.py -> build/lib/wagtailnews creating build/lib/wagtailnews/templatetags copying wagtailnews/templatetags/__init__.py -> build/lib/wagtailnews/templatetags copying wagtailnews/templatetags/wagtailnews_admin_tags.py -> build/lib/wagtailnews/templatetags creating build/lib/wagtailnews/views copying wagtailnews/views/__init__.py -> build/lib/wagtailnews/views copying wagtailnews/views/chooser.py -> build/lib/wagtailnews/views copying wagtailnews/views/editor.py -> build/lib/wagtailnews/views running egg_info writing wagtailnews.egg-info/PKG-INFO writing dependency_links to wagtailnews.egg-info/dependency_links.txt writing requirements to wagtailnews.egg-info/requires.txt writing top-level names to wagtailnews.egg-info/top_level.txt reading manifest file 'wagtailnews.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'wagtailnews.egg-info/SOURCES.txt' /usr/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'wagtailnews.static.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wagtailnews.static.js' 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 'wagtailnews.static.js' 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 'wagtailnews.static.js' to be distributed and are already explicitly excluding 'wagtailnews.static.js' 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) /usr/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'wagtailnews.templates.wagtailnews' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wagtailnews.templates.wagtailnews' 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 'wagtailnews.templates.wagtailnews' 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 'wagtailnews.templates.wagtailnews' to be distributed and are already explicitly excluding 'wagtailnews.templates.wagtailnews' 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/wagtailnews/static/js copying wagtailnews/static/js/news_chooser.js -> build/lib/wagtailnews/static/js creating build/lib/wagtailnews/templates/wagtailnews copying wagtailnews/templates/wagtailnews/choose.html -> build/lib/wagtailnews/templates/wagtailnews copying wagtailnews/templates/wagtailnews/create.html -> build/lib/wagtailnews/templates/wagtailnews copying wagtailnews/templates/wagtailnews/edit.html -> build/lib/wagtailnews/templates/wagtailnews copying wagtailnews/templates/wagtailnews/index.html -> build/lib/wagtailnews/templates/wagtailnews copying wagtailnews/templates/wagtailnews/newsitem_list.html -> build/lib/wagtailnews/templates/wagtailnews copying wagtailnews/templates/wagtailnews/search.html -> build/lib/wagtailnews/templates/wagtailnews copying wagtailnews/templates/wagtailnews/search_form.html -> build/lib/wagtailnews/templates/wagtailnews copying wagtailnews/templates/wagtailnews/search_results.html -> build/lib/wagtailnews/templates/wagtailnews copying wagtailnews/templates/wagtailnews/slim_header.html -> build/lib/wagtailnews/templates/wagtailnews installing to build/bdist.netbsd-10.0-amd64/wheel running install running install_lib creating build/bdist.netbsd-10.0-amd64/wheel creating build/bdist.netbsd-10.0-amd64/wheel/wagtailnews copying build/lib/wagtailnews/__init__.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews copying build/lib/wagtailnews/blocks.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews copying build/lib/wagtailnews/conf.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews copying build/lib/wagtailnews/decorators.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews copying build/lib/wagtailnews/deprecation.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews copying build/lib/wagtailnews/feeds.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews copying build/lib/wagtailnews/forms.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews copying build/lib/wagtailnews/menu.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews copying build/lib/wagtailnews/models.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews copying build/lib/wagtailnews/permissions.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews copying build/lib/wagtailnews/signals.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews copying build/lib/wagtailnews/urls.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews copying build/lib/wagtailnews/version.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews copying build/lib/wagtailnews/wagtail_hooks.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews creating build/bdist.netbsd-10.0-amd64/wheel/wagtailnews/templatetags copying build/lib/wagtailnews/templatetags/__init__.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews/templatetags copying build/lib/wagtailnews/templatetags/wagtailnews_admin_tags.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews/templatetags creating build/bdist.netbsd-10.0-amd64/wheel/wagtailnews/views copying build/lib/wagtailnews/views/__init__.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews/views copying build/lib/wagtailnews/views/chooser.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews/views copying build/lib/wagtailnews/views/editor.py -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews/views creating build/bdist.netbsd-10.0-amd64/wheel/wagtailnews/static creating build/bdist.netbsd-10.0-amd64/wheel/wagtailnews/static/js copying build/lib/wagtailnews/static/js/news_chooser.js -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews/static/js creating build/bdist.netbsd-10.0-amd64/wheel/wagtailnews/templates creating build/bdist.netbsd-10.0-amd64/wheel/wagtailnews/templates/wagtailnews copying build/lib/wagtailnews/templates/wagtailnews/choose.html -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews/templates/wagtailnews copying build/lib/wagtailnews/templates/wagtailnews/create.html -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews/templates/wagtailnews copying build/lib/wagtailnews/templates/wagtailnews/edit.html -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews/templates/wagtailnews copying build/lib/wagtailnews/templates/wagtailnews/index.html -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews/templates/wagtailnews copying build/lib/wagtailnews/templates/wagtailnews/newsitem_list.html -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews/templates/wagtailnews copying build/lib/wagtailnews/templates/wagtailnews/search.html -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews/templates/wagtailnews copying build/lib/wagtailnews/templates/wagtailnews/search_form.html -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews/templates/wagtailnews copying build/lib/wagtailnews/templates/wagtailnews/search_results.html -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews/templates/wagtailnews copying build/lib/wagtailnews/templates/wagtailnews/slim_header.html -> build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews/templates/wagtailnews running install_egg_info Copying wagtailnews.egg-info to build/bdist.netbsd-10.0-amd64/wheel/./wagtailnews-5.2.0-py3.10.egg-info running install_scripts creating build/bdist.netbsd-10.0-amd64/wheel/wagtailnews-5.2.0.dist-info/WHEEL creating '/pbulk/work/www/py-wagtailnews/work/wagtailnews-5.2.0/dist/.tmp-sw7fc3tz/wagtailnews-5.2.0-py3-none-any.whl' and adding 'build/bdist.netbsd-10.0-amd64/wheel' to it adding 'wagtailnews/__init__.py' adding 'wagtailnews/blocks.py' adding 'wagtailnews/conf.py' adding 'wagtailnews/decorators.py' adding 'wagtailnews/deprecation.py' adding 'wagtailnews/feeds.py' adding 'wagtailnews/forms.py' adding 'wagtailnews/menu.py' adding 'wagtailnews/models.py' adding 'wagtailnews/permissions.py' adding 'wagtailnews/signals.py' adding 'wagtailnews/urls.py' adding 'wagtailnews/version.py' adding 'wagtailnews/wagtail_hooks.py' adding 'wagtailnews/static/js/news_chooser.js' adding 'wagtailnews/templates/wagtailnews/choose.html' adding 'wagtailnews/templates/wagtailnews/create.html' adding 'wagtailnews/templates/wagtailnews/edit.html' adding 'wagtailnews/templates/wagtailnews/index.html' adding 'wagtailnews/templates/wagtailnews/newsitem_list.html' adding 'wagtailnews/templates/wagtailnews/search.html' adding 'wagtailnews/templates/wagtailnews/search_form.html' adding 'wagtailnews/templates/wagtailnews/search_results.html' adding 'wagtailnews/templates/wagtailnews/slim_header.html' adding 'wagtailnews/templatetags/__init__.py' adding 'wagtailnews/templatetags/wagtailnews_admin_tags.py' adding 'wagtailnews/views/__init__.py' adding 'wagtailnews/views/chooser.py' adding 'wagtailnews/views/editor.py' adding 'wagtailnews-5.2.0.dist-info/licenses/LICENSE' adding 'wagtailnews-5.2.0.dist-info/METADATA' adding 'wagtailnews-5.2.0.dist-info/WHEEL' adding 'wagtailnews-5.2.0.dist-info/top_level.txt' adding 'wagtailnews-5.2.0.dist-info/RECORD' removing build/bdist.netbsd-10.0-amd64/wheel Successfully built wagtailnews-5.2.0-py3-none-any.whl