==> Retrieving sources... -> Found langdetect-1.0.9.tar.gz ==> Generating checksums for source files... ==> Making package: python-langdetect 1.0.9-4 (Wed 20 Nov 2024 04:13:07 PM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (3) New Version Net Change core/mpdecimal 4.0.0-2 0.32 MiB core/python 3.12.7-1 70.07 MiB extra/python-six 1.16.0-9 0.11 MiB Total Installed Size: 70.51 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing mpdecimal... installing python... Optional dependencies for python python-setuptools: for building Python packages using tooling that is usually bundled with Python python-pip: for installing Python packages using tooling that is usually bundled with Python python-pipx: for installing Python software not packaged on Arch Linux sqlite: for a default database integration [installed] xz: for lzma [installed] tk: for tkinter installing python-six... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (13) New Version Net Change extra/python-autocommand 2.2.2-6 0.08 MiB extra/python-iniconfig 2.0.0-5 0.04 MiB extra/python-jaraco.collections 5.0.1-1 0.10 MiB extra/python-jaraco.context 5.3.0-1 0.04 MiB extra/python-jaraco.functools 4.0.2-1 0.07 MiB extra/python-jaraco.text 4.0.0-1 0.08 MiB extra/python-more-itertools 10.3.0-1 0.63 MiB extra/python-packaging 24.2-1 0.66 MiB extra/python-platformdirs 4.3.6-1 0.24 MiB extra/python-pluggy 1.5.0-1 0.20 MiB extra/python-wheel 0.45.0-1 0.28 MiB extra/python-pytest 1:8.3.3-1 3.90 MiB extra/python-setuptools 1:75.2.0-2 7.99 MiB Total Installed Size: 14.32 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: 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-iniconfig... installing python-pluggy... installing python-pytest... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found langdetect-1.0.9.tar.gz ==> Validating source files with sha512sums... langdetect-1.0.9.tar.gz ... Passed ==> Validating source files with b2sums... langdetect-1.0.9.tar.gz ... Passed ==> Extracting sources... -> Extracting langdetect-1.0.9.tar.gz with bsdtar ==> Starting prepare()... renamed 'langdetect-1.0.9' -> 'python-langdetect-1.0.9' ==> Starting build()... running build running build_py creating build/lib/langdetect copying langdetect/lang_detect_exception.py -> build/lib/langdetect copying langdetect/detector.py -> build/lib/langdetect copying langdetect/__init__.py -> build/lib/langdetect copying langdetect/detector_factory.py -> build/lib/langdetect copying langdetect/language.py -> build/lib/langdetect creating build/lib/langdetect/utils copying langdetect/utils/lang_profile.py -> build/lib/langdetect/utils copying langdetect/utils/messages.py -> build/lib/langdetect/utils copying langdetect/utils/unicode_block.py -> build/lib/langdetect/utils copying langdetect/utils/__init__.py -> build/lib/langdetect/utils copying langdetect/utils/ngram.py -> build/lib/langdetect/utils creating build/lib/langdetect/tests copying langdetect/tests/test_detector.py -> build/lib/langdetect/tests copying langdetect/tests/__init__.py -> build/lib/langdetect/tests copying langdetect/tests/test_language.py -> build/lib/langdetect/tests running egg_info writing langdetect.egg-info/PKG-INFO writing dependency_links to langdetect.egg-info/dependency_links.txt writing requirements to langdetect.egg-info/requires.txt writing top-level names to langdetect.egg-info/top_level.txt reading manifest file 'langdetect.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'NOTICE' writing manifest file 'langdetect.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'langdetect.profiles' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'langdetect.profiles' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'langdetect.profiles' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'langdetect.profiles' to be distributed and are already explicitly excluding 'langdetect.profiles' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/langdetect/profiles copying langdetect/profiles/af -> build/lib/langdetect/profiles copying langdetect/profiles/ar -> build/lib/langdetect/profiles copying langdetect/profiles/bg -> build/lib/langdetect/profiles copying langdetect/profiles/bn -> build/lib/langdetect/profiles copying langdetect/profiles/ca -> build/lib/langdetect/profiles copying langdetect/profiles/cs -> build/lib/langdetect/profiles copying langdetect/profiles/cy -> build/lib/langdetect/profiles copying langdetect/profiles/da -> build/lib/langdetect/profiles copying langdetect/profiles/de -> build/lib/langdetect/profiles copying langdetect/profiles/el -> build/lib/langdetect/profiles copying langdetect/profiles/en -> build/lib/langdetect/profiles copying langdetect/profiles/es -> build/lib/langdetect/profiles copying langdetect/profiles/et -> build/lib/langdetect/profiles copying langdetect/profiles/fa -> build/lib/langdetect/profiles copying langdetect/profiles/fi -> build/lib/langdetect/profiles copying langdetect/profiles/fr -> build/lib/langdetect/profiles copying langdetect/profiles/gu -> build/lib/langdetect/profiles copying langdetect/profiles/he -> build/lib/langdetect/profiles copying langdetect/profiles/hi -> build/lib/langdetect/profiles copying langdetect/profiles/hr -> build/lib/langdetect/profiles copying langdetect/profiles/hu -> build/lib/langdetect/profiles copying langdetect/profiles/id -> build/lib/langdetect/profiles copying langdetect/profiles/it -> build/lib/langdetect/profiles copying langdetect/profiles/ja -> build/lib/langdetect/profiles copying langdetect/profiles/kn -> build/lib/langdetect/profiles copying langdetect/profiles/ko -> build/lib/langdetect/profiles copying langdetect/profiles/lt -> build/lib/langdetect/profiles copying langdetect/profiles/lv -> build/lib/langdetect/profiles copying langdetect/profiles/mk -> build/lib/langdetect/profiles copying langdetect/profiles/ml -> build/lib/langdetect/profiles copying langdetect/profiles/mr -> build/lib/langdetect/profiles copying langdetect/profiles/ne -> build/lib/langdetect/profiles copying langdetect/profiles/nl -> build/lib/langdetect/profiles copying langdetect/profiles/no -> build/lib/langdetect/profiles copying langdetect/profiles/pa -> build/lib/langdetect/profiles copying langdetect/profiles/pl -> build/lib/langdetect/profiles copying langdetect/profiles/pt -> build/lib/langdetect/profiles copying langdetect/profiles/ro -> build/lib/langdetect/profiles copying langdetect/profiles/ru -> build/lib/langdetect/profiles copying langdetect/profiles/sk -> build/lib/langdetect/profiles copying langdetect/profiles/sl -> build/lib/langdetect/profiles copying langdetect/profiles/so -> build/lib/langdetect/profiles copying langdetect/profiles/sq -> build/lib/langdetect/profiles copying langdetect/profiles/sv -> build/lib/langdetect/profiles copying langdetect/profiles/sw -> build/lib/langdetect/profiles copying langdetect/profiles/ta -> build/lib/langdetect/profiles copying langdetect/profiles/te -> build/lib/langdetect/profiles copying langdetect/profiles/th -> build/lib/langdetect/profiles copying langdetect/profiles/tl -> build/lib/langdetect/profiles copying langdetect/profiles/tr -> build/lib/langdetect/profiles copying langdetect/profiles/uk -> build/lib/langdetect/profiles copying langdetect/profiles/ur -> build/lib/langdetect/profiles copying langdetect/profiles/vi -> build/lib/langdetect/profiles copying langdetect/profiles/zh-cn -> build/lib/langdetect/profiles copying langdetect/profiles/zh-tw -> build/lib/langdetect/profiles copying langdetect/utils/messages.properties -> build/lib/langdetect/utils ==> Starting check()... ============================= test session starts ============================== platform linux -- Python 3.12.7, pytest-8.3.3, pluggy-1.5.0 -- /usr/bin/python cachedir: .pytest_cache rootdir: /src/packages/libs/python/python-langdetect/src/python-langdetect-1.0.9 collecting ... collected 8 items langdetect/tests/test_detector.py::DetectorTest::test_detector1 PASSED [ 12%] langdetect/tests/test_detector.py::DetectorTest::test_detector2 PASSED [ 25%] langdetect/tests/test_detector.py::DetectorTest::test_detector3 PASSED [ 37%] langdetect/tests/test_detector.py::DetectorTest::test_detector4 PASSED [ 50%] langdetect/tests/test_detector.py::DetectorTest::test_factory_from_json_string PASSED [ 62%] langdetect/tests/test_detector.py::DetectorTest::test_lang_list PASSED [ 75%] langdetect/tests/test_language.py::LanguageTest::test_cmp PASSED [ 87%] langdetect/tests/test_language.py::LanguageTest::test_language PASSED [100%] ============================== 8 passed in 0.08s =============================== ==> Entering fakeroot environment... ==> Starting package()... running install /usr/lib/python3.12/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 /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages creating /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect copying build/lib/langdetect/lang_detect_exception.py -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect copying build/lib/langdetect/detector.py -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect creating /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/utils copying build/lib/langdetect/utils/lang_profile.py -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/utils copying build/lib/langdetect/utils/messages.py -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/utils copying build/lib/langdetect/utils/unicode_block.py -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/utils copying build/lib/langdetect/utils/__init__.py -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/utils copying build/lib/langdetect/utils/messages.properties -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/utils copying build/lib/langdetect/utils/ngram.py -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/utils creating /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ur -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/sw -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/bg -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/bn -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/mk -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ko -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/vi -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/kn -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/es -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/tr -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/pt -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/fi -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/zh-cn -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/pl -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/cs -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/lv -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/da -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/it -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/de -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/id -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/th -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/cy -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/uk -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/sv -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/gu -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ro -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/hi -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ml -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/lt -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/mr -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/sq -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/et -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/te -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/nl -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/fr -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ne -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/hr -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/hu -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/pa -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/sk -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ta -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/fa -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/en -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/he -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/tl -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ru -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/el -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/no -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/so -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/sl -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ja -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ca -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/zh-tw -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/ar -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/profiles/af -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/profiles copying build/lib/langdetect/__init__.py -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect creating /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/tests copying build/lib/langdetect/tests/test_detector.py -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/tests copying build/lib/langdetect/tests/__init__.py -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/tests copying build/lib/langdetect/tests/test_language.py -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/tests copying build/lib/langdetect/detector_factory.py -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect copying build/lib/langdetect/language.py -> /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect byte-compiling /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/lang_detect_exception.py to lang_detect_exception.cpython-312.pyc byte-compiling /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/detector.py to detector.cpython-312.pyc byte-compiling /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/utils/lang_profile.py to lang_profile.cpython-312.pyc byte-compiling /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/utils/messages.py to messages.cpython-312.pyc byte-compiling /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/utils/unicode_block.py to unicode_block.cpython-312.pyc byte-compiling /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/utils/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/utils/ngram.py to ngram.cpython-312.pyc byte-compiling /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/tests/test_detector.py to test_detector.cpython-312.pyc byte-compiling /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/tests/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/tests/test_language.py to test_language.cpython-312.pyc byte-compiling /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/detector_factory.py to detector_factory.cpython-312.pyc byte-compiling /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect/language.py to language.cpython-312.pyc writing byte-compilation script '/tmp/tmposvroj6e.py' /usr/sbin/python /tmp/tmposvroj6e.py removing /tmp/tmposvroj6e.py running install_egg_info running egg_info writing langdetect.egg-info/PKG-INFO writing dependency_links to langdetect.egg-info/dependency_links.txt writing requirements to langdetect.egg-info/requires.txt writing top-level names to langdetect.egg-info/top_level.txt reading manifest file 'langdetect.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'NOTICE' writing manifest file 'langdetect.egg-info/SOURCES.txt' Copying langdetect.egg-info to /src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/lib/python3.12/site-packages/langdetect-1.0.9-py3.12.egg-info running install_scripts install: creating directory '/src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/share' install: creating directory '/src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/share/doc' install: creating directory '/src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/share/doc/python-langdetect' 'README.md' -> '/src/packages/libs/python/python-langdetect/pkg/python-langdetect/usr/share/doc/python-langdetect/README.md' ==> 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-langdetect"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-langdetect 1.0.9-4 (Wed 20 Nov 2024 04:13:16 PM UTC) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... :: git optionally requires python: git svn & git p4 :: iproute2 optionally requires python: for routel :: libevent optionally requires python: event_rpcgen.py :: libxml2 optionally requires python: Python bindings :: rsync optionally requires python: for rrsync :: util-linux-libs optionally requires python: python bindings to libmount Package (16) Old Version Net Change mpdecimal 4.0.0-2 -0.32 MiB python 3.12.7-1 -70.07 MiB python-autocommand 2.2.2-6 -0.08 MiB python-iniconfig 2.0.0-5 -0.04 MiB python-jaraco.collections 5.0.1-1 -0.10 MiB python-jaraco.context 5.3.0-1 -0.04 MiB python-jaraco.functools 4.0.2-1 -0.07 MiB python-jaraco.text 4.0.0-1 -0.08 MiB python-more-itertools 10.3.0-1 -0.63 MiB python-packaging 24.2-1 -0.66 MiB python-platformdirs 4.3.6-1 -0.24 MiB python-pluggy 1.5.0-1 -0.20 MiB python-pytest 1:8.3.3-1 -3.90 MiB python-setuptools 1:75.2.0-2 -7.99 MiB python-six 1.16.0-9 -0.11 MiB python-wheel 0.45.0-1 -0.28 MiB Total Removed Size: 84.83 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python-six... removing python-setuptools... removing python-wheel... removing python-pytest... removing python-pluggy... removing python-platformdirs... removing python-packaging... removing python-jaraco.collections... removing python-jaraco.text... removing python-jaraco.functools... removing python-more-itertools... removing python-jaraco.context... removing python-iniconfig... removing python-autocommand... removing python... removing mpdecimal... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...