==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-torrentool 1.2.0-3 (Mon Dec 23 07:36:20 2024)
==> Retrieving sources...
  -> Found python-torrentool-1.2.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-torrentool-1.2.0.tar.gz ... Passed
==> Validating source files with b2sums...
    python-torrentool-1.2.0.tar.gz ... Passed
==> Making package: python-torrentool 1.2.0-3 (Mon Dec 23 07:36:43 2024)
==> 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.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-pyproject-hooks-1.2.0-3  python-build-1.2.2-3
              python-installer-0.7.0-10  python-setuptools-1:75.2.0-4
              python-wheel-0.45.0-3

Total Installed Size:  10.72 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-torrentool-1.2.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-torrentool-1.2.0.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
running egg_info
creating torrentool.egg-info
writing torrentool.egg-info/PKG-INFO
writing dependency_links to torrentool.egg-info/dependency_links.txt
writing entry points to torrentool.egg-info/entry_points.txt
writing requirements to torrentool.egg-info/requires.txt
writing top-level names to torrentool.egg-info/top_level.txt
writing manifest file 'torrentool.egg-info/SOURCES.txt'
reading manifest file 'torrentool.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'docs/Makefile'
warning: no files found matching '*.rst' under directory 'docs'
warning: no files found matching '*.py' under directory 'docs'
warning: no files found matching '*' under directory 'bin'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
warning: no previously-included files matching 'empty' found under directory '*'
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'torrentool.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
running bdist_wheel
running build
running build_py
creating build/lib/torrentool
copying torrentool/cli.py -> build/lib/torrentool
copying torrentool/__init__.py -> build/lib/torrentool
copying torrentool/bencode.py -> build/lib/torrentool
copying torrentool/api.py -> build/lib/torrentool
copying torrentool/utils.py -> build/lib/torrentool
copying torrentool/torrent.py -> build/lib/torrentool
copying torrentool/exceptions.py -> build/lib/torrentool
running egg_info
writing torrentool.egg-info/PKG-INFO
writing dependency_links to torrentool.egg-info/dependency_links.txt
writing entry points to torrentool.egg-info/entry_points.txt
writing requirements to torrentool.egg-info/requires.txt
writing top-level names to torrentool.egg-info/top_level.txt
reading manifest file 'torrentool.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'docs/Makefile'
warning: no files found matching '*.rst' under directory 'docs'
warning: no files found matching '*.py' under directory 'docs'
warning: no files found matching '*' under directory 'bin'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
warning: no previously-included files matching 'empty' found under directory '*'
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'torrentool.egg-info/SOURCES.txt'
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'torrentool.repo' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'torrentool.repo' 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 'torrentool.repo' 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 'torrentool.repo' to be distributed and are
        already explicitly excluding 'torrentool.repo' 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/torrentool/repo
copying torrentool/repo/open_trackers.ini -> build/lib/torrentool/repo
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/torrentool
copying build/lib/torrentool/cli.py -> build/bdist.linux-armv7l/wheel/./torrentool
copying build/lib/torrentool/__init__.py -> build/bdist.linux-armv7l/wheel/./torrentool
copying build/lib/torrentool/bencode.py -> build/bdist.linux-armv7l/wheel/./torrentool
copying build/lib/torrentool/api.py -> build/bdist.linux-armv7l/wheel/./torrentool
copying build/lib/torrentool/utils.py -> build/bdist.linux-armv7l/wheel/./torrentool
creating build/bdist.linux-armv7l/wheel/torrentool/repo
copying build/lib/torrentool/repo/open_trackers.ini -> build/bdist.linux-armv7l/wheel/./torrentool/repo
copying build/lib/torrentool/torrent.py -> build/bdist.linux-armv7l/wheel/./torrentool
copying build/lib/torrentool/exceptions.py -> build/bdist.linux-armv7l/wheel/./torrentool
running install_egg_info
Copying torrentool.egg-info to build/bdist.linux-armv7l/wheel/./torrentool-1.2.0-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/torrentool-1.2.0.dist-info/WHEEL
creating '/build/python-torrentool/src/torrentool-1.2.0/dist/.tmp-4qu11vkf/torrentool-1.2.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'torrentool/__init__.py'
adding 'torrentool/api.py'
adding 'torrentool/bencode.py'
adding 'torrentool/cli.py'
adding 'torrentool/exceptions.py'
adding 'torrentool/torrent.py'
adding 'torrentool/utils.py'
adding 'torrentool/repo/open_trackers.ini'
adding 'torrentool-1.2.0.dist-info/AUTHORS'
adding 'torrentool-1.2.0.dist-info/LICENSE'
adding 'torrentool-1.2.0.dist-info/METADATA'
adding 'torrentool-1.2.0.dist-info/WHEEL'
adding 'torrentool-1.2.0.dist-info/entry_points.txt'
adding 'torrentool-1.2.0.dist-info/top_level.txt'
adding 'torrentool-1.2.0.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built torrentool-1.2.0-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
install: creating directory '/build/python-torrentool/pkg/python-torrentool/usr/share'
install: creating directory '/build/python-torrentool/pkg/python-torrentool/usr/share/doc'
install: creating directory '/build/python-torrentool/pkg/python-torrentool/usr/share/doc/python-torrentool'
'AUTHORS' -> '/build/python-torrentool/pkg/python-torrentool/usr/share/doc/python-torrentool/AUTHORS'
'CHANGELOG' -> '/build/python-torrentool/pkg/python-torrentool/usr/share/doc/python-torrentool/CHANGELOG'
'README.rst' -> '/build/python-torrentool/pkg/python-torrentool/usr/share/doc/python-torrentool/README.rst'
install: creating directory '/build/python-torrentool/pkg/python-torrentool/usr/share/licenses'
install: creating directory '/build/python-torrentool/pkg/python-torrentool/usr/share/licenses/python-torrentool'
'LICENSE' -> '/build/python-torrentool/pkg/python-torrentool/usr/share/licenses/python-torrentool/LICENSE'
==> 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-torrentool"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-torrentool 1.2.0-3 (Mon Dec 23 07:36:55 2024)
==> Cleaning up...