>>> py3-html5lib: Building main/py3-html5lib 1.1-r6 (using abuild 3.15.0-r0) started Tue, 26 Aug 2025 21:01:29 +0000
>>> py3-html5lib: Validating /home/udu/aports/main/py3-html5lib/APKBUILD...
>>> py3-html5lib: Analyzing dependencies...
>>> py3-html5lib: Installing for build: build-base py3-six py3-webencodings py3-setuptools
(1/11) Installing py3-six (1.17.0-r0)
(2/11) Installing py3-six-pyc (1.17.0-r0)
(3/11) Installing py3-webencodings (0.5.1-r8)
(4/11) Installing py3-webencodings-pyc (0.5.1-r8)
(5/11) Installing py3-parsing (3.2.3-r0)
(6/11) Installing py3-parsing-pyc (3.2.3-r0)
(7/11) Installing py3-packaging (25.0-r0)
(8/11) Installing py3-packaging-pyc (25.0-r0)
(9/11) Installing py3-setuptools (80.9.0-r0)
(10/11) Installing py3-setuptools-pyc (80.9.0-r0)
(11/11) Installing .makedepends-py3-html5lib (20250826.210129)
OK: 909 MiB in 279 packages
>>> py3-html5lib: Cleaning up srcdir
>>> py3-html5lib: Cleaning up pkgdir
>>> py3-html5lib: Cleaning up tmpdir
>>> py3-html5lib: Fetching https://files.pythonhosted.org/packages/source/h/html5lib/html5lib-1.1.tar.gz
>>> py3-html5lib: Fetching https://files.pythonhosted.org/packages/source/h/html5lib/html5lib-1.1.tar.gz
>>> py3-html5lib: Checking sha512sums...
html5lib-1.1.tar.gz: OK
>>> py3-html5lib: Unpacking /var/cache/distfiles/html5lib-1.1.tar.gz...
/home/udu/aports/main/py3-html5lib/src/html5lib-1.1/setup.py:9: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
from pkg_resources import parse_version
/home/udu/aports/main/py3-html5lib/src/html5lib-1.1/setup.py:93: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
isinstance(a.value, ast.Str)):
/home/udu/aports/main/py3-html5lib/src/html5lib-1.1/setup.py:94: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
version = a.value.s
/usr/lib/python3.12/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/html5lib
copying html5lib/_utils.py -> build/lib/html5lib
copying html5lib/_inputstream.py -> build/lib/html5lib
copying html5lib/_ihatexml.py -> build/lib/html5lib
copying html5lib/_tokenizer.py -> build/lib/html5lib
copying html5lib/serializer.py -> build/lib/html5lib
copying html5lib/html5parser.py -> build/lib/html5lib
copying html5lib/__init__.py -> build/lib/html5lib
copying html5lib/constants.py -> build/lib/html5lib
creating build/lib/html5lib/treewalkers
copying html5lib/treewalkers/base.py -> build/lib/html5lib/treewalkers
copying html5lib/treewalkers/genshi.py -> build/lib/html5lib/treewalkers
copying html5lib/treewalkers/etree.py -> build/lib/html5lib/treewalkers
copying html5lib/treewalkers/dom.py -> build/lib/html5lib/treewalkers
copying html5lib/treewalkers/__init__.py -> build/lib/html5lib/treewalkers
copying html5lib/treewalkers/etree_lxml.py -> build/lib/html5lib/treewalkers
creating build/lib/html5lib/filters
copying html5lib/filters/sanitizer.py -> build/lib/html5lib/filters
copying html5lib/filters/base.py -> build/lib/html5lib/filters
copying html5lib/filters/lint.py -> build/lib/html5lib/filters
copying html5lib/filters/alphabeticalattributes.py -> build/lib/html5lib/filters
copying html5lib/filters/inject_meta_charset.py -> build/lib/html5lib/filters
copying html5lib/filters/whitespace.py -> build/lib/html5lib/filters
copying html5lib/filters/__init__.py -> build/lib/html5lib/filters
copying html5lib/filters/optionaltags.py -> build/lib/html5lib/filters
creating build/lib/html5lib/treebuilders
copying html5lib/treebuilders/base.py -> build/lib/html5lib/treebuilders
copying html5lib/treebuilders/etree.py -> build/lib/html5lib/treebuilders
copying html5lib/treebuilders/dom.py -> build/lib/html5lib/treebuilders
copying html5lib/treebuilders/__init__.py -> build/lib/html5lib/treebuilders
copying html5lib/treebuilders/etree_lxml.py -> build/lib/html5lib/treebuilders
creating build/lib/html5lib/treeadapters
copying html5lib/treeadapters/genshi.py -> build/lib/html5lib/treeadapters
copying html5lib/treeadapters/sax.py -> build/lib/html5lib/treeadapters
copying html5lib/treeadapters/__init__.py -> build/lib/html5lib/treeadapters
creating build/lib/html5lib/_trie
copying html5lib/_trie/py.py -> build/lib/html5lib/_trie
copying html5lib/_trie/__init__.py -> build/lib/html5lib/_trie
copying html5lib/_trie/_base.py -> build/lib/html5lib/_trie
>>> py3-html5lib: Entering fakeroot...
/home/udu/aports/main/py3-html5lib/src/html5lib-1.1/setup.py:9: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
from pkg_resources import parse_version
/home/udu/aports/main/py3-html5lib/src/html5lib-1.1/setup.py:93: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
isinstance(a.value, ast.Str)):
/home/udu/aports/main/py3-html5lib/src/html5lib-1.1/setup.py:94: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
version = a.value.s
/usr/lib/python3.12/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.12/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.
By 2025-Oct-31, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running install_lib
creating /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages
creating /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib
creating /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/base.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/genshi.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/etree.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/dom.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/__init__.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/etree_lxml.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treewalkers
creating /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters
copying build/lib/html5lib/filters/sanitizer.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters
copying build/lib/html5lib/filters/base.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters
copying build/lib/html5lib/filters/lint.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters
copying build/lib/html5lib/filters/alphabeticalattributes.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters
copying build/lib/html5lib/filters/inject_meta_charset.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters
copying build/lib/html5lib/filters/whitespace.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters
copying build/lib/html5lib/filters/__init__.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters
copying build/lib/html5lib/filters/optionaltags.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters
copying build/lib/html5lib/_utils.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib
creating /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treebuilders
copying build/lib/html5lib/treebuilders/base.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treebuilders
copying build/lib/html5lib/treebuilders/etree.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treebuilders
copying build/lib/html5lib/treebuilders/dom.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treebuilders
copying build/lib/html5lib/treebuilders/__init__.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treebuilders
copying build/lib/html5lib/treebuilders/etree_lxml.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treebuilders
copying build/lib/html5lib/_inputstream.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib
creating /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treeadapters
copying build/lib/html5lib/treeadapters/genshi.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treeadapters
copying build/lib/html5lib/treeadapters/sax.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treeadapters
copying build/lib/html5lib/treeadapters/__init__.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treeadapters
copying build/lib/html5lib/_ihatexml.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib
copying build/lib/html5lib/_tokenizer.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib
copying build/lib/html5lib/serializer.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib
copying build/lib/html5lib/html5parser.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib
copying build/lib/html5lib/__init__.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib
creating /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/_trie
copying build/lib/html5lib/_trie/py.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/_trie
copying build/lib/html5lib/_trie/__init__.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/_trie
copying build/lib/html5lib/_trie/_base.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/_trie
copying build/lib/html5lib/constants.py -> /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treewalkers/base.py to base.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treewalkers/genshi.py to genshi.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treewalkers/etree.py to etree.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treewalkers/dom.py to dom.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treewalkers/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treewalkers/etree_lxml.py to etree_lxml.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters/sanitizer.py to sanitizer.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters/base.py to base.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters/lint.py to lint.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters/alphabeticalattributes.py to alphabeticalattributes.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters/inject_meta_charset.py to inject_meta_charset.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters/whitespace.py to whitespace.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/filters/optionaltags.py to optionaltags.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/_utils.py to _utils.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treebuilders/base.py to base.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treebuilders/etree.py to etree.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treebuilders/dom.py to dom.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treebuilders/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treebuilders/etree_lxml.py to etree_lxml.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/_inputstream.py to _inputstream.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treeadapters/genshi.py to genshi.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treeadapters/sax.py to sax.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/treeadapters/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/_ihatexml.py to _ihatexml.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/_tokenizer.py to _tokenizer.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/serializer.py to serializer.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/html5parser.py to html5parser.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/_trie/py.py to py.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/_trie/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/_trie/_base.py to _base.cpython-312.pyc
byte-compiling /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib/constants.py to constants.cpython-312.pyc
running install_egg_info
running egg_info
writing html5lib.egg-info/PKG-INFO
/usr/lib/python3.12/site-packages/setuptools/_core_metadata.py:237: SetuptoolsDeprecationWarning: Ambiguity during "extra" normalization for dependencies.
!!
********************************************************************************
'all' and 'all' normalize to the same value:
'all'
In future versions, setuptools might halt the build process.
See https://peps.python.org/pep-0685/ for details.
********************************************************************************
!!
_write_provides_extra(file, processed_extras, extra, unsafe_extra)
writing dependency_links to html5lib.egg-info/dependency_links.txt
writing requirements to html5lib.egg-info/requires.txt
writing top-level names to html5lib.egg-info/top_level.txt
reading manifest file 'html5lib.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
adding license file 'AUTHORS.rst'
writing manifest file 'html5lib.egg-info/SOURCES.txt'
Copying html5lib.egg-info to /home/udu/aports/main/py3-html5lib/pkg/py3-html5lib/usr/lib/python3.12/site-packages/html5lib-1.1-py3.12.egg-info
running install_scripts
>>> py3-html5lib-pyc*: Running split function pyc...
'usr/lib/python3.12/site-packages/html5lib/treewalkers/__pycache__' -> '/home/udu/aports/main/py3-html5lib/pkg/py3-html5lib-pyc/usr/lib/python3.12/site-packages/html5lib/treewalkers/__pycache__'
'usr/lib/python3.12/site-packages/html5lib/filters/__pycache__' -> '/home/udu/aports/main/py3-html5lib/pkg/py3-html5lib-pyc/usr/lib/python3.12/site-packages/html5lib/filters/__pycache__'
'usr/lib/python3.12/site-packages/html5lib/treebuilders/__pycache__' -> '/home/udu/aports/main/py3-html5lib/pkg/py3-html5lib-pyc/usr/lib/python3.12/site-packages/html5lib/treebuilders/__pycache__'
'usr/lib/python3.12/site-packages/html5lib/treeadapters/__pycache__' -> '/home/udu/aports/main/py3-html5lib/pkg/py3-html5lib-pyc/usr/lib/python3.12/site-packages/html5lib/treeadapters/__pycache__'
'usr/lib/python3.12/site-packages/html5lib/__pycache__' -> '/home/udu/aports/main/py3-html5lib/pkg/py3-html5lib-pyc/usr/lib/python3.12/site-packages/html5lib/__pycache__'
'usr/lib/python3.12/site-packages/html5lib/_trie/__pycache__' -> '/home/udu/aports/main/py3-html5lib/pkg/py3-html5lib-pyc/usr/lib/python3.12/site-packages/html5lib/_trie/__pycache__'
>>> py3-html5lib-pyc*: Preparing subpackage py3-html5lib-pyc...
>>> py3-html5lib-pyc*: Running postcheck for py3-html5lib-pyc
>>> py3-html5lib*: Running postcheck for py3-html5lib
>>> py3-html5lib*: Preparing package py3-html5lib...
>>> py3-html5lib-pyc*: Tracing dependencies...
py3-six
py3-webencodings
python3~3.12
>>> py3-html5lib-pyc*: Package size: 590.9 KB
>>> py3-html5lib-pyc*: Compressing data...
>>> py3-html5lib-pyc*: Create checksum...
>>> py3-html5lib-pyc*: Create py3-html5lib-pyc-1.1-r6.apk
>>> py3-html5lib*: Tracing dependencies...
py3-six
py3-webencodings
python3~3.12
>>> py3-html5lib*: Package size: 495.6 KB
>>> py3-html5lib*: Compressing data...
>>> py3-html5lib*: Create checksum...
>>> py3-html5lib*: Create py3-html5lib-1.1-r6.apk
>>> py3-html5lib: Build complete at Tue, 26 Aug 2025 21:01:30 +0000 elapsed time 0h 0m 1s
>>> py3-html5lib: Cleaning up srcdir
>>> py3-html5lib: Cleaning up pkgdir
>>> py3-html5lib: Uninstalling dependencies...
(1/11) Purging .makedepends-py3-html5lib (20250826.210129)
(2/11) Purging py3-six-pyc (1.17.0-r0)
(3/11) Purging py3-six (1.17.0-r0)
(4/11) Purging py3-webencodings-pyc (0.5.1-r8)
(5/11) Purging py3-webencodings (0.5.1-r8)
(6/11) Purging py3-setuptools-pyc (80.9.0-r0)
(7/11) Purging py3-setuptools (80.9.0-r0)
(8/11) Purging py3-packaging-pyc (25.0-r0)
(9/11) Purging py3-packaging (25.0-r0)
(10/11) Purging py3-parsing-pyc (3.2.3-r0)
(11/11) Purging py3-parsing (3.2.3-r0)
OK: 899 MiB in 268 packages
>>> py3-html5lib: Updating the main/x86_64 repository index...
>>> py3-html5lib: Signing the index...