==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-bleach 6.4.0-1 (Sun Jun  7 19:37:47 2026)
==> Retrieving sources...
  -> Found bleach-6.4.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    bleach-6.4.0.tar.gz ... Passed
==> Making package: python-bleach 6.4.0-1 (Sun Jun  7 19:37:57 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (2) python-packaging-26.2-1  python-webencodings-0.5.1-13

Total Download Size:   0.21 MiB
Total Installed Size:  1.30 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-packaging-26.2-1-any downloading...
 python-webencodings-0.5.1-13-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-packaging...
installing python-webencodings...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (14) 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-pkg_resources-81.0.0-1  python-platformdirs-4.10.0-1  python-pyproject-hooks-1.2.0-6  python-typing_extensions-4.15.0-3  python-build-1.4.3-1  python-installer-1.0.0-1  python-setuptools-1:82.0.1-1  python-wheel-0.47.0-1

Total Download Size:    1.72 MiB
Total Installed Size:  10.89 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-setuptools-1:82.0.1-1-any downloading...
 python-more-itertools-11.1.0-1-any downloading...
 python-typing_extensions-4.15.0-3-any downloading...
 python-pkg_resources-81.0.0-1-any downloading...
 python-wheel-0.47.0-1-any downloading...
 python-build-1.4.3-1-any downloading...
 python-platformdirs-4.10.0-1-any downloading...
 python-installer-1.0.0-1-any downloading...
 python-autocommand-2.2.2-9-any downloading...
 python-jaraco.collections-5.1.0-3-any downloading...
 python-pyproject-hooks-1.2.0-6-any downloading...
 python-jaraco.text-4.0.0-4-any downloading...
 python-jaraco.functools-4.1.0-3-any downloading...
 python-jaraco.context-6.1.2-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
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-typing_extensions...
installing python-pkg_resources...
installing python-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found bleach-6.4.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting bleach-6.4.0.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
writing bleach.egg-info/PKG-INFO
writing dependency_links to bleach.egg-info/dependency_links.txt
writing requirements to bleach.egg-info/requires.txt
writing top-level names to bleach.egg-info/top_level.txt
reading manifest file 'bleach.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
adding license file 'bleach/_vendor/html5lib-1.1.dist-info/LICENSE'
writing manifest file 'bleach.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib/bleach
copying bleach/linkifier.py -> build/lib/bleach
copying bleach/html5lib_shim.py -> build/lib/bleach
copying bleach/sanitizer.py -> build/lib/bleach
copying bleach/__init__.py -> build/lib/bleach
copying bleach/six_shim.py -> build/lib/bleach
copying bleach/css_sanitizer.py -> build/lib/bleach
copying bleach/callbacks.py -> build/lib/bleach
copying bleach/parse_shim.py -> build/lib/bleach
creating build/lib/bleach/_vendor
copying bleach/_vendor/parse.py -> build/lib/bleach/_vendor
copying bleach/_vendor/__init__.py -> build/lib/bleach/_vendor
creating build/lib/bleach/_vendor/html5lib
copying bleach/_vendor/html5lib/_utils.py -> build/lib/bleach/_vendor/html5lib
copying bleach/_vendor/html5lib/_tokenizer.py -> build/lib/bleach/_vendor/html5lib
copying bleach/_vendor/html5lib/serializer.py -> build/lib/bleach/_vendor/html5lib
copying bleach/_vendor/html5lib/__init__.py -> build/lib/bleach/_vendor/html5lib
copying bleach/_vendor/html5lib/constants.py -> build/lib/bleach/_vendor/html5lib
copying bleach/_vendor/html5lib/_ihatexml.py -> build/lib/bleach/_vendor/html5lib
copying bleach/_vendor/html5lib/html5parser.py -> build/lib/bleach/_vendor/html5lib
copying bleach/_vendor/html5lib/_inputstream.py -> build/lib/bleach/_vendor/html5lib
creating build/lib/bleach/_vendor/html5lib/filters
copying bleach/_vendor/html5lib/filters/base.py -> build/lib/bleach/_vendor/html5lib/filters
copying bleach/_vendor/html5lib/filters/optionaltags.py -> build/lib/bleach/_vendor/html5lib/filters
copying bleach/_vendor/html5lib/filters/alphabeticalattributes.py -> build/lib/bleach/_vendor/html5lib/filters
copying bleach/_vendor/html5lib/filters/inject_meta_charset.py -> build/lib/bleach/_vendor/html5lib/filters
copying bleach/_vendor/html5lib/filters/sanitizer.py -> build/lib/bleach/_vendor/html5lib/filters
copying bleach/_vendor/html5lib/filters/whitespace.py -> build/lib/bleach/_vendor/html5lib/filters
copying bleach/_vendor/html5lib/filters/__init__.py -> build/lib/bleach/_vendor/html5lib/filters
copying bleach/_vendor/html5lib/filters/lint.py -> build/lib/bleach/_vendor/html5lib/filters
creating build/lib/bleach/_vendor/html5lib/treebuilders
copying bleach/_vendor/html5lib/treebuilders/base.py -> build/lib/bleach/_vendor/html5lib/treebuilders
copying bleach/_vendor/html5lib/treebuilders/etree.py -> build/lib/bleach/_vendor/html5lib/treebuilders
copying bleach/_vendor/html5lib/treebuilders/dom.py -> build/lib/bleach/_vendor/html5lib/treebuilders
copying bleach/_vendor/html5lib/treebuilders/__init__.py -> build/lib/bleach/_vendor/html5lib/treebuilders
copying bleach/_vendor/html5lib/treebuilders/etree_lxml.py -> build/lib/bleach/_vendor/html5lib/treebuilders
creating build/lib/bleach/_vendor/html5lib/treeadapters
copying bleach/_vendor/html5lib/treeadapters/__init__.py -> build/lib/bleach/_vendor/html5lib/treeadapters
copying bleach/_vendor/html5lib/treeadapters/genshi.py -> build/lib/bleach/_vendor/html5lib/treeadapters
copying bleach/_vendor/html5lib/treeadapters/sax.py -> build/lib/bleach/_vendor/html5lib/treeadapters
creating build/lib/bleach/_vendor/html5lib/_trie
copying bleach/_vendor/html5lib/_trie/_base.py -> build/lib/bleach/_vendor/html5lib/_trie
copying bleach/_vendor/html5lib/_trie/__init__.py -> build/lib/bleach/_vendor/html5lib/_trie
copying bleach/_vendor/html5lib/_trie/py.py -> build/lib/bleach/_vendor/html5lib/_trie
creating build/lib/bleach/_vendor/html5lib/treewalkers
copying bleach/_vendor/html5lib/treewalkers/base.py -> build/lib/bleach/_vendor/html5lib/treewalkers
copying bleach/_vendor/html5lib/treewalkers/etree.py -> build/lib/bleach/_vendor/html5lib/treewalkers
copying bleach/_vendor/html5lib/treewalkers/dom.py -> build/lib/bleach/_vendor/html5lib/treewalkers
copying bleach/_vendor/html5lib/treewalkers/__init__.py -> build/lib/bleach/_vendor/html5lib/treewalkers
copying bleach/_vendor/html5lib/treewalkers/genshi.py -> build/lib/bleach/_vendor/html5lib/treewalkers
copying bleach/_vendor/html5lib/treewalkers/etree_lxml.py -> build/lib/bleach/_vendor/html5lib/treewalkers
running egg_info
writing bleach.egg-info/PKG-INFO
writing dependency_links to bleach.egg-info/dependency_links.txt
writing requirements to bleach.egg-info/requires.txt
writing top-level names to bleach.egg-info/top_level.txt
reading manifest file 'bleach.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
adding license file 'bleach/_vendor/html5lib-1.1.dist-info/LICENSE'
writing manifest file 'bleach.egg-info/SOURCES.txt'
copying bleach/_vendor/README.rst -> build/lib/bleach/_vendor
copying bleach/_vendor/parse.py.SHA256SUM -> build/lib/bleach/_vendor
copying bleach/_vendor/vendor.txt -> build/lib/bleach/_vendor
copying bleach/_vendor/vendor_install.sh -> build/lib/bleach/_vendor
creating build/lib/bleach/_vendor/html5lib-1.1.dist-info
copying bleach/_vendor/html5lib-1.1.dist-info/AUTHORS.rst -> build/lib/bleach/_vendor/html5lib-1.1.dist-info
copying bleach/_vendor/html5lib-1.1.dist-info/INSTALLER -> build/lib/bleach/_vendor/html5lib-1.1.dist-info
copying bleach/_vendor/html5lib-1.1.dist-info/LICENSE -> build/lib/bleach/_vendor/html5lib-1.1.dist-info
copying bleach/_vendor/html5lib-1.1.dist-info/METADATA -> build/lib/bleach/_vendor/html5lib-1.1.dist-info
copying bleach/_vendor/html5lib-1.1.dist-info/RECORD -> build/lib/bleach/_vendor/html5lib-1.1.dist-info
copying bleach/_vendor/html5lib-1.1.dist-info/REQUESTED -> build/lib/bleach/_vendor/html5lib-1.1.dist-info
copying bleach/_vendor/html5lib-1.1.dist-info/WHEEL -> build/lib/bleach/_vendor/html5lib-1.1.dist-info
copying bleach/_vendor/html5lib-1.1.dist-info/top_level.txt -> build/lib/bleach/_vendor/html5lib-1.1.dist-info
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/bleach
copying build/lib/bleach/linkifier.py -> build/bdist.linux-aarch64/wheel/./bleach
copying build/lib/bleach/html5lib_shim.py -> build/bdist.linux-aarch64/wheel/./bleach
creating build/bdist.linux-aarch64/wheel/bleach/_vendor
copying build/lib/bleach/_vendor/parse.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor
copying build/lib/bleach/_vendor/__init__.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor
creating build/bdist.linux-aarch64/wheel/bleach/_vendor/html5lib
creating build/bdist.linux-aarch64/wheel/bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/filters/base.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/filters/optionaltags.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/filters/alphabeticalattributes.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/filters/inject_meta_charset.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/filters/sanitizer.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/filters/whitespace.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/filters/__init__.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/filters/lint.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/_utils.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib
creating build/bdist.linux-aarch64/wheel/bleach/_vendor/html5lib/treebuilders
copying build/lib/bleach/_vendor/html5lib/treebuilders/base.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/treebuilders
copying build/lib/bleach/_vendor/html5lib/treebuilders/etree.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/treebuilders
copying build/lib/bleach/_vendor/html5lib/treebuilders/dom.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/treebuilders
copying build/lib/bleach/_vendor/html5lib/treebuilders/__init__.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/treebuilders
copying build/lib/bleach/_vendor/html5lib/treebuilders/etree_lxml.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/treebuilders
creating build/bdist.linux-aarch64/wheel/bleach/_vendor/html5lib/treeadapters
copying build/lib/bleach/_vendor/html5lib/treeadapters/__init__.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/treeadapters
copying build/lib/bleach/_vendor/html5lib/treeadapters/genshi.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/treeadapters
copying build/lib/bleach/_vendor/html5lib/treeadapters/sax.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/treeadapters
copying build/lib/bleach/_vendor/html5lib/_tokenizer.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib
copying build/lib/bleach/_vendor/html5lib/serializer.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib
copying build/lib/bleach/_vendor/html5lib/__init__.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib
creating build/bdist.linux-aarch64/wheel/bleach/_vendor/html5lib/_trie
copying build/lib/bleach/_vendor/html5lib/_trie/_base.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/_trie
copying build/lib/bleach/_vendor/html5lib/_trie/__init__.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/_trie
copying build/lib/bleach/_vendor/html5lib/_trie/py.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/_trie
copying build/lib/bleach/_vendor/html5lib/constants.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib
copying build/lib/bleach/_vendor/html5lib/_ihatexml.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib
copying build/lib/bleach/_vendor/html5lib/html5parser.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib
creating build/bdist.linux-aarch64/wheel/bleach/_vendor/html5lib/treewalkers
copying build/lib/bleach/_vendor/html5lib/treewalkers/base.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/treewalkers
copying build/lib/bleach/_vendor/html5lib/treewalkers/etree.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/treewalkers
copying build/lib/bleach/_vendor/html5lib/treewalkers/dom.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/treewalkers
copying build/lib/bleach/_vendor/html5lib/treewalkers/__init__.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/treewalkers
copying build/lib/bleach/_vendor/html5lib/treewalkers/genshi.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/treewalkers
copying build/lib/bleach/_vendor/html5lib/treewalkers/etree_lxml.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib/treewalkers
copying build/lib/bleach/_vendor/html5lib/_inputstream.py -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib
copying build/lib/bleach/_vendor/vendor_install.sh -> build/bdist.linux-aarch64/wheel/./bleach/_vendor
copying build/lib/bleach/_vendor/vendor.txt -> build/bdist.linux-aarch64/wheel/./bleach/_vendor
creating build/bdist.linux-aarch64/wheel/bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/top_level.txt -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/INSTALLER -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/WHEEL -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/LICENSE -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/REQUESTED -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/RECORD -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/AUTHORS.rst -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/METADATA -> build/bdist.linux-aarch64/wheel/./bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/parse.py.SHA256SUM -> build/bdist.linux-aarch64/wheel/./bleach/_vendor
copying build/lib/bleach/_vendor/README.rst -> build/bdist.linux-aarch64/wheel/./bleach/_vendor
copying build/lib/bleach/sanitizer.py -> build/bdist.linux-aarch64/wheel/./bleach
copying build/lib/bleach/__init__.py -> build/bdist.linux-aarch64/wheel/./bleach
copying build/lib/bleach/six_shim.py -> build/bdist.linux-aarch64/wheel/./bleach
copying build/lib/bleach/css_sanitizer.py -> build/bdist.linux-aarch64/wheel/./bleach
copying build/lib/bleach/callbacks.py -> build/bdist.linux-aarch64/wheel/./bleach
copying build/lib/bleach/parse_shim.py -> build/bdist.linux-aarch64/wheel/./bleach
running install_egg_info
Copying bleach.egg-info to build/bdist.linux-aarch64/wheel/./bleach-6.4.0-py3.14.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/bleach-6.4.0.dist-info/WHEEL
creating '/build/python-bleach/src/bleach-6.4.0/dist/.tmp-18p07rh4/bleach-6.4.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'bleach/__init__.py'
adding 'bleach/callbacks.py'
adding 'bleach/css_sanitizer.py'
adding 'bleach/html5lib_shim.py'
adding 'bleach/linkifier.py'
adding 'bleach/parse_shim.py'
adding 'bleach/sanitizer.py'
adding 'bleach/six_shim.py'
adding 'bleach/_vendor/README.rst'
adding 'bleach/_vendor/__init__.py'
adding 'bleach/_vendor/parse.py'
adding 'bleach/_vendor/parse.py.SHA256SUM'
adding 'bleach/_vendor/vendor.txt'
adding 'bleach/_vendor/vendor_install.sh'
adding 'bleach/_vendor/html5lib/__init__.py'
adding 'bleach/_vendor/html5lib/_ihatexml.py'
adding 'bleach/_vendor/html5lib/_inputstream.py'
adding 'bleach/_vendor/html5lib/_tokenizer.py'
adding 'bleach/_vendor/html5lib/_utils.py'
adding 'bleach/_vendor/html5lib/constants.py'
adding 'bleach/_vendor/html5lib/html5parser.py'
adding 'bleach/_vendor/html5lib/serializer.py'
adding 'bleach/_vendor/html5lib/_trie/__init__.py'
adding 'bleach/_vendor/html5lib/_trie/_base.py'
adding 'bleach/_vendor/html5lib/_trie/py.py'
adding 'bleach/_vendor/html5lib/filters/__init__.py'
adding 'bleach/_vendor/html5lib/filters/alphabeticalattributes.py'
adding 'bleach/_vendor/html5lib/filters/base.py'
adding 'bleach/_vendor/html5lib/filters/inject_meta_charset.py'
adding 'bleach/_vendor/html5lib/filters/lint.py'
adding 'bleach/_vendor/html5lib/filters/optionaltags.py'
adding 'bleach/_vendor/html5lib/filters/sanitizer.py'
adding 'bleach/_vendor/html5lib/filters/whitespace.py'
adding 'bleach/_vendor/html5lib/treeadapters/__init__.py'
adding 'bleach/_vendor/html5lib/treeadapters/genshi.py'
adding 'bleach/_vendor/html5lib/treeadapters/sax.py'
adding 'bleach/_vendor/html5lib/treebuilders/__init__.py'
adding 'bleach/_vendor/html5lib/treebuilders/base.py'
adding 'bleach/_vendor/html5lib/treebuilders/dom.py'
adding 'bleach/_vendor/html5lib/treebuilders/etree.py'
adding 'bleach/_vendor/html5lib/treebuilders/etree_lxml.py'
adding 'bleach/_vendor/html5lib/treewalkers/__init__.py'
adding 'bleach/_vendor/html5lib/treewalkers/base.py'
adding 'bleach/_vendor/html5lib/treewalkers/dom.py'
adding 'bleach/_vendor/html5lib/treewalkers/etree.py'
adding 'bleach/_vendor/html5lib/treewalkers/etree_lxml.py'
adding 'bleach/_vendor/html5lib/treewalkers/genshi.py'
adding 'bleach-6.4.0.dist-info/licenses/LICENSE'
adding 'bleach-6.4.0.dist-info/METADATA'
adding 'bleach-6.4.0.dist-info/WHEEL'
adding 'bleach-6.4.0.dist-info/licenses/bleach/_vendor/html5lib-1.1.dist-info/LICENSE'
adding 'bleach-6.4.0.dist-info/top_level.txt'
adding 'bleach/_vendor/html5lib-1.1.dist-info/AUTHORS.rst'
adding 'bleach/_vendor/html5lib-1.1.dist-info/INSTALLER'
adding 'bleach/_vendor/html5lib-1.1.dist-info/LICENSE'
adding 'bleach/_vendor/html5lib-1.1.dist-info/METADATA'
adding 'bleach/_vendor/html5lib-1.1.dist-info/RECORD'
adding 'bleach/_vendor/html5lib-1.1.dist-info/REQUESTED'
adding 'bleach/_vendor/html5lib-1.1.dist-info/WHEEL'
adding 'bleach/_vendor/html5lib-1.1.dist-info/top_level.txt'
adding 'bleach-6.4.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built bleach-6.4.0-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-bleach"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-bleach 6.4.0-1 (Sun Jun  7 19:38:09 2026)
==> Cleaning up...
[?12l[?25h