==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-pew 1.2.0-9 (Tue Dec 24 19:39:28 2024)
==> 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-9 (Tue Dec 24 19:39:48 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (5) python-distlib-0.3.9-2  python-filelock-3.16.1-2
             python-platformdirs-4.3.6-2  python-virtualenv-20.27.1-4
             python-virtualenv-clone-0.5.7-6

Total Download Size:   0.01 MiB
Total Installed Size:  5.71 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-virtualenv-clone-0.5.7-6-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-distlib...
installing python-filelock...
installing python-platformdirs...
installing python-virtualenv...
installing python-virtualenv-clone...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (9) 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-wheel-0.45.0-3
             python-setuptools-1:75.2.0-4

Total Installed Size:  10.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-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...
[?25h==> 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/_print_utils.py -> build/lib/pew
copying pew/__main__.py -> build/lib/pew
copying pew/pew.py -> build/lib/pew
copying pew/__init__.py -> build/lib/pew
copying pew/_utils.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.13/site-packages/setuptools/command/build_py.py:218: _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.13/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        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.13/site-packages
creating /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew
copying build/lib/pew/_print_utils.py -> /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew
copying build/lib/pew/__main__.py -> /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew
copying build/lib/pew/pew.py -> /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew
creating /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew/shell_config
copying build/lib/pew/shell_config/_pew -> /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew/shell_config
copying build/lib/pew/shell_config/complete_deploy -> /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew/shell_config
copying build/lib/pew/shell_config/complete.bash -> /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew/shell_config
copying build/lib/pew/shell_config/complete.fish -> /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew/shell_config
copying build/lib/pew/shell_config/init.bash -> /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew/shell_config
copying build/lib/pew/shell_config/init.fish -> /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew/shell_config
copying build/lib/pew/shell_config/complete.zsh -> /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew/shell_config
copying build/lib/pew/shell_config/init.zsh -> /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew/shell_config
copying build/lib/pew/__init__.py -> /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew
copying build/lib/pew/_utils.py -> /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew
byte-compiling /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew/_print_utils.py to _print_utils.cpython-313.pyc
byte-compiling /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew/__main__.py to __main__.cpython-313.pyc
byte-compiling /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew/pew.py to pew.cpython-313.pyc
byte-compiling /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pew/pkg/python-pew/usr/lib/python3.13/site-packages/pew/_utils.py to _utils.cpython-313.pyc
writing byte-compilation script '/tmp/tmpituoy1bk.py'
/usr/bin/python /tmp/tmpituoy1bk.py
removing /tmp/tmpituoy1bk.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.13/site-packages/pew-1.2.0-py3.13.egg-info
running install_scripts
Installing pew script to /build/python-pew/pkg/python-pew/usr/bin
==> 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-pew"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pew 1.2.0-9 (Tue Dec 24 19:40:02 2024)
==> Cleaning up...