==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-pygaljs 1.0.2-5 (Sun Jan 11 00:33:36 2026)
==> Retrieving sources...
-> Found python-pygaljs-1.0.2.tar.gz
-> Found pygal.js-28cef7c290896fcbac8d9e269778d75d9f0a6453.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
python-pygaljs-1.0.2.tar.gz ... Passed
pygal.js-28cef7c290896fcbac8d9e269778d75d9f0a6453.tar.gz ... Passed
==> Making package: python-pygaljs 1.0.2-5 (Sun Jan 11 00:33:38 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: 77.81 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 (10) 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-wheel-0.45.1-4 python-setuptools-1:80.9.0-4
Total Installed Size: 10.48 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-packaging...
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-pygaljs-1.0.2.tar.gz
-> Found pygal.js-28cef7c290896fcbac8d9e269778d75d9f0a6453.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python-pygaljs-1.0.2.tar.gz with bsdtar
-> Extracting pygal.js-28cef7c290896fcbac8d9e269778d75d9f0a6453.tar.gz with bsdtar
==> Starting prepare()...
==> 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 :: BSD 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/pygaljs
copying src/pygaljs/__init__.py -> build/lib/pygaljs
running egg_info
creating src/pygaljs.egg-info
writing src/pygaljs.egg-info/PKG-INFO
writing dependency_links to src/pygaljs.egg-info/dependency_links.txt
writing top-level names to src/pygaljs.egg-info/top_level.txt
writing manifest file 'src/pygaljs.egg-info/SOURCES.txt'
reading manifest file 'src/pygaljs.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no directories found matching 'docs'
warning: no directories found matching 'examples'
warning: no directories found matching 'ci'
warning: no files found matching '.coveragerc'
warning: no files found matching '.cookiecutterrc'
warning: no files found matching '.isort.cfg'
warning: no files found matching '.pylintrc'
warning: no files found matching 'AUTHORS.rst'
warning: no files found matching 'CONTRIBUTING.rst'
warning: no files found matching '.travis.yml'
warning: no files found matching 'appveyor.yml'
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 '*.so' found anywhere in distribution
warning: no previously-included files matching '*.dylib' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'src/pygaljs.egg-info/SOURCES.txt'
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'pygaljs.static' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'pygaljs.static' 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 'pygaljs.static' 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 'pygaljs.static' to be distributed and are
already explicitly excluding 'pygaljs.static' 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 'pygaljs.static.coffee' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'pygaljs.static.coffee' 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 'pygaljs.static.coffee' 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 'pygaljs.static.coffee' to be distributed and are
already explicitly excluding 'pygaljs.static.coffee' 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 'pygaljs.static.javascripts' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'pygaljs.static.javascripts' 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 'pygaljs.static.javascripts' 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 'pygaljs.static.javascripts' to be distributed and are
already explicitly excluding 'pygaljs.static.javascripts' 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 'pygaljs.static.latest' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'pygaljs.static.latest' 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 'pygaljs.static.latest' 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 'pygaljs.static.latest' to be distributed and are
already explicitly excluding 'pygaljs.static.latest' 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/pygaljs/static
copying src/pygaljs/static/Gruntfile.coffee -> build/lib/pygaljs/static
copying src/pygaljs/static/README.md -> build/lib/pygaljs/static
copying src/pygaljs/static/bower.json -> build/lib/pygaljs/static
copying src/pygaljs/static/package.json -> build/lib/pygaljs/static
creating build/lib/pygaljs/static/coffee
copying src/pygaljs/static/coffee/pygal-tooltips.coffee -> build/lib/pygaljs/static/coffee
creating build/lib/pygaljs/static/javascripts
copying src/pygaljs/static/javascripts/pygal-tooltips.js -> build/lib/pygaljs/static/javascripts
copying src/pygaljs/static/javascripts/svg.jquery.js -> build/lib/pygaljs/static/javascripts
creating build/lib/pygaljs/static/latest
copying src/pygaljs/static/latest/pygal-tooltips.js -> build/lib/pygaljs/static/latest
copying src/pygaljs/static/latest/pygal-tooltips.min.js -> build/lib/pygaljs/static/latest
==> 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 :: BSD 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 build
running build_py
running egg_info
writing src/pygaljs.egg-info/PKG-INFO
writing dependency_links to src/pygaljs.egg-info/dependency_links.txt
writing top-level names to src/pygaljs.egg-info/top_level.txt
reading manifest file 'src/pygaljs.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no directories found matching 'docs'
warning: no directories found matching 'examples'
warning: no directories found matching 'ci'
warning: no files found matching '.coveragerc'
warning: no files found matching '.cookiecutterrc'
warning: no files found matching '.isort.cfg'
warning: no files found matching '.pylintrc'
warning: no files found matching 'AUTHORS.rst'
warning: no files found matching 'CONTRIBUTING.rst'
warning: no files found matching '.travis.yml'
warning: no files found matching 'appveyor.yml'
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 '*.so' found anywhere in distribution
warning: no previously-included files matching '*.dylib' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'src/pygaljs.egg-info/SOURCES.txt'
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'pygaljs.static' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'pygaljs.static' 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 'pygaljs.static' 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 'pygaljs.static' to be distributed and are
already explicitly excluding 'pygaljs.static' 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 'pygaljs.static.coffee' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'pygaljs.static.coffee' 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 'pygaljs.static.coffee' 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 'pygaljs.static.coffee' to be distributed and are
already explicitly excluding 'pygaljs.static.coffee' 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 'pygaljs.static.javascripts' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'pygaljs.static.javascripts' 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 'pygaljs.static.javascripts' 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 'pygaljs.static.javascripts' to be distributed and are
already explicitly excluding 'pygaljs.static.javascripts' 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 'pygaljs.static.latest' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'pygaljs.static.latest' 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 'pygaljs.static.latest' 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 'pygaljs.static.latest' to be distributed and are
already explicitly excluding 'pygaljs.static.latest' 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)
running install_lib
creating /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages
creating /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs
copying build/lib/pygaljs/__init__.py -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs
creating /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs/static
creating /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs/static/coffee
copying build/lib/pygaljs/static/coffee/pygal-tooltips.coffee -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs/static/coffee
creating /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs/static/latest
copying build/lib/pygaljs/static/latest/pygal-tooltips.js -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs/static/latest
copying build/lib/pygaljs/static/latest/pygal-tooltips.min.js -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs/static/latest
copying build/lib/pygaljs/static/package.json -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs/static
creating /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs/static/javascripts
copying build/lib/pygaljs/static/javascripts/pygal-tooltips.js -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs/static/javascripts
copying build/lib/pygaljs/static/javascripts/svg.jquery.js -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs/static/javascripts
copying build/lib/pygaljs/static/README.md -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs/static
copying build/lib/pygaljs/static/Gruntfile.coffee -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs/static
copying build/lib/pygaljs/static/bower.json -> /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs/static
byte-compiling /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs/__init__.py to __init__.cpython-314.pyc
writing byte-compilation script '/tmp/tmpiimbbuhi.py'
/usr/bin/python /tmp/tmpiimbbuhi.py
removing /tmp/tmpiimbbuhi.py
running install_egg_info
Copying src/pygaljs.egg-info to /build/python-pygaljs/pkg/python-pygaljs/usr/lib/python3.14/site-packages/pygaljs-1.0.2-py3.14.egg-info
running install_scripts
==> 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-pygaljs"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pygaljs 1.0.2-5 (Sun Jan 11 00:33:47 2026)
==> Cleaning up...
[?12l[?25h