==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-croniter 6.0.0-1 (Sat Dec 28 23:31:41 2024)
==> Retrieving sources...
  -> Found python-croniter-6.0.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    python-croniter-6.0.0.tar.gz ... Passed
==> Making package: python-croniter 6.0.0-1 (Sat Dec 28 23:32:01 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (3) python-six-1.16.0-10  python-dateutil-2.9.0-6
             python-pytz-2024.2-2

Total Download Size:   0.36 MiB
Total Installed Size:  1.27 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-dateutil-2.9.0-6-any downloading...
 python-pytz-2024.2-2-any downloading...
 python-six-1.16.0-10-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-six...
installing python-dateutil...
installing python-pytz...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> 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 Download Size:    1.69 MiB
Total Installed Size:  10.72 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-setuptools-1:75.2.0-4-any downloading...
 python-packaging-24.2-3-any downloading...
 python-more-itertools-10.5.0-1-any downloading...
 python-wheel-0.45.0-3-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.0.1-2-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-5.3.0-3-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-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-croniter-6.0.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-croniter-6.0.0.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
creating src/croniter.egg-info
writing src/croniter.egg-info/PKG-INFO
writing dependency_links to src/croniter.egg-info/dependency_links.txt
writing requirements to src/croniter.egg-info/requires.txt
writing top-level names to src/croniter.egg-info/top_level.txt
writing manifest file 'src/croniter.egg-info/SOURCES.txt'
file src/croniter.py (for module croniter) not found
reading manifest file 'src/croniter.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'docs'
warning: no previously-included files matching '*pyc' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'src/croniter.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:111: 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
file src/croniter.py (for module croniter) not found
creating build/lib/croniter
copying src/croniter/croniter.py -> build/lib/croniter
copying src/croniter/__init__.py -> build/lib/croniter
running egg_info
writing src/croniter.egg-info/PKG-INFO
writing dependency_links to src/croniter.egg-info/dependency_links.txt
writing requirements to src/croniter.egg-info/requires.txt
writing top-level names to src/croniter.egg-info/top_level.txt
file src/croniter.py (for module croniter) not found
reading manifest file 'src/croniter.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'docs'
warning: no previously-included files matching '*pyc' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'src/croniter.egg-info/SOURCES.txt'
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'croniter.tests' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'croniter.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 'croniter.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 'croniter.tests' to be distributed and are
        already explicitly excluding 'croniter.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)
file src/croniter.py (for module croniter) not found
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/croniter
copying build/lib/croniter/croniter.py -> build/bdist.linux-armv7l/wheel/./croniter
copying build/lib/croniter/__init__.py -> build/bdist.linux-armv7l/wheel/./croniter
running install_egg_info
Copying src/croniter.egg-info to build/bdist.linux-armv7l/wheel/./croniter-6.0.0-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/croniter-6.0.0.dist-info/WHEEL
creating '/build/python-croniter/src/croniter-6.0.0/dist/.tmp-tg_s4zcd/croniter-6.0.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'croniter/__init__.py'
adding 'croniter/croniter.py'
adding 'croniter-6.0.0.dist-info/LICENSE'
adding 'croniter-6.0.0.dist-info/METADATA'
adding 'croniter-6.0.0.dist-info/WHEEL'
adding 'croniter-6.0.0.dist-info/top_level.txt'
adding 'croniter-6.0.0.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built croniter-6.0.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...
==> Creating package "python-croniter"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-croniter 6.0.0-1 (Sat Dec 28 23:32:14 2024)
==> Cleaning up...