==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-pybtex 0.24.0-7 (Tue Dec 24 01:01:19 2024)
==> Retrieving sources...
  -> Found pybtex-0.24.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    pybtex-0.24.0.tar.gz ... Passed
==> Making package: python-pybtex 0.24.0-7 (Tue Dec 24 01:01:39 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (14) libyaml-0.2.5-3  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-packaging-24.2-3
              python-platformdirs-4.3.6-2  python-wheel-0.45.0-3
              python-latexcodec-2.0.1-10  python-setuptools-1:75.2.0-4
              python-six-1.16.0-10  python-yaml-6.0.2-2

Total Download Size:    0.03 MiB
Total Installed Size:  11.64 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-latexcodec-2.0.1-10-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
    python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-packaging...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
    python-keyring: for wheel.signatures
    python-xdg: for wheel.signatures
    python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
installing python-six...
installing libyaml...
installing python-yaml...
installing python-latexcodec...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found pybtex-0.24.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting pybtex-0.24.0.tar.gz with bsdtar
==> Starting build()...
/build/python-pybtex/src/pybtex-0.24.0/setup.py:29: DeprecationWarning: dep_util is Deprecated. Use functions from setuptools instead.
  from distutils.dep_util import newer
running build
running build_py
creating build/lib/pybtex
copying pybtex/__main__.py -> build/lib/pybtex
copying pybtex/kpathsea.py -> build/lib/pybtex
copying pybtex/scanner.py -> build/lib/pybtex
copying pybtex/io.py -> build/lib/pybtex
copying pybtex/py3compat.py -> build/lib/pybtex
copying pybtex/auxfile.py -> build/lib/pybtex
copying pybtex/cmdline.py -> build/lib/pybtex
copying pybtex/exceptions.py -> build/lib/pybtex
copying pybtex/errors.py -> build/lib/pybtex
copying pybtex/richtext.py -> build/lib/pybtex
copying pybtex/__init__.py -> build/lib/pybtex
copying pybtex/__version__.py -> build/lib/pybtex
copying pybtex/textutils.py -> build/lib/pybtex
copying pybtex/utils.py -> build/lib/pybtex
creating build/lib/tests
copying tests/plugin_test.py -> build/lib/tests
copying tests/parse_name_test.py -> build/lib/tests
copying tests/bibtex_parser_test.py -> build/lib/tests
copying tests/general_engine_test.py -> build/lib/tests
copying tests/markup_test.py -> build/lib/tests
copying tests/__init__.py -> build/lib/tests
copying tests/richtext_test.py -> build/lib/tests
copying tests/backend_test.py -> build/lib/tests
copying tests/utils.py -> build/lib/tests
copying tests/io_test.py -> build/lib/tests
creating build/lib/pybtex/database
copying pybtex/database/__init__.py -> build/lib/pybtex/database
creating build/lib/pybtex/bibtex
copying pybtex/bibtex/interpreter.py -> build/lib/pybtex/bibtex
copying pybtex/bibtex/builtins.py -> build/lib/pybtex/bibtex
copying pybtex/bibtex/runner.py -> build/lib/pybtex/bibtex
copying pybtex/bibtex/bst.py -> build/lib/pybtex/bibtex
copying pybtex/bibtex/names.py -> build/lib/pybtex/bibtex
copying pybtex/bibtex/exceptions.py -> build/lib/pybtex/bibtex
copying pybtex/bibtex/__init__.py -> build/lib/pybtex/bibtex
copying pybtex/bibtex/utils.py -> build/lib/pybtex/bibtex
creating build/lib/pybtex/plugin
copying pybtex/plugin/__init__.py -> build/lib/pybtex/plugin
creating build/lib/pybtex/style
copying pybtex/style/template.py -> build/lib/pybtex/style
copying pybtex/style/__init__.py -> build/lib/pybtex/style
creating build/lib/pybtex/markup
copying pybtex/markup/__init__.py -> build/lib/pybtex/markup
creating build/lib/pybtex/backends
copying pybtex/backends/plaintext.py -> build/lib/pybtex/backends
copying pybtex/backends/html.py -> build/lib/pybtex/backends
copying pybtex/backends/markdown.py -> build/lib/pybtex/backends
copying pybtex/backends/__init__.py -> build/lib/pybtex/backends
copying pybtex/backends/latex.py -> build/lib/pybtex/backends
creating build/lib/pybtex/charwidths
copying pybtex/charwidths/make_charwidths.py -> build/lib/pybtex/charwidths
copying pybtex/charwidths/__init__.py -> build/lib/pybtex/charwidths
creating build/lib/pybtex/database/input
copying pybtex/database/input/bibtexml.py -> build/lib/pybtex/database/input
copying pybtex/database/input/bibyaml.py -> build/lib/pybtex/database/input
copying pybtex/database/input/bibtex.py -> build/lib/pybtex/database/input
copying pybtex/database/input/__init__.py -> build/lib/pybtex/database/input
creating build/lib/pybtex/database/convert
copying pybtex/database/convert/__main__.py -> build/lib/pybtex/database/convert
copying pybtex/database/convert/__init__.py -> build/lib/pybtex/database/convert
creating build/lib/pybtex/database/format
copying pybtex/database/format/__main__.py -> build/lib/pybtex/database/format
copying pybtex/database/format/__init__.py -> build/lib/pybtex/database/format
creating build/lib/pybtex/database/output
copying pybtex/database/output/bibtexml.py -> build/lib/pybtex/database/output
copying pybtex/database/output/bibyaml.py -> build/lib/pybtex/database/output
copying pybtex/database/output/bibtex.py -> build/lib/pybtex/database/output
copying pybtex/database/output/__init__.py -> build/lib/pybtex/database/output
creating build/lib/pybtex/style/formatting
copying pybtex/style/formatting/unsrt.py -> build/lib/pybtex/style/formatting
copying pybtex/style/formatting/unsrtalpha.py -> build/lib/pybtex/style/formatting
copying pybtex/style/formatting/__init__.py -> build/lib/pybtex/style/formatting
copying pybtex/style/formatting/alpha.py -> build/lib/pybtex/style/formatting
copying pybtex/style/formatting/plain.py -> build/lib/pybtex/style/formatting
creating build/lib/pybtex/style/sorting
copying pybtex/style/sorting/author_year_title.py -> build/lib/pybtex/style/sorting
copying pybtex/style/sorting/__init__.py -> build/lib/pybtex/style/sorting
copying pybtex/style/sorting/none.py -> build/lib/pybtex/style/sorting
creating build/lib/pybtex/style/labels
copying pybtex/style/labels/number.py -> build/lib/pybtex/style/labels
copying pybtex/style/labels/__init__.py -> build/lib/pybtex/style/labels
copying pybtex/style/labels/alpha.py -> build/lib/pybtex/style/labels
creating build/lib/pybtex/style/names
copying pybtex/style/names/lastfirst.py -> build/lib/pybtex/style/names
copying pybtex/style/names/__init__.py -> build/lib/pybtex/style/names
copying pybtex/style/names/plain.py -> build/lib/pybtex/style/names
creating build/lib/tests/data
copying tests/data/__init__.py -> build/lib/tests/data
creating build/lib/tests/database_test
copying tests/database_test/__init__.py -> build/lib/tests/database_test
copying tests/database_test/data.py -> build/lib/tests/database_test
copying tests/database_test/database_test.py -> build/lib/tests/database_test
creating build/lib/tests/bst_parser_test
copying tests/bst_parser_test/apacite.py -> build/lib/tests/bst_parser_test
copying tests/bst_parser_test/jurabib.py -> build/lib/tests/bst_parser_test
copying tests/bst_parser_test/bst_parser_test.py -> build/lib/tests/bst_parser_test
copying tests/bst_parser_test/__init__.py -> build/lib/tests/bst_parser_test
copying tests/bst_parser_test/plain.py -> build/lib/tests/bst_parser_test
running egg_info
creating pybtex.egg-info
writing pybtex.egg-info/PKG-INFO
writing dependency_links to pybtex.egg-info/dependency_links.txt
writing entry points to pybtex.egg-info/entry_points.txt
writing requirements to pybtex.egg-info/requires.txt
writing top-level names to pybtex.egg-info/top_level.txt
writing manifest file 'pybtex.egg-info/SOURCES.txt'
reading manifest file 'pybtex.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'test_requirements.txt'
adding license file 'COPYING'
writing manifest file 'pybtex.egg-info/SOURCES.txt'
copying tests/data/IEEEtran.aux -> build/lib/tests/data
copying tests/data/IEEEtran.bib -> build/lib/tests/data
copying tests/data/IEEEtran.bst -> build/lib/tests/data
copying tests/data/IEEEtran_IEEEtran.bibtex.bbl -> build/lib/tests/data
copying tests/data/alpha.bst -> build/lib/tests/data
copying tests/data/apacite.bst -> build/lib/tests/data
copying tests/data/cyrillic.bib -> build/lib/tests/data
copying tests/data/cyrillic_alpha.bibtex.bbl -> build/lib/tests/data
copying tests/data/cyrillic_alpha.pybtex.bbl -> build/lib/tests/data
copying tests/data/cyrillic_plain.pybtex.bbl -> build/lib/tests/data
copying tests/data/cyrillic_unsrt.bibtex.bbl -> build/lib/tests/data
copying tests/data/cyrillic_unsrt.pybtex.bbl -> build/lib/tests/data
copying tests/data/extrafields.bib -> build/lib/tests/data
copying tests/data/extrafields_unsrt.pybtex.bbl -> build/lib/tests/data
copying tests/data/jurabib.bst -> build/lib/tests/data
copying tests/data/plain.bst -> build/lib/tests/data
copying tests/data/unsrt.bst -> build/lib/tests/data
copying tests/data/unsrt_mixed.bst -> build/lib/tests/data
copying tests/data/xampl.bib -> build/lib/tests/data
copying tests/data/xampl_alpha.bibtex.bbl -> build/lib/tests/data
copying tests/data/xampl_jurabib.bibtex.bbl -> build/lib/tests/data
copying tests/data/xampl_mixed.bib -> build/lib/tests/data
copying tests/data/xampl_mixed_unsrt_mixed.aux -> build/lib/tests/data
copying tests/data/xampl_mixed_unsrt_mixed.bibtex.bbl -> build/lib/tests/data
copying tests/data/xampl_plain.bibtex.bbl -> build/lib/tests/data
copying tests/data/xampl_unsrt.bibtex.bbl -> build/lib/tests/data
==> Entering fakeroot environment...
==> Starting package()...
/build/python-pybtex/src/pybtex-0.24.0/setup.py:29: DeprecationWarning: dep_util is Deprecated. Use functions from setuptools instead.
  from distutils.dep_util import newer
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-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/input
copying build/lib/pybtex/database/input/bibtexml.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/input
copying build/lib/pybtex/database/input/bibyaml.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/input
copying build/lib/pybtex/database/input/bibtex.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/input
copying build/lib/pybtex/database/input/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/input
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/convert
copying build/lib/pybtex/database/convert/__main__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/convert
copying build/lib/pybtex/database/convert/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/convert
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/format
copying build/lib/pybtex/database/format/__main__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/format
copying build/lib/pybtex/database/format/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/format
copying build/lib/pybtex/database/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/output
copying build/lib/pybtex/database/output/bibtexml.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/output
copying build/lib/pybtex/database/output/bibyaml.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/output
copying build/lib/pybtex/database/output/bibtex.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/output
copying build/lib/pybtex/database/output/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/output
copying build/lib/pybtex/__main__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex
copying build/lib/pybtex/bibtex/interpreter.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex
copying build/lib/pybtex/bibtex/builtins.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex
copying build/lib/pybtex/bibtex/runner.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex
copying build/lib/pybtex/bibtex/bst.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex
copying build/lib/pybtex/bibtex/names.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex
copying build/lib/pybtex/bibtex/exceptions.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex
copying build/lib/pybtex/bibtex/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex
copying build/lib/pybtex/bibtex/utils.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex
copying build/lib/pybtex/kpathsea.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/plugin
copying build/lib/pybtex/plugin/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/plugin
copying build/lib/pybtex/scanner.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex
copying build/lib/pybtex/io.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style
copying build/lib/pybtex/style/template.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/formatting
copying build/lib/pybtex/style/formatting/unsrt.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/formatting
copying build/lib/pybtex/style/formatting/unsrtalpha.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/formatting
copying build/lib/pybtex/style/formatting/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/formatting
copying build/lib/pybtex/style/formatting/alpha.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/formatting
copying build/lib/pybtex/style/formatting/plain.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/formatting
copying build/lib/pybtex/style/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/sorting
copying build/lib/pybtex/style/sorting/author_year_title.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/sorting
copying build/lib/pybtex/style/sorting/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/sorting
copying build/lib/pybtex/style/sorting/none.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/sorting
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/labels
copying build/lib/pybtex/style/labels/number.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/labels
copying build/lib/pybtex/style/labels/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/labels
copying build/lib/pybtex/style/labels/alpha.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/labels
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/names
copying build/lib/pybtex/style/names/lastfirst.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/names
copying build/lib/pybtex/style/names/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/names
copying build/lib/pybtex/style/names/plain.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/names
copying build/lib/pybtex/py3compat.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex
copying build/lib/pybtex/auxfile.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/markup
copying build/lib/pybtex/markup/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/markup
copying build/lib/pybtex/cmdline.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex
copying build/lib/pybtex/exceptions.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex
copying build/lib/pybtex/errors.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/backends
copying build/lib/pybtex/backends/plaintext.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/backends
copying build/lib/pybtex/backends/html.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/backends
copying build/lib/pybtex/backends/markdown.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/backends
copying build/lib/pybtex/backends/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/backends
copying build/lib/pybtex/backends/latex.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/backends
copying build/lib/pybtex/richtext.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex
copying build/lib/pybtex/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex
copying build/lib/pybtex/__version__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/charwidths
copying build/lib/pybtex/charwidths/make_charwidths.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/charwidths
copying build/lib/pybtex/charwidths/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/charwidths
copying build/lib/pybtex/textutils.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex
copying build/lib/pybtex/utils.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests
copying build/lib/tests/plugin_test.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests
copying build/lib/tests/parse_name_test.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests
copying build/lib/tests/bibtex_parser_test.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests
copying build/lib/tests/general_engine_test.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests
copying build/lib/tests/markup_test.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/xampl_mixed.bib -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/xampl_plain.bibtex.bbl -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/extrafields_unsrt.pybtex.bbl -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/unsrt.bst -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/cyrillic.bib -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/IEEEtran.bst -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/cyrillic_plain.pybtex.bbl -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/IEEEtran_IEEEtran.bibtex.bbl -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/unsrt_mixed.bst -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/xampl_unsrt.bibtex.bbl -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/cyrillic_unsrt.bibtex.bbl -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/cyrillic_alpha.pybtex.bbl -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/IEEEtran.aux -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/xampl.bib -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/apacite.bst -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/xampl_mixed_unsrt_mixed.bibtex.bbl -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/jurabib.bst -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/xampl_jurabib.bibtex.bbl -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/cyrillic_unsrt.pybtex.bbl -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/xampl_mixed_unsrt_mixed.aux -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/plain.bst -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/extrafields.bib -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/cyrillic_alpha.bibtex.bbl -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/xampl_alpha.bibtex.bbl -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/IEEEtran.bib -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/data/alpha.bst -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data
copying build/lib/tests/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests
copying build/lib/tests/richtext_test.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/database_test
copying build/lib/tests/database_test/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/database_test
copying build/lib/tests/database_test/data.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/database_test
copying build/lib/tests/database_test/database_test.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/database_test
copying build/lib/tests/backend_test.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests
copying build/lib/tests/utils.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests
copying build/lib/tests/io_test.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests
creating /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/bst_parser_test
copying build/lib/tests/bst_parser_test/apacite.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/bst_parser_test
copying build/lib/tests/bst_parser_test/jurabib.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/bst_parser_test
copying build/lib/tests/bst_parser_test/bst_parser_test.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/bst_parser_test
copying build/lib/tests/bst_parser_test/__init__.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/bst_parser_test
copying build/lib/tests/bst_parser_test/plain.py -> /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/bst_parser_test
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/input/bibtexml.py to bibtexml.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/input/bibyaml.py to bibyaml.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/input/bibtex.py to bibtex.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/input/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/convert/__main__.py to __main__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/convert/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/format/__main__.py to __main__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/format/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/output/bibtexml.py to bibtexml.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/output/bibyaml.py to bibyaml.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/output/bibtex.py to bibtex.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/database/output/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/__main__.py to __main__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex/interpreter.py to interpreter.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex/builtins.py to builtins.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex/runner.py to runner.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex/bst.py to bst.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex/names.py to names.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex/exceptions.py to exceptions.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/bibtex/utils.py to utils.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/kpathsea.py to kpathsea.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/plugin/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/scanner.py to scanner.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/io.py to io.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/template.py to template.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/formatting/unsrt.py to unsrt.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/formatting/unsrtalpha.py to unsrtalpha.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/formatting/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/formatting/alpha.py to alpha.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/formatting/plain.py to plain.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/sorting/author_year_title.py to author_year_title.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/sorting/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/sorting/none.py to none.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/labels/number.py to number.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/labels/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/labels/alpha.py to alpha.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/names/lastfirst.py to lastfirst.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/names/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/style/names/plain.py to plain.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/py3compat.py to py3compat.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/auxfile.py to auxfile.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/markup/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/cmdline.py to cmdline.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/exceptions.py to exceptions.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/errors.py to errors.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/backends/plaintext.py to plaintext.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/backends/html.py to html.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/backends/markdown.py to markdown.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/backends/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/backends/latex.py to latex.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/richtext.py to richtext.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/__version__.py to __version__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/charwidths/make_charwidths.py to make_charwidths.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/charwidths/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/textutils.py to textutils.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex/utils.py to utils.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/plugin_test.py to plugin_test.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/parse_name_test.py to parse_name_test.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/bibtex_parser_test.py to bibtex_parser_test.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/general_engine_test.py to general_engine_test.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/markup_test.py to markup_test.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/data/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/richtext_test.py to richtext_test.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/database_test/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/database_test/data.py to data.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/database_test/database_test.py to database_test.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/backend_test.py to backend_test.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/utils.py to utils.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/io_test.py to io_test.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/bst_parser_test/apacite.py to apacite.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/bst_parser_test/jurabib.py to jurabib.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/bst_parser_test/bst_parser_test.py to bst_parser_test.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/bst_parser_test/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/tests/bst_parser_test/plain.py to plain.cpython-313.pyc
writing byte-compilation script '/tmp/tmpl_rjvnee.py'
/usr/bin/python /tmp/tmpl_rjvnee.py
removing /tmp/tmpl_rjvnee.py
running install_egg_info
running egg_info
writing pybtex.egg-info/PKG-INFO
writing dependency_links to pybtex.egg-info/dependency_links.txt
writing entry points to pybtex.egg-info/entry_points.txt
writing requirements to pybtex.egg-info/requires.txt
writing top-level names to pybtex.egg-info/top_level.txt
reading manifest file 'pybtex.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'test_requirements.txt'
adding license file 'COPYING'
writing manifest file 'pybtex.egg-info/SOURCES.txt'
Copying pybtex.egg-info to /build/python-pybtex/pkg/python-pybtex/usr/lib/python3.13/site-packages/pybtex-0.24.0-py3.13.egg-info
running install_scripts
Installing pybtex script to /build/python-pybtex/pkg/python-pybtex/usr/bin
Installing pybtex-convert script to /build/python-pybtex/pkg/python-pybtex/usr/bin
Installing pybtex-format script to /build/python-pybtex/pkg/python-pybtex/usr/bin
==> 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-pybtex"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pybtex 0.24.0-7 (Tue Dec 24 01:01:58 2024)
==> Cleaning up...