==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-tld 0.13.1-2 (Sat Jan 10 21:57:53 2026)
==> Retrieving sources...
  -> Found tld-0.13.1.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
    tld-0.13.1.tar.gz ... Passed
==> Making package: python-tld 0.13.1-2 (Sun Jan 11 04:58:19 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (2) mpdecimal-4.0.1-1  python-3.14.2-2

Total Installed Size:  68.57 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 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
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (14) 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-platformdirs-4.5.1-3  python-pyproject-hooks-1.2.0-6  python-setuptools-1:80.9.0-4  python-build-1.3.0-4  python-installer-0.7.0-14  python-setuptools-scm-9.2.2-3  python-wheel-0.45.1-4

Total Installed Size:  11.61 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-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-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-setuptools...
installing python-setuptools-scm...
Optional dependencies for python-setuptools-scm
    python-rich: use rich as console log handler
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found tld-0.13.1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting tld-0.13.1.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section
running egg_info
creating src/tld.egg-info
writing src/tld.egg-info/PKG-INFO
writing dependency_links to src/tld.egg-info/dependency_links.txt
writing entry points to src/tld.egg-info/entry_points.txt
writing top-level names to src/tld.egg-info/top_level.txt
writing manifest file 'src/tld.egg-info/SOURCES.txt'
reading manifest file 'src/tld.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'src_py27/tld/res'
warning: no files found matching '*' under directory 'src_py35/tld/res'
warning: no directories found matching 'src_py27/tld/tests/res'
warning: no directories found matching 'src_py35/tld/tests/res'
adding license file 'LICENSE_LGPL_2.1.txt'
writing manifest file 'src/tld.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section
running bdist_wheel
The [wheel] section is deprecated. Use [bdist_wheel] instead.
/usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
!!

        ********************************************************************************
        With Python 2.7 end-of-life, support for building universal wheels
        (i.e., wheels that support both Python 2 and Python 3)
        is being obviated.
        Please discontinue using this option, or if you still need it,
        file an issue with pypa/setuptools describing your use case.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        ********************************************************************************

!!
  self.finalize_options()
running build
running build_py
creating build/lib/tld
copying src/tld/base.py -> build/lib/tld
copying src/tld/conf.py -> build/lib/tld
copying src/tld/__init__.py -> build/lib/tld
copying src/tld/utils.py -> build/lib/tld
copying src/tld/result.py -> build/lib/tld
copying src/tld/helpers.py -> build/lib/tld
copying src/tld/trie.py -> build/lib/tld
copying src/tld/registry.py -> build/lib/tld
copying src/tld/exceptions.py -> build/lib/tld
copying src/tld/defaults.py -> build/lib/tld
creating build/lib/tld/tests
copying src/tld/tests/base.py -> build/lib/tld/tests
copying src/tld/tests/__init__.py -> build/lib/tld/tests
copying src/tld/tests/test_commands.py -> build/lib/tld/tests
copying src/tld/tests/test_registry.py -> build/lib/tld/tests
copying src/tld/tests/test_core.py -> build/lib/tld/tests
running egg_info
writing src/tld.egg-info/PKG-INFO
writing dependency_links to src/tld.egg-info/dependency_links.txt
writing entry points to src/tld.egg-info/entry_points.txt
writing top-level names to src/tld.egg-info/top_level.txt
reading manifest file 'src/tld.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'src_py27/tld/res'
warning: no files found matching '*' under directory 'src_py35/tld/res'
warning: no directories found matching 'src_py27/tld/tests/res'
warning: no directories found matching 'src_py35/tld/tests/res'
adding license file 'LICENSE_LGPL_2.1.txt'
writing manifest file 'src/tld.egg-info/SOURCES.txt'
copying src/tld/py.typed -> build/lib/tld
creating build/lib/tld/res
copying src/tld/res/effective_tld_names.dat.txt -> build/lib/tld/res
copying src/tld/res/effective_tld_names_public_only.dat.txt -> build/lib/tld/res
creating build/lib/tld/tests/res
copying src/tld/tests/res/effective_tld_names_custom.dat.txt -> build/lib/tld/tests/res
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/tld
copying build/lib/tld/base.py -> build/bdist.linux-armv7l/wheel/./tld
creating build/bdist.linux-armv7l/wheel/tld/tests
copying build/lib/tld/tests/base.py -> build/bdist.linux-armv7l/wheel/./tld/tests
copying build/lib/tld/tests/__init__.py -> build/bdist.linux-armv7l/wheel/./tld/tests
copying build/lib/tld/tests/test_commands.py -> build/bdist.linux-armv7l/wheel/./tld/tests
creating build/bdist.linux-armv7l/wheel/tld/tests/res
copying build/lib/tld/tests/res/effective_tld_names_custom.dat.txt -> build/bdist.linux-armv7l/wheel/./tld/tests/res
copying build/lib/tld/tests/test_registry.py -> build/bdist.linux-armv7l/wheel/./tld/tests
copying build/lib/tld/tests/test_core.py -> build/bdist.linux-armv7l/wheel/./tld/tests
copying build/lib/tld/py.typed -> build/bdist.linux-armv7l/wheel/./tld
copying build/lib/tld/conf.py -> build/bdist.linux-armv7l/wheel/./tld
copying build/lib/tld/__init__.py -> build/bdist.linux-armv7l/wheel/./tld
copying build/lib/tld/utils.py -> build/bdist.linux-armv7l/wheel/./tld
copying build/lib/tld/result.py -> build/bdist.linux-armv7l/wheel/./tld
copying build/lib/tld/helpers.py -> build/bdist.linux-armv7l/wheel/./tld
creating build/bdist.linux-armv7l/wheel/tld/res
copying build/lib/tld/res/effective_tld_names_public_only.dat.txt -> build/bdist.linux-armv7l/wheel/./tld/res
copying build/lib/tld/res/effective_tld_names.dat.txt -> build/bdist.linux-armv7l/wheel/./tld/res
copying build/lib/tld/trie.py -> build/bdist.linux-armv7l/wheel/./tld
copying build/lib/tld/registry.py -> build/bdist.linux-armv7l/wheel/./tld
copying build/lib/tld/exceptions.py -> build/bdist.linux-armv7l/wheel/./tld
copying build/lib/tld/defaults.py -> build/bdist.linux-armv7l/wheel/./tld
running install_egg_info
Copying src/tld.egg-info to build/bdist.linux-armv7l/wheel/./tld-0.13.1-py3.14.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/tld-0.13.1.dist-info/WHEEL
creating '/build/python-tld/src/tld-0.13.1/dist/.tmp-gt_27bzu/tld-0.13.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'tld/__init__.py'
adding 'tld/base.py'
adding 'tld/conf.py'
adding 'tld/defaults.py'
adding 'tld/exceptions.py'
adding 'tld/helpers.py'
adding 'tld/py.typed'
adding 'tld/registry.py'
adding 'tld/result.py'
adding 'tld/trie.py'
adding 'tld/utils.py'
adding 'tld/res/effective_tld_names.dat.txt'
adding 'tld/res/effective_tld_names_public_only.dat.txt'
adding 'tld/tests/__init__.py'
adding 'tld/tests/base.py'
adding 'tld/tests/test_commands.py'
adding 'tld/tests/test_core.py'
adding 'tld/tests/test_registry.py'
adding 'tld/tests/res/effective_tld_names_custom.dat.txt'
adding 'tld-0.13.1.dist-info/licenses/LICENSE_LGPL_2.1.txt'
adding 'tld-0.13.1.dist-info/METADATA'
adding 'tld-0.13.1.dist-info/WHEEL'
adding 'tld-0.13.1.dist-info/entry_points.txt'
adding 'tld-0.13.1.dist-info/top_level.txt'
adding 'tld-0.13.1.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built tld-0.13.1-py2.py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
==> 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-tld"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-tld 0.13.1-2 (Sun Jan 11 04:58:37 2026)
==> Cleaning up...
[?12l[?25h