==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-pastedeploy 3.1-3 (Sun Jan 11 00:31:15 2026)
==> Retrieving sources...
-> Found python-pastedeploy-3.1.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
python-pastedeploy-3.1.tar.gz ... Passed
==> Making package: python-pastedeploy 3.1-3 (Sun Jan 11 07:31:40 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (2) mpdecimal-4.0.1-1 python-3.14.2-2
Total Installed Size: 68.57 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 mpdecimal...
installing python...
Optional dependencies for python
python-setuptools: for building Python packages using tooling that is usually bundled with Python
python-pip: for installing Python packages using tooling that is usually bundled with Python
python-pipx: for installing Python software not packaged on Arch Linux
sqlite: for a default database integration [installed]
xz: for lzma [installed]
tk: for tkinter
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (13) python-autocommand-2.2.2-9 python-jaraco.collections-5.1.0-3 python-jaraco.context-6.0.1-3 python-jaraco.functools-4.1.0-3 python-jaraco.text-4.0.0-4 python-more-itertools-10.8.0-2 python-packaging-25.0-4 python-platformdirs-4.5.1-3 python-pyproject-hooks-1.2.0-6 python-build-1.3.0-4 python-installer-0.7.0-14 python-setuptools-1:80.9.0-4 python-wheel-0.45.1-4
Total Installed Size: 11.01 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...
==> Retrieving sources...
-> Found python-pastedeploy-3.1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python-pastedeploy-3.1.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.14/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)
/usr/lib/python3.14/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 :: MIT License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running egg_info
creating src/PasteDeploy.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
writing manifest file 'src/PasteDeploy.egg-info/SOURCES.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'
* Building wheel...
/usr/lib/python3.14/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)
/usr/lib/python3.14/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 :: MIT 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/paste
copying src/paste/__init__.py -> build/lib/paste
creating build/lib/paste/deploy
copying src/paste/deploy/util.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/__init__.py -> build/lib/paste/deploy
copying src/paste/deploy/paster_templates.py -> build/lib/paste/deploy
copying src/paste/deploy/config.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/lib/python3.14/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/lib/python3.14/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.linux-armv7l/wheel
running install
running install_lib
Skipping installation of build/bdist.linux-armv7l/wheel/./paste/__init__.py (namespace package)
copying paste/deploy/util.py -> build/bdist.linux-armv7l/wheel/./paste/deploy
copying paste/deploy/converters.py -> build/bdist.linux-armv7l/wheel/./paste/deploy
copying paste/deploy/loadwsgi.py -> build/bdist.linux-armv7l/wheel/./paste/deploy
copying paste/deploy/__init__.py -> build/bdist.linux-armv7l/wheel/./paste/deploy
copying paste/deploy/paster_templates.py -> build/bdist.linux-armv7l/wheel/./paste/deploy
copying paste/deploy/config.py -> build/bdist.linux-armv7l/wheel/./paste/deploy
copying paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl -> build/bdist.linux-armv7l/wheel/./paste/deploy/paster_templates/paste_deploy/docs
copying paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl -> build/bdist.linux-armv7l/wheel/./paste/deploy/paster_templates/paste_deploy/+package+
copying paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl -> build/bdist.linux-armv7l/wheel/./paste/deploy/paster_templates/paste_deploy/+package+
running install_egg_info
Copying src/PasteDeploy.egg-info to build/bdist.linux-armv7l/wheel/./PasteDeploy-3.1.0-py3.14.egg-info
Installing build/bdist.linux-armv7l/wheel/./PasteDeploy-3.1.0-py3.14-nspkg.pth
running install_scripts
creating build/bdist.linux-armv7l/wheel/pastedeploy-3.1.0.dist-info/WHEEL
creating '/build/python-pastedeploy/src/pastedeploy-3.1/dist/.tmp-q394m12x/pastedeploy-3.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'PasteDeploy-3.1.0-py3.14-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.linux-armv7l/wheel
Successfully built pastedeploy-3.1.0-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-pastedeploy"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pastedeploy 3.1-3 (Sun Jan 11 07:31:57 2026)
==> Cleaning up...
[?12l[?25h