==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-leather 0.4.0-5 (Wed Jun 11 17:54:24 2025)
==> Retrieving sources...
  -> Found leather-0.4.0-5.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    leather-0.4.0-5.tar.gz ... Passed
==> Making package: python-leather 0.4.0-5 (Wed Jun 11 17:54:46 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.7.0-1
              python-packaging-25.0-1  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:80.9.0-1
              python-wheel-0.45.1-1

Total Download Size:    1.64 MiB
Total Installed Size:  10.36 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-setuptools-1:80.9.0-1-any downloading...
 python-packaging-25.0-1-any downloading...
 python-more-itertools-10.7.0-1-any downloading...
 python-wheel-0.45.1-1-any downloading...
 python-build-1.2.2-3-any downloading...
 python-installer-0.7.0-10-any downloading...
 python-platformdirs-4.3.6-2-any downloading...
 python-autocommand-2.2.2-7-any downloading...
 python-jaraco.collections-5.1.0-1-any downloading...
 python-pyproject-hooks-1.2.0-3-any downloading...
 python-jaraco.text-4.0.0-2-any downloading...
 python-jaraco.functools-4.1.0-1-any downloading...
 python-jaraco.context-6.0.1-1-any downloading...
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...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found leather-0.4.0-5.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting leather-0.4.0-5.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 :: MIT License

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

!!
  self._finalize_license_expression()
running egg_info
creating leather.egg-info
writing leather.egg-info/PKG-INFO
writing dependency_links to leather.egg-info/dependency_links.txt
writing requirements to leather.egg-info/requires.txt
writing top-level names to leather.egg-info/top_level.txt
writing manifest file 'leather.egg-info/SOURCES.txt'
reading manifest file 'leather.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '.readthedocs.yaml'
adding license file 'COPYING'
writing manifest file 'leather.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 :: MIT License

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

!!
  self._finalize_license_expression()
running bdist_wheel
The [wheel] section is deprecated. Use [bdist_wheel] instead.
/usr/lib/python3.13/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.

        By 2025-Aug-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.
        ********************************************************************************

!!
  self.finalize_options()
running build
running build_py
creating build/lib/leather
copying leather/testcase.py -> build/lib/leather
copying leather/data_types.py -> build/lib/leather
copying leather/__init__.py -> build/lib/leather
copying leather/lattice.py -> build/lib/leather
copying leather/utils.py -> build/lib/leather
copying leather/svg.py -> build/lib/leather
copying leather/chart.py -> build/lib/leather
copying leather/theme.py -> build/lib/leather
copying leather/axis.py -> build/lib/leather
copying leather/grid.py -> build/lib/leather
creating build/lib/leather/scales
copying leather/scales/base.py -> build/lib/leather/scales
copying leather/scales/linear.py -> build/lib/leather/scales
copying leather/scales/__init__.py -> build/lib/leather/scales
copying leather/scales/temporal.py -> build/lib/leather/scales
copying leather/scales/ordinal.py -> build/lib/leather/scales
creating build/lib/leather/ticks
copying leather/ticks/base.py -> build/lib/leather/ticks
copying leather/ticks/score_time.py -> build/lib/leather/ticks
copying leather/ticks/__init__.py -> build/lib/leather/ticks
copying leather/ticks/score.py -> build/lib/leather/ticks
creating build/lib/leather/series
copying leather/series/base.py -> build/lib/leather/series
copying leather/series/__init__.py -> build/lib/leather/series
copying leather/series/category.py -> build/lib/leather/series
creating build/lib/leather/shapes
copying leather/shapes/base.py -> build/lib/leather/shapes
copying leather/shapes/columns.py -> build/lib/leather/shapes
copying leather/shapes/bars.py -> build/lib/leather/shapes
copying leather/shapes/line.py -> build/lib/leather/shapes
copying leather/shapes/__init__.py -> build/lib/leather/shapes
copying leather/shapes/dots.py -> build/lib/leather/shapes
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/leather
copying build/lib/leather/testcase.py -> build/bdist.linux-armv7l/wheel/./leather
copying build/lib/leather/data_types.py -> build/bdist.linux-armv7l/wheel/./leather
copying build/lib/leather/__init__.py -> build/bdist.linux-armv7l/wheel/./leather
creating build/bdist.linux-armv7l/wheel/leather/scales
copying build/lib/leather/scales/base.py -> build/bdist.linux-armv7l/wheel/./leather/scales
copying build/lib/leather/scales/linear.py -> build/bdist.linux-armv7l/wheel/./leather/scales
copying build/lib/leather/scales/__init__.py -> build/bdist.linux-armv7l/wheel/./leather/scales
copying build/lib/leather/scales/temporal.py -> build/bdist.linux-armv7l/wheel/./leather/scales
copying build/lib/leather/scales/ordinal.py -> build/bdist.linux-armv7l/wheel/./leather/scales
copying build/lib/leather/lattice.py -> build/bdist.linux-armv7l/wheel/./leather
creating build/bdist.linux-armv7l/wheel/leather/ticks
copying build/lib/leather/ticks/base.py -> build/bdist.linux-armv7l/wheel/./leather/ticks
copying build/lib/leather/ticks/score_time.py -> build/bdist.linux-armv7l/wheel/./leather/ticks
copying build/lib/leather/ticks/__init__.py -> build/bdist.linux-armv7l/wheel/./leather/ticks
copying build/lib/leather/ticks/score.py -> build/bdist.linux-armv7l/wheel/./leather/ticks
creating build/bdist.linux-armv7l/wheel/leather/series
copying build/lib/leather/series/base.py -> build/bdist.linux-armv7l/wheel/./leather/series
copying build/lib/leather/series/__init__.py -> build/bdist.linux-armv7l/wheel/./leather/series
copying build/lib/leather/series/category.py -> build/bdist.linux-armv7l/wheel/./leather/series
copying build/lib/leather/utils.py -> build/bdist.linux-armv7l/wheel/./leather
copying build/lib/leather/svg.py -> build/bdist.linux-armv7l/wheel/./leather
copying build/lib/leather/chart.py -> build/bdist.linux-armv7l/wheel/./leather
creating build/bdist.linux-armv7l/wheel/leather/shapes
copying build/lib/leather/shapes/base.py -> build/bdist.linux-armv7l/wheel/./leather/shapes
copying build/lib/leather/shapes/columns.py -> build/bdist.linux-armv7l/wheel/./leather/shapes
copying build/lib/leather/shapes/bars.py -> build/bdist.linux-armv7l/wheel/./leather/shapes
copying build/lib/leather/shapes/line.py -> build/bdist.linux-armv7l/wheel/./leather/shapes
copying build/lib/leather/shapes/__init__.py -> build/bdist.linux-armv7l/wheel/./leather/shapes
copying build/lib/leather/shapes/dots.py -> build/bdist.linux-armv7l/wheel/./leather/shapes
copying build/lib/leather/theme.py -> build/bdist.linux-armv7l/wheel/./leather
copying build/lib/leather/axis.py -> build/bdist.linux-armv7l/wheel/./leather
copying build/lib/leather/grid.py -> build/bdist.linux-armv7l/wheel/./leather
running install_egg_info
running egg_info
writing leather.egg-info/PKG-INFO
writing dependency_links to leather.egg-info/dependency_links.txt
writing requirements to leather.egg-info/requires.txt
writing top-level names to leather.egg-info/top_level.txt
reading manifest file 'leather.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '.readthedocs.yaml'
adding license file 'COPYING'
writing manifest file 'leather.egg-info/SOURCES.txt'
Copying leather.egg-info to build/bdist.linux-armv7l/wheel/./leather-0.4.0-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/leather-0.4.0.dist-info/WHEEL
creating '/build/python-leather/src/leather-0.4.0/dist/.tmp-2hcc8jg1/leather-0.4.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'leather/__init__.py'
adding 'leather/axis.py'
adding 'leather/chart.py'
adding 'leather/data_types.py'
adding 'leather/grid.py'
adding 'leather/lattice.py'
adding 'leather/svg.py'
adding 'leather/testcase.py'
adding 'leather/theme.py'
adding 'leather/utils.py'
adding 'leather/scales/__init__.py'
adding 'leather/scales/base.py'
adding 'leather/scales/linear.py'
adding 'leather/scales/ordinal.py'
adding 'leather/scales/temporal.py'
adding 'leather/series/__init__.py'
adding 'leather/series/base.py'
adding 'leather/series/category.py'
adding 'leather/shapes/__init__.py'
adding 'leather/shapes/bars.py'
adding 'leather/shapes/base.py'
adding 'leather/shapes/columns.py'
adding 'leather/shapes/dots.py'
adding 'leather/shapes/line.py'
adding 'leather/ticks/__init__.py'
adding 'leather/ticks/base.py'
adding 'leather/ticks/score.py'
adding 'leather/ticks/score_time.py'
adding 'leather-0.4.0.dist-info/licenses/COPYING'
adding 'leather-0.4.0.dist-info/METADATA'
adding 'leather-0.4.0.dist-info/WHEEL'
adding 'leather-0.4.0.dist-info/top_level.txt'
adding 'leather-0.4.0.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built leather-0.4.0-py2.py3-none-any.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...
libfakeroot internal error: payload not recognized!
==> Creating package "python-leather"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-leather 0.4.0-5 (Wed Jun 11 17:55:01 2025)
==> Cleaning up...