==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-pew 1.2.0-10 (Mon Jan 12 14:59:06 2026)
==> Retrieving sources...
-> Found python-pew-1.2.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
python-pew-1.2.0.tar.gz ... Passed
==> Making package: python-pew 1.2.0-10 (Mon Jan 12 14:59:09 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (7) mpdecimal-4.0.1-1 python-distlib-0.4.0-2 python-filelock-3.20.2-1 python-platformdirs-4.5.1-3 python-3.14.2-2 python-virtualenv-20.36.0-1 python-virtualenv-clone-0.5.7-7
Total Download Size: 4.64 MiB
Total Installed Size: 86.65 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-virtualenv-20.36.0-1-any downloading...
python-distlib-0.4.0-2-any downloading...
python-virtualenv-clone-0.5.7-7-any downloading...
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
installing python-distlib...
installing python-filelock...
installing python-platformdirs...
installing python-virtualenv...
installing python-virtualenv-clone...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (9) 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-wheel-0.45.1-4 python-setuptools-1:80.9.0-4
Total Installed Size: 10.20 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-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...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Found python-pew-1.2.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python-pew-1.2.0.tar.gz with bsdtar
==> Starting build()...
running build
running build_py
creating build/lib/pew
copying pew/_utils.py -> build/lib/pew
copying pew/_print_utils.py -> build/lib/pew
copying pew/__init__.py -> build/lib/pew
copying pew/pew.py -> build/lib/pew
copying pew/__main__.py -> build/lib/pew
running egg_info
creating pew.egg-info
writing pew.egg-info/PKG-INFO
writing dependency_links to pew.egg-info/dependency_links.txt
writing entry points to pew.egg-info/entry_points.txt
writing requirements to pew.egg-info/requires.txt
writing top-level names to pew.egg-info/top_level.txt
writing manifest file 'pew.egg-info/SOURCES.txt'
reading manifest file 'pew.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*~' found under directory 'pew'
adding license file 'LICENSE'
writing manifest file 'pew.egg-info/SOURCES.txt'
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'pew.shell_config' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'pew.shell_config' 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 'pew.shell_config' 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 'pew.shell_config' to be distributed and are
already explicitly excluding 'pew.shell_config' 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/pew/shell_config
copying pew/shell_config/_pew -> build/lib/pew/shell_config
copying pew/shell_config/complete.bash -> build/lib/pew/shell_config
copying pew/shell_config/complete.fish -> build/lib/pew/shell_config
copying pew/shell_config/complete.zsh -> build/lib/pew/shell_config
copying pew/shell_config/complete_deploy -> build/lib/pew/shell_config
copying pew/shell_config/init.bash -> build/lib/pew/shell_config
copying pew/shell_config/init.fish -> build/lib/pew/shell_config
copying pew/shell_config/init.zsh -> build/lib/pew/shell_config
==> Entering fakeroot environment...
==> Starting package()...
running install
/usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running install_lib
creating /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages
creating /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew
copying build/lib/pew/_utils.py -> /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew
copying build/lib/pew/_print_utils.py -> /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew
creating /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew/shell_config
copying build/lib/pew/shell_config/complete.fish -> /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew/shell_config
copying build/lib/pew/shell_config/init.bash -> /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew/shell_config
copying build/lib/pew/shell_config/init.fish -> /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew/shell_config
copying build/lib/pew/shell_config/init.zsh -> /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew/shell_config
copying build/lib/pew/shell_config/complete.zsh -> /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew/shell_config
copying build/lib/pew/shell_config/complete.bash -> /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew/shell_config
copying build/lib/pew/shell_config/complete_deploy -> /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew/shell_config
copying build/lib/pew/shell_config/_pew -> /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew/shell_config
copying build/lib/pew/__init__.py -> /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew
copying build/lib/pew/pew.py -> /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew
copying build/lib/pew/__main__.py -> /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew
byte-compiling /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew/_utils.py to _utils.cpython-314.pyc
byte-compiling /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew/_print_utils.py to _print_utils.cpython-314.pyc
byte-compiling /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew/pew.py to pew.cpython-314.pyc
/usr/lib/python3.14/site-packages/pew/pew.py:623: SyntaxWarning: 'return' in a 'finally' block
byte-compiling /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew/__main__.py to __main__.cpython-314.pyc
writing byte-compilation script '/tmp/tmpaiwp_9lg.py'
/usr/bin/python /tmp/tmpaiwp_9lg.py
/usr/lib/python3.14/site-packages/pew/pew.py:623: SyntaxWarning: 'return' in a 'finally' block
removing /tmp/tmpaiwp_9lg.py
running install_egg_info
running egg_info
writing pew.egg-info/PKG-INFO
writing dependency_links to pew.egg-info/dependency_links.txt
writing entry points to pew.egg-info/entry_points.txt
writing requirements to pew.egg-info/requires.txt
writing top-level names to pew.egg-info/top_level.txt
reading manifest file 'pew.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*~' found under directory 'pew'
adding license file 'LICENSE'
writing manifest file 'pew.egg-info/SOURCES.txt'
Copying pew.egg-info to /build/python-pew/pkg/python-pew/usr/lib/python3.14/site-packages/pew-1.2.0-py3.14.egg-info
running install_scripts
Installing pew script to /build/python-pew/pkg/python-pew/usr/bin
==> 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-pew"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pew 1.2.0-10 (Mon Jan 12 14:59:19 2026)
==> Cleaning up...
[?12l[?25h