>>> py3-pymacaroons: Building community/py3-pymacaroons 0.13.0-r8 (using abuild 3.16.0-r0) started Sun, 29 Mar 2026 13:10:32 +0000 >>> py3-pymacaroons: Validating /home/buildozer/aports/community/py3-pymacaroons/APKBUILD... >>> py3-pymacaroons: Analyzing dependencies... >>> py3-pymacaroons: Installing for build: build-base python3 py3-six py3-pynacl python3-dev py3-setuptools ( 1/27) Installing libbz2 (1.0.8-r6) ( 2/27) Installing libffi (3.5.2-r0) ( 3/27) Installing gdbm (1.26-r0) ( 4/27) Installing xz-libs (5.8.2-r0) ( 5/27) Installing mpdecimal (4.0.1-r0) ( 6/27) Installing libpanelw (6.6_p20251231-r0) ( 7/27) Installing sqlite-libs (3.51.2-r1) ( 8/27) Installing python3 (3.14.3-r0) ( 9/27) Installing python3-pycache-pyc0 (3.14.3-r0) (10/27) Installing pyc (3.14.3-r0) (11/27) Installing python3-pyc (3.14.3-r0) (12/27) Installing py3-six (1.17.0-r1) (13/27) Installing py3-six-pyc (1.17.0-r1) (14/27) Installing py3-cparser (3.0-r1) (15/27) Installing py3-cparser-pyc (3.0-r1) (16/27) Installing py3-cffi (2.0.0-r0) (17/27) Installing py3-cffi-pyc (2.0.0-r0) (18/27) Installing py3-pynacl (1.6.2-r1) (19/27) Installing py3-pynacl-pyc (1.6.2-r1) (20/27) Installing python3-dev (3.14.3-r0) (21/27) Installing py3-parsing (3.3.2-r1) (22/27) Installing py3-parsing-pyc (3.3.2-r1) (23/27) Installing py3-packaging (26.0-r1) (24/27) Installing py3-packaging-pyc (26.0-r1) (25/27) Installing py3-setuptools (82.0.1-r1) (26/27) Installing py3-setuptools-pyc (82.0.1-r1) (27/27) Installing .makedepends-py3-pymacaroons (20260329.131035) Executing busybox-1.37.0-r31.trigger OK: 465.5 MiB in 132 packages >>> py3-pymacaroons: Cleaning up srcdir >>> py3-pymacaroons: Cleaning up pkgdir >>> py3-pymacaroons: Cleaning up tmpdir >>> py3-pymacaroons: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pymacaroons-0.13.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/pymacaroons-0.13.0.tar.gz.part' pymacaroons-0.13.0.t 100% |********************************| 21083 0:00:00 ETA '/var/cache/distfiles/pymacaroons-0.13.0.tar.gz.part' saved /var/cache/distfiles/pymacaroons-0.13.0.tar.gz: OK >>> py3-pymacaroons: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pymacaroons-0.13.0.tar.gz /var/cache/distfiles/pymacaroons-0.13.0.tar.gz: OK >>> py3-pymacaroons: Unpacking /var/cache/distfiles/pymacaroons-0.13.0.tar.gz... /usr/lib/python3.14/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. Available configuration options are listed in: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://github.com/pypa/setuptools/discussions/5011 for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.14/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. (Affected: pymacaroons). Available configuration options are listed in: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://github.com/pypa/setuptools/discussions/5011 for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /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 :: 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/pymacaroons copying pymacaroons/exceptions.py -> build/lib/pymacaroons copying pymacaroons/verifier.py -> build/lib/pymacaroons copying pymacaroons/caveat.py -> build/lib/pymacaroons copying pymacaroons/utils.py -> build/lib/pymacaroons copying pymacaroons/macaroon.py -> build/lib/pymacaroons copying pymacaroons/__init__.py -> build/lib/pymacaroons creating build/lib/pymacaroons/field_encryptors copying pymacaroons/field_encryptors/base_field_encryptor.py -> build/lib/pymacaroons/field_encryptors copying pymacaroons/field_encryptors/secret_box_encryptor.py -> build/lib/pymacaroons/field_encryptors copying pymacaroons/field_encryptors/__init__.py -> build/lib/pymacaroons/field_encryptors creating build/lib/pymacaroons/caveat_delegates copying pymacaroons/caveat_delegates/encrypted_first_party.py -> build/lib/pymacaroons/caveat_delegates copying pymacaroons/caveat_delegates/base_third_party.py -> build/lib/pymacaroons/caveat_delegates copying pymacaroons/caveat_delegates/base_first_party.py -> build/lib/pymacaroons/caveat_delegates copying pymacaroons/caveat_delegates/first_party.py -> build/lib/pymacaroons/caveat_delegates copying pymacaroons/caveat_delegates/__init__.py -> build/lib/pymacaroons/caveat_delegates copying pymacaroons/caveat_delegates/third_party.py -> build/lib/pymacaroons/caveat_delegates creating build/lib/pymacaroons/serializers copying pymacaroons/serializers/base_serializer.py -> build/lib/pymacaroons/serializers copying pymacaroons/serializers/json_serializer.py -> build/lib/pymacaroons/serializers copying pymacaroons/serializers/binary_serializer.py -> build/lib/pymacaroons/serializers copying pymacaroons/serializers/__init__.py -> build/lib/pymacaroons/serializers creating build/lib/pymacaroons/binders copying pymacaroons/binders/base_binder.py -> build/lib/pymacaroons/binders copying pymacaroons/binders/hash_signatures_binder.py -> build/lib/pymacaroons/binders copying pymacaroons/binders/__init__.py -> build/lib/pymacaroons/binders running egg_info writing pymacaroons.egg-info/PKG-INFO writing dependency_links to pymacaroons.egg-info/dependency_links.txt writing requirements to pymacaroons.egg-info/requires.txt writing top-level names to pymacaroons.egg-info/top_level.txt reading manifest file 'pymacaroons.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'docs/_templates' warning: no previously-included files matching '*' found under directory 'docs/_build' adding license file 'LICENSE' writing manifest file 'pymacaroons.egg-info/SOURCES.txt' >>> py3-pymacaroons: Entering fakeroot... /usr/lib/python3.14/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. Available configuration options are listed in: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://github.com/pypa/setuptools/discussions/5011 for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.14/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. (Affected: pymacaroons). Available configuration options are listed in: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://github.com/pypa/setuptools/discussions/5011 for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /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 :: 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 /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages creating /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons copying build/lib/pymacaroons/exceptions.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons copying build/lib/pymacaroons/verifier.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons copying build/lib/pymacaroons/caveat.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons creating /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors copying build/lib/pymacaroons/field_encryptors/base_field_encryptor.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors copying build/lib/pymacaroons/field_encryptors/secret_box_encryptor.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors copying build/lib/pymacaroons/field_encryptors/__init__.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors copying build/lib/pymacaroons/utils.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons copying build/lib/pymacaroons/macaroon.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons creating /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/encrypted_first_party.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/base_third_party.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/base_first_party.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/first_party.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/__init__.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/third_party.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates creating /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/serializers copying build/lib/pymacaroons/serializers/base_serializer.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/serializers copying build/lib/pymacaroons/serializers/json_serializer.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/serializers copying build/lib/pymacaroons/serializers/binary_serializer.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/serializers copying build/lib/pymacaroons/serializers/__init__.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/serializers copying build/lib/pymacaroons/__init__.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons creating /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/binders copying build/lib/pymacaroons/binders/base_binder.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/binders copying build/lib/pymacaroons/binders/hash_signatures_binder.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/binders copying build/lib/pymacaroons/binders/__init__.py -> /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/binders byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/exceptions.py to exceptions.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/verifier.py to verifier.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/caveat.py to caveat.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors/base_field_encryptor.py to base_field_encryptor.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors/secret_box_encryptor.py to secret_box_encryptor.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors/__init__.py to __init__.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/utils.py to utils.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/macaroon.py to macaroon.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/encrypted_first_party.py to encrypted_first_party.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/base_third_party.py to base_third_party.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/base_first_party.py to base_first_party.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/first_party.py to first_party.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__init__.py to __init__.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/third_party.py to third_party.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/serializers/base_serializer.py to base_serializer.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/serializers/json_serializer.py to json_serializer.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/serializers/binary_serializer.py to binary_serializer.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/serializers/__init__.py to __init__.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/__init__.py to __init__.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/binders/base_binder.py to base_binder.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/binders/hash_signatures_binder.py to hash_signatures_binder.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons/binders/__init__.py to __init__.cpython-314.pyc running install_egg_info running egg_info writing pymacaroons.egg-info/PKG-INFO writing dependency_links to pymacaroons.egg-info/dependency_links.txt writing requirements to pymacaroons.egg-info/requires.txt writing top-level names to pymacaroons.egg-info/top_level.txt reading manifest file 'pymacaroons.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'docs/_templates' warning: no previously-included files matching '*' found under directory 'docs/_build' adding license file 'LICENSE' writing manifest file 'pymacaroons.egg-info/SOURCES.txt' Copying pymacaroons.egg-info to /home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons/usr/lib/python3.14/site-packages/pymacaroons-0.13.0-py3.14.egg-info running install_scripts >>> py3-pymacaroons-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/pymacaroons/field_encryptors/__pycache__' -> '/home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons-pyc/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors/__pycache__' 'usr/lib/python3.14/site-packages/pymacaroons/__pycache__' -> '/home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons-pyc/usr/lib/python3.14/site-packages/pymacaroons/__pycache__' 'usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__pycache__' -> '/home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons-pyc/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__pycache__' 'usr/lib/python3.14/site-packages/pymacaroons/serializers/__pycache__' -> '/home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons-pyc/usr/lib/python3.14/site-packages/pymacaroons/serializers/__pycache__' 'usr/lib/python3.14/site-packages/pymacaroons/binders/__pycache__' -> '/home/buildozer/aports/community/py3-pymacaroons/pkg/py3-pymacaroons-pyc/usr/lib/python3.14/site-packages/pymacaroons/binders/__pycache__' >>> py3-pymacaroons-pyc*: Preparing subpackage py3-pymacaroons-pyc... >>> py3-pymacaroons-pyc*: Running postcheck for py3-pymacaroons-pyc >>> py3-pymacaroons*: Running postcheck for py3-pymacaroons >>> py3-pymacaroons*: Preparing package py3-pymacaroons... >>> py3-pymacaroons-pyc*: Tracing dependencies... python3~3.14 >>> py3-pymacaroons-pyc*: Package size: 69.9 KB >>> py3-pymacaroons-pyc*: Compressing data... >>> py3-pymacaroons-pyc*: Create checksum... >>> py3-pymacaroons-pyc*: Create py3-pymacaroons-pyc-0.13.0-r8.apk >>> py3-pymacaroons*: Tracing dependencies... python3 py3-six py3-pynacl python3~3.14 >>> py3-pymacaroons*: Package size: 48.7 KB >>> py3-pymacaroons*: Compressing data... >>> py3-pymacaroons*: Create checksum... >>> py3-pymacaroons*: Create py3-pymacaroons-0.13.0-r8.apk >>> py3-pymacaroons: Build complete at Sun, 29 Mar 2026 13:10:38 +0000 elapsed time 0h 0m 6s >>> py3-pymacaroons: Cleaning up srcdir >>> py3-pymacaroons: Cleaning up pkgdir >>> py3-pymacaroons: Uninstalling dependencies... ( 1/27) Purging .makedepends-py3-pymacaroons (20260329.131035) ( 2/27) Purging py3-six-pyc (1.17.0-r1) ( 3/27) Purging py3-six (1.17.0-r1) ( 4/27) Purging py3-pynacl-pyc (1.6.2-r1) ( 5/27) Purging py3-pynacl (1.6.2-r1) ( 6/27) Purging py3-cffi-pyc (2.0.0-r0) ( 7/27) Purging py3-cffi (2.0.0-r0) ( 8/27) Purging py3-cparser-pyc (3.0-r1) ( 9/27) Purging py3-cparser (3.0-r1) (10/27) Purging python3-dev (3.14.3-r0) (11/27) Purging py3-setuptools-pyc (82.0.1-r1) (12/27) Purging py3-setuptools (82.0.1-r1) (13/27) Purging py3-packaging-pyc (26.0-r1) (14/27) Purging py3-packaging (26.0-r1) (15/27) Purging py3-parsing-pyc (3.3.2-r1) (16/27) Purging py3-parsing (3.3.2-r1) (17/27) Purging python3-pyc (3.14.3-r0) (18/27) Purging python3-pycache-pyc0 (3.14.3-r0) (19/27) Purging pyc (3.14.3-r0) (20/27) Purging python3 (3.14.3-r0) (21/27) Purging gdbm (1.26-r0) (22/27) Purging libbz2 (1.0.8-r6) (23/27) Purging libffi (3.5.2-r0) (24/27) Purging libpanelw (6.6_p20251231-r0) (25/27) Purging mpdecimal (4.0.1-r0) (26/27) Purging sqlite-libs (3.51.2-r1) (27/27) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 288.7 MiB in 105 packages >>> py3-pymacaroons: Updating the community/ppc64le repository index... >>> py3-pymacaroons: Signing the index...