==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-routes 2.5.1-8 (Mon Dec 23 22:05:35 2024)
==> Retrieving sources...
  -> Found Routes-2.5.1.tar.gz
  -> Found replace-nose-with-pytest.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    Routes-2.5.1.tar.gz ... Passed
    replace-nose-with-pytest.patch ... Passed
==> Making package: python-routes 2.5.1-8 (Mon Dec 23 22:05:57 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (2) python-repoze.lru-0.7-12  python-six-1.16.0-10

Total Download Size:   0.02 MiB
Total Installed Size:  0.28 MiB

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

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

Total Installed Size:  10.25 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...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found Routes-2.5.1.tar.gz
  -> Found replace-nose-with-pytest.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting Routes-2.5.1.tar.gz with bsdtar
==> Starting prepare()...
patching file setup.py
Hunk #1 succeeded at 56 with fuzz 2 (offset -6 lines).
patching file tests/test_functional/test_explicit_use.py
patching file tests/test_functional/test_generation.py
patching file tests/test_functional/test_middleware.py
patching file tests/test_functional/test_nonminimization.py
patching file tests/test_functional/test_recognition.py
patching file tests/test_functional/test_resources.py
patching file tests/test_functional/test_submapper.py
patching file tests/test_functional/test_utils.py
==> Starting build()...
running build
running build_py
creating build/lib/routes
copying routes/base.py -> build/lib/routes
copying routes/util.py -> build/lib/routes
copying routes/middleware.py -> build/lib/routes
copying routes/__init__.py -> build/lib/routes
copying routes/route.py -> build/lib/routes
copying routes/mapper.py -> build/lib/routes
running egg_info
writing Routes.egg-info/PKG-INFO
writing dependency_links to Routes.egg-info/dependency_links.txt
writing requirements to Routes.egg-info/requires.txt
writing top-level names to Routes.egg-info/top_level.txt
reading manifest file 'Routes.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '*.hgignore' found anywhere in distribution
warning: no previously-included files matching '*.hgtags' found anywhere in distribution
adding license file 'LICENSE.txt'
writing manifest file 'Routes.egg-info/SOURCES.txt'
==> 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 build
running build_py
running egg_info
writing Routes.egg-info/PKG-INFO
writing dependency_links to Routes.egg-info/dependency_links.txt
writing requirements to Routes.egg-info/requires.txt
writing top-level names to Routes.egg-info/top_level.txt
reading manifest file 'Routes.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '*.hgignore' found anywhere in distribution
warning: no previously-included files matching '*.hgtags' found anywhere in distribution
adding license file 'LICENSE.txt'
writing manifest file 'Routes.egg-info/SOURCES.txt'
running install_lib
creating /build/python-routes/pkg/python-routes/usr/lib/python3.13/site-packages
creating /build/python-routes/pkg/python-routes/usr/lib/python3.13/site-packages/routes
copying build/lib/routes/base.py -> /build/python-routes/pkg/python-routes/usr/lib/python3.13/site-packages/routes
copying build/lib/routes/util.py -> /build/python-routes/pkg/python-routes/usr/lib/python3.13/site-packages/routes
copying build/lib/routes/middleware.py -> /build/python-routes/pkg/python-routes/usr/lib/python3.13/site-packages/routes
copying build/lib/routes/__init__.py -> /build/python-routes/pkg/python-routes/usr/lib/python3.13/site-packages/routes
copying build/lib/routes/route.py -> /build/python-routes/pkg/python-routes/usr/lib/python3.13/site-packages/routes
copying build/lib/routes/mapper.py -> /build/python-routes/pkg/python-routes/usr/lib/python3.13/site-packages/routes
byte-compiling /build/python-routes/pkg/python-routes/usr/lib/python3.13/site-packages/routes/base.py to base.cpython-313.pyc
byte-compiling /build/python-routes/pkg/python-routes/usr/lib/python3.13/site-packages/routes/util.py to util.cpython-313.pyc
byte-compiling /build/python-routes/pkg/python-routes/usr/lib/python3.13/site-packages/routes/middleware.py to middleware.cpython-313.pyc
byte-compiling /build/python-routes/pkg/python-routes/usr/lib/python3.13/site-packages/routes/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-routes/pkg/python-routes/usr/lib/python3.13/site-packages/routes/route.py to route.cpython-313.pyc
byte-compiling /build/python-routes/pkg/python-routes/usr/lib/python3.13/site-packages/routes/mapper.py to mapper.cpython-313.pyc
writing byte-compilation script '/tmp/tmpoq_jayq3.py'
/usr/bin/python /tmp/tmpoq_jayq3.py
removing /tmp/tmpoq_jayq3.py
running install_egg_info
Copying Routes.egg-info to /build/python-routes/pkg/python-routes/usr/lib/python3.13/site-packages/Routes-2.5.1-py3.13.egg-info
running install_scripts
==> 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-routes"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-routes 2.5.1-8 (Mon Dec 23 22:06:11 2024)
==> Cleaning up...