=> 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 py311-PasteDeploy-3.1.0 * Building wheel... /usr/pkg/lib/python3.11/site-packages/setuptools/config/setupcfg.py:294: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running bdist_wheel running build running build_py creating build/lib/paste copying src/paste/__init__.py -> build/lib/paste creating build/lib/paste/deploy copying src/paste/deploy/__init__.py -> build/lib/paste/deploy copying src/paste/deploy/config.py -> build/lib/paste/deploy copying src/paste/deploy/converters.py -> build/lib/paste/deploy copying src/paste/deploy/loadwsgi.py -> build/lib/paste/deploy copying src/paste/deploy/paster_templates.py -> build/lib/paste/deploy copying src/paste/deploy/util.py -> build/lib/paste/deploy running egg_info writing src/PasteDeploy.egg-info/PKG-INFO writing dependency_links to src/PasteDeploy.egg-info/dependency_links.txt writing entry points to src/PasteDeploy.egg-info/entry_points.txt writing namespace_packages to src/PasteDeploy.egg-info/namespace_packages.txt writing requirements to src/PasteDeploy.egg-info/requires.txt writing top-level names to src/PasteDeploy.egg-info/top_level.txt reading manifest file 'src/PasteDeploy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/_themes' no previously-included directories found matching 'tests/fake_packages/FakeApp.egg/EGG-INFO' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution writing manifest file 'src/PasteDeploy.egg-info/SOURCES.txt' /usr/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'paste.deploy.paster_templates.paste_deploy' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'paste.deploy.paster_templates.paste_deploy' 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 'paste.deploy.paster_templates.paste_deploy' 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 'paste.deploy.paster_templates.paste_deploy' to be distributed and are already explicitly excluding 'paste.deploy.paster_templates.paste_deploy' 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.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'paste.deploy.paster_templates.paste_deploy.docs' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'paste.deploy.paster_templates.paste_deploy.docs' 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 'paste.deploy.paster_templates.paste_deploy.docs' 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 'paste.deploy.paster_templates.paste_deploy.docs' to be distributed and are already explicitly excluding 'paste.deploy.paster_templates.paste_deploy.docs' 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/paste/deploy/paster_templates/paste_deploy/+package+ copying src/paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl -> build/lib/paste/deploy/paster_templates/paste_deploy/+package+ copying src/paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl -> build/lib/paste/deploy/paster_templates/paste_deploy/+package+ creating build/lib/paste/deploy/paster_templates/paste_deploy/docs copying src/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl -> build/lib/paste/deploy/paster_templates/paste_deploy/docs installing to build/bdist.netbsd-9.3-amd64/wheel running install running install_lib Skipping installation of build/bdist.netbsd-9.3-amd64/wheel/./paste/__init__.py (namespace package) copying paste/deploy/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./paste/deploy copying paste/deploy/config.py -> build/bdist.netbsd-9.3-amd64/wheel/./paste/deploy copying paste/deploy/converters.py -> build/bdist.netbsd-9.3-amd64/wheel/./paste/deploy copying paste/deploy/loadwsgi.py -> build/bdist.netbsd-9.3-amd64/wheel/./paste/deploy copying paste/deploy/paster_templates.py -> build/bdist.netbsd-9.3-amd64/wheel/./paste/deploy copying paste/deploy/util.py -> build/bdist.netbsd-9.3-amd64/wheel/./paste/deploy copying paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl -> build/bdist.netbsd-9.3-amd64/wheel/./paste/deploy/paster_templates/paste_deploy/+package+ copying paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl -> build/bdist.netbsd-9.3-amd64/wheel/./paste/deploy/paster_templates/paste_deploy/+package+ copying paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl -> build/bdist.netbsd-9.3-amd64/wheel/./paste/deploy/paster_templates/paste_deploy/docs running install_egg_info Copying src/PasteDeploy.egg-info to build/bdist.netbsd-9.3-amd64/wheel/./PasteDeploy-3.1.0-py3.11.egg-info Installing build/bdist.netbsd-9.3-amd64/wheel/./PasteDeploy-3.1.0-py3.11-nspkg.pth running install_scripts creating build/bdist.netbsd-9.3-amd64/wheel/pastedeploy-3.1.0.dist-info/WHEEL creating '/tmp/www/py-PasteDeploy/work/PasteDeploy-3.1.0/dist/.tmp-wbesw3q4/pastedeploy-3.1.0-py3-none-any.whl' and adding 'build/bdist.netbsd-9.3-amd64/wheel' to it adding 'PasteDeploy-3.1.0-py3.11-nspkg.pth' adding 'paste/deploy/__init__.py' adding 'paste/deploy/config.py' adding 'paste/deploy/converters.py' adding 'paste/deploy/loadwsgi.py' adding 'paste/deploy/paster_templates.py' adding 'paste/deploy/util.py' adding 'paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl' adding 'paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl' adding 'paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl' adding 'pastedeploy-3.1.0.dist-info/METADATA' adding 'pastedeploy-3.1.0.dist-info/WHEEL' adding 'pastedeploy-3.1.0.dist-info/entry_points.txt' adding 'pastedeploy-3.1.0.dist-info/namespace_packages.txt' adding 'pastedeploy-3.1.0.dist-info/top_level.txt' adding 'pastedeploy-3.1.0.dist-info/RECORD' removing build/bdist.netbsd-9.3-amd64/wheel Successfully built pastedeploy-3.1.0-py3-none-any.whl