==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: python-flask-debug 0.4.3-10 (Sat Dec 28 08:06:54 2024) ==> Retrieving sources... -> Found python-flask-debug-0.4.3.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... python-flask-debug-0.4.3.tar.gz ... Passed ==> Making package: python-flask-debug 0.4.3-10 (Sat Dec 28 08:07:02 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (8) python-blinker-1.8.2-2 python-click-8.1.7-4 python-itsdangerous-2.1.2-5 python-jinja-1:3.1.5-1 python-markupsafe-2.1.5-3 python-werkzeug-3.1.3-1 python-flask-3.1.0-1 python-inflection-0.5.1-9 Total Download Size: 0.01 MiB Total Installed Size: 6.79 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... python-inflection-0.5.1-9-any downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python-blinker... installing python-click... installing python-itsdangerous... installing python-markupsafe... installing python-jinja... Optional dependencies for python-jinja python-babel: for i18n support installing python-werkzeug... Optional dependencies for python-werkzeug python-watchdog: faster and more advanced reloader installing python-flask... Optional dependencies for python-flask python-asgiref: async functions and views python-dotenv: loading env vars from files installing python-inflection... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (13) python-autocommand-2.2.2-7 python-jaraco.collections-5.0.1-2 python-jaraco.context-5.3.0-3 python-jaraco.functools-4.1.0-1 python-jaraco.text-4.0.0-2 python-more-itertools-10.5.0-1 python-packaging-24.2-3 python-platformdirs-4.3.6-2 python-pyproject-hooks-1.2.0-3 python-build-1.2.2-3 python-installer-0.7.0-10 python-setuptools-1:75.2.0-4 python-wheel-0.45.0-3 Total Installed Size: 10.72 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python-more-itertools... installing python-jaraco.functools... installing python-jaraco.context... installing python-autocommand... installing python-jaraco.text... Optional dependencies for python-jaraco.text python-inflect: for show-newlines script installing python-jaraco.collections... installing python-packaging... installing python-platformdirs... installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures python-setuptools: for legacy bdist_wheel subcommand [pending] installing python-setuptools... installing python-pyproject-hooks... installing python-build... Optional dependencies for python-build python-pip: to use as the Python package installer (default) python-uv: to use as the Python package installer python-virtualenv: to use virtualenv for build isolation installing python-installer... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Retrieving sources... -> Found python-flask-debug-0.4.3.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting python-flask-debug-0.4.3.tar.gz with bsdtar ==> Starting build()... * Getting build dependencies for wheel... running egg_info creating Flask_Debug.egg-info writing Flask_Debug.egg-info/PKG-INFO writing dependency_links to Flask_Debug.egg-info/dependency_links.txt writing requirements to Flask_Debug.egg-info/requires.txt writing top-level names to Flask_Debug.egg-info/top_level.txt writing manifest file 'Flask_Debug.egg-info/SOURCES.txt' reading manifest file 'Flask_Debug.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'Flask_Debug.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build/lib/flask_debug_plugins copying flask_debug_plugins/__init__.py -> build/lib/flask_debug_plugins creating build/lib/flask_debug copying flask_debug/security.py -> build/lib/flask_debug copying flask_debug/dbg.py -> build/lib/flask_debug copying flask_debug/__init__.py -> build/lib/flask_debug running egg_info writing Flask_Debug.egg-info/PKG-INFO writing dependency_links to Flask_Debug.egg-info/dependency_links.txt writing requirements to Flask_Debug.egg-info/requires.txt writing top-level names to Flask_Debug.egg-info/top_level.txt reading manifest file 'Flask_Debug.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'Flask_Debug.egg-info/SOURCES.txt' /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'flask_debug.templates.flask_debug' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debug.templates.flask_debug' 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 'flask_debug.templates.flask_debug' 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 'flask_debug.templates.flask_debug' to be distributed and are already explicitly excluding 'flask_debug.templates.flask_debug' 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/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'flask_debug_plugins.templates.flask_debug' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debug_plugins.templates.flask_debug' 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 'flask_debug_plugins.templates.flask_debug' 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 'flask_debug_plugins.templates.flask_debug' to be distributed and are already explicitly excluding 'flask_debug_plugins.templates.flask_debug' 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/flask_debug_plugins/templates/flask_debug copying flask_debug_plugins/templates/flask_debug/plugins.html -> build/lib/flask_debug_plugins/templates/flask_debug creating build/lib/flask_debug/templates/flask_debug copying flask_debug/templates/flask_debug/base.html -> build/lib/flask_debug/templates/flask_debug copying flask_debug/templates/flask_debug/bootstrap_base.html -> build/lib/flask_debug/templates/flask_debug copying flask_debug/templates/flask_debug/config.html -> build/lib/flask_debug/templates/flask_debug copying flask_debug/templates/flask_debug/reflect.html -> build/lib/flask_debug/templates/flask_debug installing to build/bdist.linux-aarch64/wheel running install running install_lib creating build/bdist.linux-aarch64/wheel creating build/bdist.linux-aarch64/wheel/flask_debug_plugins creating build/bdist.linux-aarch64/wheel/flask_debug_plugins/templates creating build/bdist.linux-aarch64/wheel/flask_debug_plugins/templates/flask_debug copying build/lib/flask_debug_plugins/templates/flask_debug/plugins.html -> build/bdist.linux-aarch64/wheel/./flask_debug_plugins/templates/flask_debug copying build/lib/flask_debug_plugins/__init__.py -> build/bdist.linux-aarch64/wheel/./flask_debug_plugins creating build/bdist.linux-aarch64/wheel/flask_debug copying build/lib/flask_debug/security.py -> build/bdist.linux-aarch64/wheel/./flask_debug copying build/lib/flask_debug/dbg.py -> build/bdist.linux-aarch64/wheel/./flask_debug creating build/bdist.linux-aarch64/wheel/flask_debug/templates creating build/bdist.linux-aarch64/wheel/flask_debug/templates/flask_debug copying build/lib/flask_debug/templates/flask_debug/base.html -> build/bdist.linux-aarch64/wheel/./flask_debug/templates/flask_debug copying build/lib/flask_debug/templates/flask_debug/config.html -> build/bdist.linux-aarch64/wheel/./flask_debug/templates/flask_debug copying build/lib/flask_debug/templates/flask_debug/bootstrap_base.html -> build/bdist.linux-aarch64/wheel/./flask_debug/templates/flask_debug copying build/lib/flask_debug/templates/flask_debug/reflect.html -> build/bdist.linux-aarch64/wheel/./flask_debug/templates/flask_debug copying build/lib/flask_debug/__init__.py -> build/bdist.linux-aarch64/wheel/./flask_debug running install_egg_info Copying Flask_Debug.egg-info to build/bdist.linux-aarch64/wheel/./Flask_Debug-0.4.3-py3.13.egg-info running install_scripts creating build/bdist.linux-aarch64/wheel/Flask_Debug-0.4.3.dist-info/WHEEL creating '/build/python-flask-debug/src/Flask-Debug-0.4.3/dist/.tmp-b73sspfa/Flask_Debug-0.4.3-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it adding 'flask_debug/__init__.py' adding 'flask_debug/dbg.py' adding 'flask_debug/security.py' adding 'flask_debug/templates/flask_debug/base.html' adding 'flask_debug/templates/flask_debug/bootstrap_base.html' adding 'flask_debug/templates/flask_debug/config.html' adding 'flask_debug/templates/flask_debug/reflect.html' adding 'flask_debug_plugins/__init__.py' adding 'flask_debug_plugins/templates/flask_debug/plugins.html' adding 'Flask_Debug-0.4.3.dist-info/LICENSE' adding 'Flask_Debug-0.4.3.dist-info/METADATA' adding 'Flask_Debug-0.4.3.dist-info/WHEEL' adding 'Flask_Debug-0.4.3.dist-info/top_level.txt' adding 'Flask_Debug-0.4.3.dist-info/RECORD' removing build/bdist.linux-aarch64/wheel Successfully built Flask_Debug-0.4.3-py3-none-any.whl ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python-flask-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-flask-debug 0.4.3-10 (Sat Dec 28 08:07:08 2024) ==> Cleaning up...