=> 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 py313-octoprint-filecheck-2024.11.12 * Building wheel... :626: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html Found packages: {'octoprint_file_check'} running bdist_wheel /usr/pkg/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:124: 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. By 2025-Aug-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/octoprint_file_check copying octoprint_file_check/__init__.py -> build/lib/octoprint_file_check running egg_info writing OctoPrint_FileCheck.egg-info/PKG-INFO writing dependency_links to OctoPrint_FileCheck.egg-info/dependency_links.txt writing entry points to OctoPrint_FileCheck.egg-info/entry_points.txt writing requirements to OctoPrint_FileCheck.egg-info/requires.txt writing top-level names to OctoPrint_FileCheck.egg-info/top_level.txt reading manifest file 'OctoPrint_FileCheck.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'OctoPrint_FileCheck.egg-info/SOURCES.txt' /usr/pkg/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'octoprint_file_check.static.clientjs' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'octoprint_file_check.static.clientjs' 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 'octoprint_file_check.static.clientjs' 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 'octoprint_file_check.static.clientjs' to be distributed and are already explicitly excluding 'octoprint_file_check.static.clientjs' 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.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'octoprint_file_check.static.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'octoprint_file_check.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 'octoprint_file_check.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 'octoprint_file_check.static.js' to be distributed and are already explicitly excluding 'octoprint_file_check.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.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'octoprint_file_check.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'octoprint_file_check.templates' 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 'octoprint_file_check.templates' 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 'octoprint_file_check.templates' to be distributed and are already explicitly excluding 'octoprint_file_check.templates' 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.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'octoprint_file_check.templates.snippets' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'octoprint_file_check.templates.snippets' 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 'octoprint_file_check.templates.snippets' 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 'octoprint_file_check.templates.snippets' to be distributed and are already explicitly excluding 'octoprint_file_check.templates.snippets' 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.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'octoprint_file_check.translations.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'octoprint_file_check.translations.de.LC_MESSAGES' 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 'octoprint_file_check.translations.de.LC_MESSAGES' 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 'octoprint_file_check.translations.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'octoprint_file_check.translations.de.LC_MESSAGES' 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/octoprint_file_check/static/clientjs copying octoprint_file_check/static/clientjs/file_check.js -> build/lib/octoprint_file_check/static/clientjs creating build/lib/octoprint_file_check/static/js copying octoprint_file_check/static/js/file_check.js -> build/lib/octoprint_file_check/static/js creating build/lib/octoprint_file_check/templates copying octoprint_file_check/templates/file_check_settings.jinja2 -> build/lib/octoprint_file_check/templates copying octoprint_file_check/templates/file_check_wizard_fullcheck.jinja2 -> build/lib/octoprint_file_check/templates creating build/lib/octoprint_file_check/templates/snippets copying octoprint_file_check/templates/snippets/fileCheckButton.jinja2 -> build/lib/octoprint_file_check/templates/snippets creating build/lib/octoprint_file_check/translations/de/LC_MESSAGES copying octoprint_file_check/translations/de/LC_MESSAGES/messages.mo -> build/lib/octoprint_file_check/translations/de/LC_MESSAGES copying octoprint_file_check/translations/de/LC_MESSAGES/messages.po -> build/lib/octoprint_file_check/translations/de/LC_MESSAGES installing to build/bdist.netbsd-9.3-amd64/wheel running install running install_lib creating build/bdist.netbsd-9.3-amd64/wheel creating build/bdist.netbsd-9.3-amd64/wheel/octoprint_file_check copying build/lib/octoprint_file_check/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./octoprint_file_check creating build/bdist.netbsd-9.3-amd64/wheel/octoprint_file_check/static creating build/bdist.netbsd-9.3-amd64/wheel/octoprint_file_check/static/clientjs copying build/lib/octoprint_file_check/static/clientjs/file_check.js -> build/bdist.netbsd-9.3-amd64/wheel/./octoprint_file_check/static/clientjs creating build/bdist.netbsd-9.3-amd64/wheel/octoprint_file_check/static/js copying build/lib/octoprint_file_check/static/js/file_check.js -> build/bdist.netbsd-9.3-amd64/wheel/./octoprint_file_check/static/js creating build/bdist.netbsd-9.3-amd64/wheel/octoprint_file_check/templates copying build/lib/octoprint_file_check/templates/file_check_settings.jinja2 -> build/bdist.netbsd-9.3-amd64/wheel/./octoprint_file_check/templates copying build/lib/octoprint_file_check/templates/file_check_wizard_fullcheck.jinja2 -> build/bdist.netbsd-9.3-amd64/wheel/./octoprint_file_check/templates creating build/bdist.netbsd-9.3-amd64/wheel/octoprint_file_check/templates/snippets copying build/lib/octoprint_file_check/templates/snippets/fileCheckButton.jinja2 -> build/bdist.netbsd-9.3-amd64/wheel/./octoprint_file_check/templates/snippets creating build/bdist.netbsd-9.3-amd64/wheel/octoprint_file_check/translations creating build/bdist.netbsd-9.3-amd64/wheel/octoprint_file_check/translations/de creating build/bdist.netbsd-9.3-amd64/wheel/octoprint_file_check/translations/de/LC_MESSAGES copying build/lib/octoprint_file_check/translations/de/LC_MESSAGES/messages.mo -> build/bdist.netbsd-9.3-amd64/wheel/./octoprint_file_check/translations/de/LC_MESSAGES copying build/lib/octoprint_file_check/translations/de/LC_MESSAGES/messages.po -> build/bdist.netbsd-9.3-amd64/wheel/./octoprint_file_check/translations/de/LC_MESSAGES running install_egg_info Copying OctoPrint_FileCheck.egg-info to build/bdist.netbsd-9.3-amd64/wheel/./OctoPrint_FileCheck-2024.11.12-py3.13.egg-info running install_scripts creating build/bdist.netbsd-9.3-amd64/wheel/octoprint_filecheck-2024.11.12.dist-info/WHEEL creating '/tmp/print/py-octoprint-filecheck/work/OctoPrint-FileCheck-2024.11.12/dist/.tmp-71k4mu4w/octoprint_filecheck-2024.11.12-py2.py3-none-any.whl' and adding 'build/bdist.netbsd-9.3-amd64/wheel' to it adding 'octoprint_file_check/__init__.py' adding 'octoprint_file_check/static/clientjs/file_check.js' adding 'octoprint_file_check/static/js/file_check.js' adding 'octoprint_file_check/templates/file_check_settings.jinja2' adding 'octoprint_file_check/templates/file_check_wizard_fullcheck.jinja2' adding 'octoprint_file_check/templates/snippets/fileCheckButton.jinja2' adding 'octoprint_file_check/translations/de/LC_MESSAGES/messages.mo' adding 'octoprint_file_check/translations/de/LC_MESSAGES/messages.po' adding 'octoprint_filecheck-2024.11.12.dist-info/LICENSE' adding 'octoprint_filecheck-2024.11.12.dist-info/METADATA' adding 'octoprint_filecheck-2024.11.12.dist-info/WHEEL' adding 'octoprint_filecheck-2024.11.12.dist-info/entry_points.txt' adding 'octoprint_filecheck-2024.11.12.dist-info/top_level.txt' adding 'octoprint_filecheck-2024.11.12.dist-info/RECORD' removing build/bdist.netbsd-9.3-amd64/wheel Successfully built octoprint_filecheck-2024.11.12-py2.py3-none-any.whl