==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-zope-hookable 8.1-1 (Fri Oct 31 12:40:07 2025)
==> Retrieving sources...
  -> Found python-zope-hookable-8.1.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-zope-hookable-8.1.tar.gz ... Passed
==> Making package: python-zope-hookable 8.1-1 (Fri Oct 31 12:40:30 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (13) python-autocommand-2.2.2-7  python-jaraco.collections-5.1.0-1
              python-jaraco.context-6.0.1-1  python-jaraco.functools-4.1.0-1
              python-jaraco.text-4.0.0-2  python-more-itertools-10.8.0-1
              python-packaging-25.0-1  python-platformdirs-4.5.0-1
              python-pyproject-hooks-1.2.0-3  python-build-1.3.0-1
              python-installer-0.7.0-10  python-setuptools-1:80.9.0-2
              python-wheel-0.45.1-1

Total Installed Size:  10.29 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-packaging...
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...
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-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 python-zope-hookable-8.1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-zope-hookable-8.1.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.13/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 :: Zope Public License

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running egg_info
creating src/zope.hookable.egg-info
writing src/zope.hookable.egg-info/PKG-INFO
writing dependency_links to src/zope.hookable.egg-info/dependency_links.txt
writing requirements to src/zope.hookable.egg-info/requires.txt
writing top-level names to src/zope.hookable.egg-info/top_level.txt
writing manifest file 'src/zope.hookable.egg-info/SOURCES.txt'
reading manifest file 'src/zope.hookable.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'src/zope.hookable.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.13/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 :: Zope Public 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.linux-armv7l-cpython-313/zope/hookable
copying src/zope/hookable/__init__.py -> build/lib.linux-armv7l-cpython-313/zope/hookable
running egg_info
writing src/zope.hookable.egg-info/PKG-INFO
writing dependency_links to src/zope.hookable.egg-info/dependency_links.txt
writing requirements to src/zope.hookable.egg-info/requires.txt
writing top-level names to src/zope.hookable.egg-info/top_level.txt
reading manifest file 'src/zope.hookable.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'src/zope.hookable.egg-info/SOURCES.txt'
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'zope.hookable.tests' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'zope.hookable.tests' 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 'zope.hookable.tests' 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 'zope.hookable.tests' to be distributed and are
        already explicitly excluding 'zope.hookable.tests' 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)
copying src/zope/hookable/_zope_hookable.c -> build/lib.linux-armv7l-cpython-313/zope/hookable
creating build/lib.linux-armv7l-cpython-313/zope/hookable/tests
copying src/zope/hookable/tests/__init__.py -> build/lib.linux-armv7l-cpython-313/zope/hookable/tests
copying src/zope/hookable/tests/test_compile_flags.py -> build/lib.linux-armv7l-cpython-313/zope/hookable/tests
copying src/zope/hookable/tests/test_hookable.py -> build/lib.linux-armv7l-cpython-313/zope/hookable/tests
running build_ext
building 'zope.hookable._zope_hookable' extension
creating build/temp.linux-armv7l-cpython-313/src/zope/hookable
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -I/usr/include/python3.13 -c src/zope/hookable/_zope_hookable.c -o build/temp.linux-armv7l-cpython-313/src/zope/hookable/_zope_hookable.o
gcc -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection build/temp.linux-armv7l-cpython-313/src/zope/hookable/_zope_hookable.o -L/usr/lib -o build/lib.linux-armv7l-cpython-313/zope/hookable/_zope_hookable.cpython-313-arm-linux-gnueabihf.so
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/zope
creating build/bdist.linux-armv7l/wheel/zope/hookable
creating build/bdist.linux-armv7l/wheel/zope/hookable/tests
copying build/lib.linux-armv7l-cpython-313/zope/hookable/tests/__init__.py -> build/bdist.linux-armv7l/wheel/./zope/hookable/tests
copying build/lib.linux-armv7l-cpython-313/zope/hookable/tests/test_compile_flags.py -> build/bdist.linux-armv7l/wheel/./zope/hookable/tests
copying build/lib.linux-armv7l-cpython-313/zope/hookable/tests/test_hookable.py -> build/bdist.linux-armv7l/wheel/./zope/hookable/tests
copying build/lib.linux-armv7l-cpython-313/zope/hookable/_zope_hookable.c -> build/bdist.linux-armv7l/wheel/./zope/hookable
copying build/lib.linux-armv7l-cpython-313/zope/hookable/__init__.py -> build/bdist.linux-armv7l/wheel/./zope/hookable
copying build/lib.linux-armv7l-cpython-313/zope/hookable/_zope_hookable.cpython-313-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/./zope/hookable
running install_egg_info
Copying src/zope.hookable.egg-info to build/bdist.linux-armv7l/wheel/./zope.hookable-8.1-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/zope_hookable-8.1.dist-info/WHEEL
creating '/build/python-zope-hookable/src/zope.hookable-8.1/dist/.tmp-327a7pei/zope_hookable-8.1-cp313-cp313-linux_armv7l.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'zope/hookable/__init__.py'
adding 'zope/hookable/_zope_hookable.c'
adding 'zope/hookable/_zope_hookable.cpython-313-arm-linux-gnueabihf.so'
adding 'zope/hookable/tests/__init__.py'
adding 'zope/hookable/tests/test_compile_flags.py'
adding 'zope/hookable/tests/test_hookable.py'
adding 'zope_hookable-8.1.dist-info/licenses/LICENSE.txt'
adding 'zope_hookable-8.1.dist-info/METADATA'
adding 'zope_hookable-8.1.dist-info/WHEEL'
adding 'zope_hookable-8.1.dist-info/top_level.txt'
adding 'zope_hookable-8.1.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built zope_hookable-8.1-cp313-cp313-linux_armv7l.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-zope-hookable"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-zope-hookable 8.1-1 (Fri Oct 31 12:40:42 2025)
==> Cleaning up...