==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-certifi 2026.07.22-1 (Wed Jul 29 08:52:23 2026)
==> Retrieving sources...
-> Found python-certifi-2026.07.22.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
python-certifi-2026.07.22.tar.gz ... Passed
==> Validating source files with b2sums...
python-certifi-2026.07.22.tar.gz ... Passed
==> Making package: python-certifi 2026.07.22-1 (Wed Jul 29 14:52:49 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (13) python-autocommand-2.2.2-9 python-jaraco.collections-5.1.0-3 python-jaraco.context-6.1.2-1 python-jaraco.functools-4.1.0-3 python-jaraco.text-4.0.0-4 python-more-itertools-11.1.0-1 python-packaging-26.2-1 python-platformdirs-4.11.0-1 python-pyproject-hooks-1.2.0-6 python-build-1.4.3-1 python-installer-1.0.0-1 python-setuptools-1:83.0.0-1 python-wheel-0.47.0-1
Total Installed Size: 11.12 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...
==> Retrieving sources...
-> Found python-certifi-2026.07.22.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python-certifi-2026.07.22.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.14/site-packages/setuptools/dist.py:332: InformationOnly: Normalizing '2026.07.22' to '2026.7.22'
self.metadata.version = self._normalize_version(self.metadata.version)
/usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running egg_info
creating certifi.egg-info
writing certifi.egg-info/PKG-INFO
writing dependency_links to certifi.egg-info/dependency_links.txt
writing top-level names to certifi.egg-info/top_level.txt
writing manifest file 'certifi.egg-info/SOURCES.txt'
reading manifest file 'certifi.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '.github'
warning: manifest_maker: MANIFEST.in, line 5: 'recursive-exclude' expects <dir> <pattern1> <pattern2> ...
warning: no previously-included files matching '*.py[cod]' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'certifi.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.14/site-packages/setuptools/dist.py:332: InformationOnly: Normalizing '2026.07.22' to '2026.7.22'
self.metadata.version = self._normalize_version(self.metadata.version)
/usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
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/certifi
copying certifi/__main__.py -> build/lib/certifi
copying certifi/core.py -> build/lib/certifi
copying certifi/__init__.py -> build/lib/certifi
running egg_info
writing certifi.egg-info/PKG-INFO
writing dependency_links to certifi.egg-info/dependency_links.txt
writing top-level names to certifi.egg-info/top_level.txt
reading manifest file 'certifi.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '.github'
warning: manifest_maker: MANIFEST.in, line 5: 'recursive-exclude' expects <dir> <pattern1> <pattern2> ...
warning: no previously-included files matching '*.py[cod]' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'certifi.egg-info/SOURCES.txt'
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'certifi.tests' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'certifi.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 'certifi.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 'certifi.tests' to be distributed and are
already explicitly excluding 'certifi.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 certifi/cacert.pem -> build/lib/certifi
copying certifi/py.typed -> build/lib/certifi
creating build/lib/certifi/tests
copying certifi/tests/__init__.py -> build/lib/certifi/tests
copying certifi/tests/test_certify.py -> build/lib/certifi/tests
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/certifi
copying build/lib/certifi/__main__.py -> build/bdist.linux-armv7l/wheel/./certifi
copying build/lib/certifi/cacert.pem -> build/bdist.linux-armv7l/wheel/./certifi
copying build/lib/certifi/py.typed -> build/bdist.linux-armv7l/wheel/./certifi
copying build/lib/certifi/core.py -> build/bdist.linux-armv7l/wheel/./certifi
copying build/lib/certifi/__init__.py -> build/bdist.linux-armv7l/wheel/./certifi
creating build/bdist.linux-armv7l/wheel/certifi/tests
copying build/lib/certifi/tests/test_certify.py -> build/bdist.linux-armv7l/wheel/./certifi/tests
copying build/lib/certifi/tests/__init__.py -> build/bdist.linux-armv7l/wheel/./certifi/tests
running install_egg_info
Copying certifi.egg-info to build/bdist.linux-armv7l/wheel/./certifi-2026.7.22-py3.14.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/certifi-2026.7.22.dist-info/WHEEL
creating '/build/python-certifi/src/python-certifi-2026.07.22/dist/.tmp-5h7lw4az/certifi-2026.7.22-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'certifi/__init__.py'
adding 'certifi/__main__.py'
adding 'certifi/cacert.pem'
adding 'certifi/core.py'
adding 'certifi/py.typed'
adding 'certifi/tests/__init__.py'
adding 'certifi/tests/test_certify.py'
adding 'certifi-2026.7.22.dist-info/licenses/LICENSE'
adding 'certifi-2026.7.22.dist-info/METADATA'
adding 'certifi-2026.7.22.dist-info/WHEEL'
adding 'certifi-2026.7.22.dist-info/top_level.txt'
adding 'certifi-2026.7.22.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built certifi-2026.7.22-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-certifi"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-certifi 2026.07.22-1 (Wed Jul 29 14:53:01 2026)
==> Cleaning up...
[?12l[?25h