==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-bleach 6.2.0-2 (Mon Dec 23 08:30:08 2024)
==> Retrieving sources...
  -> Found bleach-6.2.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    bleach-6.2.0.tar.gz ... Passed
==> Making package: python-bleach 6.2.0-2 (Mon Dec 23 08:30:28 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (2) python-packaging-24.2-3  python-webencodings-0.5.1-12

Total Installed Size:  0.73 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-packaging...
installing python-webencodings...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (9) python-autocommand-2.2.2-7  python-jaraco.collections-5.0.1-2
             python-jaraco.context-5.3.0-3  python-jaraco.functools-4.1.0-1
             python-jaraco.text-4.0.0-2  python-more-itertools-10.5.0-1
             python-platformdirs-4.3.6-2  python-wheel-0.45.0-3
             python-setuptools-1:75.2.0-4

Total Installed Size:  9.59 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
    python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
    python-keyring: for wheel.signatures
    python-xdg: for wheel.signatures
    python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found bleach-6.2.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting bleach-6.2.0.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
running build
running build_py
creating build/lib/bleach
copying bleach/parse_shim.py -> build/lib/bleach
copying bleach/six_shim.py -> build/lib/bleach
copying bleach/html5lib_shim.py -> build/lib/bleach
copying bleach/sanitizer.py -> build/lib/bleach
copying bleach/callbacks.py -> build/lib/bleach
copying bleach/linkifier.py -> build/lib/bleach
copying bleach/__init__.py -> build/lib/bleach
copying bleach/css_sanitizer.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/html5parser.py -> build/lib/bleach/_vendor/html5lib
copying bleach/_vendor/html5lib/_tokenizer.py -> build/lib/bleach/_vendor/html5lib
copying bleach/_vendor/html5lib/_inputstream.py -> build/lib/bleach/_vendor/html5lib
copying bleach/_vendor/html5lib/_ihatexml.py -> build/lib/bleach/_vendor/html5lib
copying bleach/_vendor/html5lib/__init__.py -> build/lib/bleach/_vendor/html5lib
copying bleach/_vendor/html5lib/_utils.py -> build/lib/bleach/_vendor/html5lib
copying bleach/_vendor/html5lib/serializer.py -> build/lib/bleach/_vendor/html5lib
copying bleach/_vendor/html5lib/constants.py -> build/lib/bleach/_vendor/html5lib
creating build/lib/bleach/_vendor/html5lib/filters
copying bleach/_vendor/html5lib/filters/lint.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/optionaltags.py -> build/lib/bleach/_vendor/html5lib/filters
copying bleach/_vendor/html5lib/filters/base.py -> build/lib/bleach/_vendor/html5lib/filters
copying bleach/_vendor/html5lib/filters/alphabeticalattributes.py -> build/lib/bleach/_vendor/html5lib/filters
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/py.py -> build/lib/bleach/_vendor/html5lib/_trie
copying bleach/_vendor/html5lib/_trie/__init__.py -> build/lib/bleach/_vendor/html5lib/_trie
creating build/lib/bleach/_vendor/html5lib/treeadapters
copying bleach/_vendor/html5lib/treeadapters/genshi.py -> build/lib/bleach/_vendor/html5lib/treeadapters
copying bleach/_vendor/html5lib/treeadapters/__init__.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/treebuilders
copying bleach/_vendor/html5lib/treebuilders/etree.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/base.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/etree_lxml.py -> build/lib/bleach/_vendor/html5lib/treebuilders
creating build/lib/bleach/_vendor/html5lib/treewalkers
copying bleach/_vendor/html5lib/treewalkers/etree.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/__init__.py -> build/lib/bleach/_vendor/html5lib/treewalkers
copying bleach/_vendor/html5lib/treewalkers/base.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/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'
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
==> Entering fakeroot environment...
==> Starting package()...
running install
/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running install_lib
creating /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages
creating /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach
copying build/lib/bleach/parse_shim.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach
copying build/lib/bleach/six_shim.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach
copying build/lib/bleach/html5lib_shim.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach
copying build/lib/bleach/sanitizer.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach
copying build/lib/bleach/callbacks.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach
copying build/lib/bleach/linkifier.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach
copying build/lib/bleach/__init__.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach
creating /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor
copying build/lib/bleach/_vendor/parse.py.SHA256SUM -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor
copying build/lib/bleach/_vendor/parse.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor
copying build/lib/bleach/_vendor/vendor.txt -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor
creating /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib
copying build/lib/bleach/_vendor/html5lib/html5parser.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib
creating /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/filters/lint.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/filters/inject_meta_charset.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/filters/sanitizer.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/filters/whitespace.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/filters/__init__.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/filters/optionaltags.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/filters/base.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/filters/alphabeticalattributes.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters
copying build/lib/bleach/_vendor/html5lib/_tokenizer.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib
creating /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/_trie
copying build/lib/bleach/_vendor/html5lib/_trie/_base.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/_trie
copying build/lib/bleach/_vendor/html5lib/_trie/py.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/_trie
copying build/lib/bleach/_vendor/html5lib/_trie/__init__.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/_trie
copying build/lib/bleach/_vendor/html5lib/_inputstream.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib
copying build/lib/bleach/_vendor/html5lib/_ihatexml.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib
creating /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treeadapters
copying build/lib/bleach/_vendor/html5lib/treeadapters/genshi.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treeadapters
copying build/lib/bleach/_vendor/html5lib/treeadapters/__init__.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treeadapters
copying build/lib/bleach/_vendor/html5lib/treeadapters/sax.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treeadapters
copying build/lib/bleach/_vendor/html5lib/__init__.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib
copying build/lib/bleach/_vendor/html5lib/_utils.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib
creating /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treebuilders
copying build/lib/bleach/_vendor/html5lib/treebuilders/etree.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treebuilders
copying build/lib/bleach/_vendor/html5lib/treebuilders/__init__.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treebuilders
copying build/lib/bleach/_vendor/html5lib/treebuilders/base.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treebuilders
copying build/lib/bleach/_vendor/html5lib/treebuilders/dom.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treebuilders
copying build/lib/bleach/_vendor/html5lib/treebuilders/etree_lxml.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treebuilders
creating /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treewalkers
copying build/lib/bleach/_vendor/html5lib/treewalkers/etree.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treewalkers
copying build/lib/bleach/_vendor/html5lib/treewalkers/genshi.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treewalkers
copying build/lib/bleach/_vendor/html5lib/treewalkers/__init__.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treewalkers
copying build/lib/bleach/_vendor/html5lib/treewalkers/base.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treewalkers
copying build/lib/bleach/_vendor/html5lib/treewalkers/dom.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treewalkers
copying build/lib/bleach/_vendor/html5lib/treewalkers/etree_lxml.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treewalkers
copying build/lib/bleach/_vendor/html5lib/serializer.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib
copying build/lib/bleach/_vendor/html5lib/constants.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib
copying build/lib/bleach/_vendor/README.rst -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor
copying build/lib/bleach/_vendor/__init__.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor
copying build/lib/bleach/_vendor/vendor_install.sh -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor
creating /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/RECORD -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/top_level.txt -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/WHEEL -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/INSTALLER -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/REQUESTED -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/AUTHORS.rst -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/LICENSE -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/_vendor/html5lib-1.1.dist-info/METADATA -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib-1.1.dist-info
copying build/lib/bleach/css_sanitizer.py -> /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/parse_shim.py to parse_shim.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/six_shim.py to six_shim.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/html5lib_shim.py to html5lib_shim.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/sanitizer.py to sanitizer.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/callbacks.py to callbacks.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/linkifier.py to linkifier.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/parse.py to parse.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/html5parser.py to html5parser.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters/lint.py to lint.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters/inject_meta_charset.py to inject_meta_charset.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters/sanitizer.py to sanitizer.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters/whitespace.py to whitespace.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters/optionaltags.py to optionaltags.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters/base.py to base.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/filters/alphabeticalattributes.py to alphabeticalattributes.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/_tokenizer.py to _tokenizer.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/_trie/_base.py to _base.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/_trie/py.py to py.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/_trie/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/_inputstream.py to _inputstream.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/_ihatexml.py to _ihatexml.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treeadapters/genshi.py to genshi.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treeadapters/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treeadapters/sax.py to sax.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/_utils.py to _utils.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treebuilders/etree.py to etree.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treebuilders/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treebuilders/base.py to base.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treebuilders/dom.py to dom.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treebuilders/etree_lxml.py to etree_lxml.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treewalkers/etree.py to etree.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treewalkers/genshi.py to genshi.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treewalkers/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treewalkers/base.py to base.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treewalkers/dom.py to dom.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/treewalkers/etree_lxml.py to etree_lxml.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/serializer.py to serializer.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/html5lib/constants.py to constants.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/_vendor/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach/css_sanitizer.py to css_sanitizer.cpython-313.pyc
writing byte-compilation script '/tmp/tmpb1a0ogic.py'
/usr/bin/python /tmp/tmpb1a0ogic.py
removing /tmp/tmpb1a0ogic.py
running install_egg_info
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'
writing manifest file 'bleach.egg-info/SOURCES.txt'
Copying bleach.egg-info to /build/python-bleach/pkg/python-bleach/usr/lib/python3.13/site-packages/bleach-6.2.0-py3.13.egg-info
running install_scripts
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library 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.2.0-2 (Mon Dec 23 08:30:47 2024)
==> Cleaning up...