==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-qtawesome 1.4.0-2 (Sun Jan 11 07:03:54 2026)
==> Retrieving sources...
-> Found python-qtawesome-1.4.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
python-qtawesome-1.4.0.tar.gz ... Passed
==> Making package: python-qtawesome 1.4.0-2 (Sun Jan 11 14:04:18 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (4) mpdecimal-4.0.1-1 python-3.14.2-2 python-packaging-25.0-4 python-qtpy-2.4.3-5
Total Download Size: 0.12 MiB
Total Installed Size: 70.00 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-qtpy-2.4.3-5-any downloading...
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
installing python-packaging...
installing python-qtpy...
Optional dependencies for python-qtpy
python-pyqt5: Qt5 Python bindings
python-pyqt6: Qt6 Python bindings
python-pyqt6-webengine: Qt6-WebEngine python bindings
pyside6: PySide Qt6 Python bindings
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (9) 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-platformdirs-4.5.1-3 python-wheel-0.45.1-4 python-setuptools-1:80.9.0-4
Total Installed Size: 9.74 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-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-qtawesome-1.4.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python-qtawesome-1.4.0.tar.gz with bsdtar
==> Starting build()...
/usr/lib/python3.14/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 build
running build_py
creating build/lib/qtawesome
copying qtawesome/icon_browser.py -> build/lib/qtawesome
copying qtawesome/iconic_font.py -> build/lib/qtawesome
copying qtawesome/__init__.py -> build/lib/qtawesome
copying qtawesome/animation.py -> build/lib/qtawesome
copying qtawesome/styles.py -> build/lib/qtawesome
copying qtawesome/_version.py -> build/lib/qtawesome
running egg_info
creating QtAwesome.egg-info
writing QtAwesome.egg-info/PKG-INFO
writing dependency_links to QtAwesome.egg-info/dependency_links.txt
writing entry points to QtAwesome.egg-info/entry_points.txt
writing requirements to QtAwesome.egg-info/requires.txt
writing top-level names to QtAwesome.egg-info/top_level.txt
writing manifest file 'QtAwesome.egg-info/SOURCES.txt'
reading manifest file 'QtAwesome.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'QtAwesome.egg-info/SOURCES.txt'
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'qtawesome.fonts' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'qtawesome.fonts' 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 'qtawesome.fonts' 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 'qtawesome.fonts' to be distributed and are
already explicitly excluding 'qtawesome.fonts' 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)
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'qtawesome.tests' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'qtawesome.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 'qtawesome.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 'qtawesome.tests' to be distributed and are
already explicitly excluding 'qtawesome.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)
creating build/lib/qtawesome/fonts
copying qtawesome/fonts/codicon-0.0.36.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/codicon-charmap-0.0.36.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/elusiveicons-webfont-2.0.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/elusiveicons-webfont-charmap-2.0.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome5-brands-webfont-5.15.4.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome5-brands-webfont-charmap-5.15.4.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome5-regular-webfont-5.15.4.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome5-regular-webfont-charmap-5.15.4.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome5-solid-webfont-5.15.4.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome5-solid-webfont-charmap-5.15.4.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome6-brands-webfont-6.7.2.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome6-brands-webfont-charmap-6.7.2.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome6-regular-webfont-6.7.2.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome6-regular-webfont-charmap-6.7.2.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome6-solid-webfont-6.7.2.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome6-solid-webfont-charmap-6.7.2.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/materialdesignicons5-webfont-5.9.55.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/materialdesignicons5-webfont-charmap-5.9.55.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/materialdesignicons6-webfont-6.9.96.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/materialdesignicons6-webfont-charmap-6.9.96.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/phosphor-1.3.0.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/phosphor-charmap-1.3.0.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/remixicon-2.5.0.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/remixicon-charmap-2.5.0.json -> build/lib/qtawesome/fonts
creating build/lib/qtawesome/tests
copying qtawesome/tests/test_icon_browser.py -> build/lib/qtawesome/tests
copying qtawesome/tests/test_qtawesome.py -> build/lib/qtawesome/tests
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.14/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 install
/usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running install_lib
creating /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages
creating /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome
copying build/lib/qtawesome/icon_browser.py -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome
copying build/lib/qtawesome/iconic_font.py -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome
copying build/lib/qtawesome/__init__.py -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome
creating /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/tests
copying build/lib/qtawesome/tests/test_qtawesome.py -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/tests
copying build/lib/qtawesome/tests/test_icon_browser.py -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/tests
copying build/lib/qtawesome/animation.py -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome
creating /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome6-solid-webfont-6.7.2.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/materialdesignicons5-webfont-5.9.55.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/codicon-0.0.36.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/materialdesignicons5-webfont-charmap-5.9.55.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome5-solid-webfont-5.15.4.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/codicon-charmap-0.0.36.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/phosphor-charmap-1.3.0.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/materialdesignicons6-webfont-charmap-6.9.96.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome6-regular-webfont-charmap-6.7.2.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/materialdesignicons6-webfont-6.9.96.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/remixicon-2.5.0.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome6-brands-webfont-6.7.2.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome5-regular-webfont-charmap-5.15.4.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/elusiveicons-webfont-charmap-2.0.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/elusiveicons-webfont-2.0.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome5-brands-webfont-charmap-5.15.4.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome5-brands-webfont-5.15.4.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/phosphor-1.3.0.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome6-solid-webfont-charmap-6.7.2.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome5-regular-webfont-5.15.4.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/remixicon-charmap-2.5.0.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome6-brands-webfont-charmap-6.7.2.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome5-solid-webfont-charmap-5.15.4.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome6-regular-webfont-6.7.2.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/fonts
copying build/lib/qtawesome/styles.py -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome
copying build/lib/qtawesome/_version.py -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome
byte-compiling /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/icon_browser.py to icon_browser.cpython-314.pyc
byte-compiling /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/iconic_font.py to iconic_font.cpython-314.pyc
byte-compiling /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/tests/test_qtawesome.py to test_qtawesome.cpython-314.pyc
byte-compiling /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/tests/test_icon_browser.py to test_icon_browser.cpython-314.pyc
byte-compiling /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/animation.py to animation.cpython-314.pyc
byte-compiling /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/styles.py to styles.cpython-314.pyc
byte-compiling /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/qtawesome/_version.py to _version.cpython-314.pyc
writing byte-compilation script '/tmp/tmpt_qatj8c.py'
/usr/bin/python /tmp/tmpt_qatj8c.py
removing /tmp/tmpt_qatj8c.py
running install_egg_info
running egg_info
writing QtAwesome.egg-info/PKG-INFO
writing dependency_links to QtAwesome.egg-info/dependency_links.txt
writing entry points to QtAwesome.egg-info/entry_points.txt
writing requirements to QtAwesome.egg-info/requires.txt
writing top-level names to QtAwesome.egg-info/top_level.txt
reading manifest file 'QtAwesome.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'QtAwesome.egg-info/SOURCES.txt'
Copying QtAwesome.egg-info to /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.14/site-packages/QtAwesome-1.4.0-py3.14.egg-info
running install_scripts
Installing qta-browser script to /build/python-qtawesome/pkg/python-qtawesome/usr/bin
Installing qta-install-fonts-all-users script to /build/python-qtawesome/pkg/python-qtawesome/usr/bin
==> 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-qtawesome"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-qtawesome 1.4.0-2 (Sun Jan 11 14:04:43 2026)
==> Cleaning up...
[?12l[?25h