==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-langdetect 1.0.9-8 (Wed Jul 23 07:00:01 2025)
==> Retrieving sources...
-> Cloning python-langdetect git repo...
Cloning into bare repository '/home/leming/work/python-langdetect/python-langdetect'...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
python-langdetect ... Skipped
==> Validating source files with b2sums...
python-langdetect ... Skipped
==> Making package: python-langdetect 1.0.9-8 (Wed Jul 23 07:00:24 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
Packages (1) python-six-1.17.0-1
Total Download Size: 0.03 MiB
Total Installed Size: 0.12 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-six-1.17.0-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-six...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
Packages (18) perl-error-0.17030-2 perl-mailtools-2.22-2 perl-timedate-2.33-8
python-autocommand-2.2.2-7 python-jaraco.collections-5.1.0-1
python-jaraco.context-6.0.1-1 python-jaraco.functools-4.1.0-1
python-jaraco.text-4.0.0-2 python-more-itertools-10.7.0-1
python-packaging-25.0-1 python-platformdirs-4.3.6-2
python-pyproject-hooks-1.2.0-3 zlib-ng-2.2.4-1 git-2.50.1-3
python-build-1.2.2-3 python-installer-0.7.0-10
python-setuptools-1:80.9.0-1 python-wheel-0.45.1-1
Total Installed Size: 50.83 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 perl-error...
installing perl-timedate...
installing perl-mailtools...
installing zlib-ng...
installing git...
Optional dependencies for git
git-zsh-completion: upstream zsh completion
tk: gitk and git gui
openssh: ssh transport and crypto
man: show help with `git command --help`
perl-libwww: git svn
perl-term-readkey: git svn and interactive.singlekey setting
perl-io-socket-ssl: git send-email TLS support
perl-authen-sasl: git send-email TLS support
perl-mediawiki-api: git mediawiki support
perl-datetime-format-iso8601: git mediawiki support
perl-lwp-protocol-https: git mediawiki https support
perl-cgi: gitweb (web interface) support
python: git svn & git p4 [installed]
subversion: git svn
org.freedesktop.secrets: keyring credential helper
libsecret: libsecret credential helper [installed]
less: the default pager for git [installed]
installing python-packaging...
installing python-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
python-pip: to use as the Python package installer (default)
python-uv: to use as the Python package installer
python-virtualenv: to use virtualenv for build isolation
installing python-installer...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
python-keyring: for wheel.signatures
python-xdg: for wheel.signatures
python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
Creating group 'git' with GID 971.
Creating user 'git' (git daemon user) with UID 971 and GID 971.
(2/4) Reloading system manager configuration...
Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Checking for old perl modules...
[?25h==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Creating working copy of python-langdetect git repo...
Cloning into 'python-langdetect'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Apache Software License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running egg_info
creating langdetect.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
writing manifest file 'langdetect.egg-info/SOURCES.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'
* Building wheel...
/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Apache Software License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/langdetect
copying langdetect/language.py -> build/lib/langdetect
copying langdetect/detector_factory.py -> 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
creating build/lib/langdetect/utils
copying langdetect/utils/lang_profile.py -> build/lib/langdetect/utils
copying langdetect/utils/__init__.py -> build/lib/langdetect/utils
copying langdetect/utils/ngram.py -> build/lib/langdetect/utils
copying langdetect/utils/unicode_block.py -> build/lib/langdetect/utils
copying langdetect/utils/messages.py -> build/lib/langdetect/utils
creating build/lib/langdetect/tests
copying langdetect/tests/test_language.py -> build/lib/langdetect/tests
copying langdetect/tests/__init__.py -> build/lib/langdetect/tests
copying langdetect/tests/test_detector.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.13/site-packages/setuptools/command/build_py.py:212: _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
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/langdetect
copying build/lib/langdetect/language.py -> build/bdist.linux-armv7l/wheel/./langdetect
copying build/lib/langdetect/detector_factory.py -> build/bdist.linux-armv7l/wheel/./langdetect
copying build/lib/langdetect/lang_detect_exception.py -> build/bdist.linux-armv7l/wheel/./langdetect
copying build/lib/langdetect/detector.py -> build/bdist.linux-armv7l/wheel/./langdetect
copying build/lib/langdetect/__init__.py -> build/bdist.linux-armv7l/wheel/./langdetect
creating build/bdist.linux-armv7l/wheel/langdetect/tests
copying build/lib/langdetect/tests/test_language.py -> build/bdist.linux-armv7l/wheel/./langdetect/tests
copying build/lib/langdetect/tests/__init__.py -> build/bdist.linux-armv7l/wheel/./langdetect/tests
copying build/lib/langdetect/tests/test_detector.py -> build/bdist.linux-armv7l/wheel/./langdetect/tests
creating build/bdist.linux-armv7l/wheel/langdetect/profiles
copying build/lib/langdetect/profiles/tl -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/id -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/hr -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/pt -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/bg -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/te -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/hi -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/ko -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/fa -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/pa -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/af -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/lv -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/it -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/sl -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/nl -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/sq -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/ne -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/cs -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/bn -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/mr -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/gu -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/zh-cn -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/sk -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/vi -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/ar -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/de -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/ur -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/ta -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/cy -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/so -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/ro -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/sw -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/no -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/th -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/kn -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/ru -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/zh-tw -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/el -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/da -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/ja -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/hu -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/mk -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/lt -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/et -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/pl -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/ca -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/ml -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/fr -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/en -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/sv -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/tr -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/es -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/he -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/fi -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
copying build/lib/langdetect/profiles/uk -> build/bdist.linux-armv7l/wheel/./langdetect/profiles
creating build/bdist.linux-armv7l/wheel/langdetect/utils
copying build/lib/langdetect/utils/lang_profile.py -> build/bdist.linux-armv7l/wheel/./langdetect/utils
copying build/lib/langdetect/utils/messages.properties -> build/bdist.linux-armv7l/wheel/./langdetect/utils
copying build/lib/langdetect/utils/__init__.py -> build/bdist.linux-armv7l/wheel/./langdetect/utils
copying build/lib/langdetect/utils/ngram.py -> build/bdist.linux-armv7l/wheel/./langdetect/utils
copying build/lib/langdetect/utils/unicode_block.py -> build/bdist.linux-armv7l/wheel/./langdetect/utils
copying build/lib/langdetect/utils/messages.py -> build/bdist.linux-armv7l/wheel/./langdetect/utils
running install_egg_info
Copying langdetect.egg-info to build/bdist.linux-armv7l/wheel/./langdetect-1.0.9-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/langdetect-1.0.9.dist-info/WHEEL
creating '/build/python-langdetect/src/python-langdetect/dist/.tmp-u3jltz3r/langdetect-1.0.9-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'langdetect/__init__.py'
adding 'langdetect/detector.py'
adding 'langdetect/detector_factory.py'
adding 'langdetect/lang_detect_exception.py'
adding 'langdetect/language.py'
adding 'langdetect/profiles/af'
adding 'langdetect/profiles/ar'
adding 'langdetect/profiles/bg'
adding 'langdetect/profiles/bn'
adding 'langdetect/profiles/ca'
adding 'langdetect/profiles/cs'
adding 'langdetect/profiles/cy'
adding 'langdetect/profiles/da'
adding 'langdetect/profiles/de'
adding 'langdetect/profiles/el'
adding 'langdetect/profiles/en'
adding 'langdetect/profiles/es'
adding 'langdetect/profiles/et'
adding 'langdetect/profiles/fa'
adding 'langdetect/profiles/fi'
adding 'langdetect/profiles/fr'
adding 'langdetect/profiles/gu'
adding 'langdetect/profiles/he'
adding 'langdetect/profiles/hi'
adding 'langdetect/profiles/hr'
adding 'langdetect/profiles/hu'
adding 'langdetect/profiles/id'
adding 'langdetect/profiles/it'
adding 'langdetect/profiles/ja'
adding 'langdetect/profiles/kn'
adding 'langdetect/profiles/ko'
adding 'langdetect/profiles/lt'
adding 'langdetect/profiles/lv'
adding 'langdetect/profiles/mk'
adding 'langdetect/profiles/ml'
adding 'langdetect/profiles/mr'
adding 'langdetect/profiles/ne'
adding 'langdetect/profiles/nl'
adding 'langdetect/profiles/no'
adding 'langdetect/profiles/pa'
adding 'langdetect/profiles/pl'
adding 'langdetect/profiles/pt'
adding 'langdetect/profiles/ro'
adding 'langdetect/profiles/ru'
adding 'langdetect/profiles/sk'
adding 'langdetect/profiles/sl'
adding 'langdetect/profiles/so'
adding 'langdetect/profiles/sq'
adding 'langdetect/profiles/sv'
adding 'langdetect/profiles/sw'
adding 'langdetect/profiles/ta'
adding 'langdetect/profiles/te'
adding 'langdetect/profiles/th'
adding 'langdetect/profiles/tl'
adding 'langdetect/profiles/tr'
adding 'langdetect/profiles/uk'
adding 'langdetect/profiles/ur'
adding 'langdetect/profiles/vi'
adding 'langdetect/profiles/zh-cn'
adding 'langdetect/profiles/zh-tw'
adding 'langdetect/tests/__init__.py'
adding 'langdetect/tests/test_detector.py'
adding 'langdetect/tests/test_language.py'
adding 'langdetect/utils/__init__.py'
adding 'langdetect/utils/lang_profile.py'
adding 'langdetect/utils/messages.properties'
adding 'langdetect/utils/messages.py'
adding 'langdetect/utils/ngram.py'
adding 'langdetect/utils/unicode_block.py'
adding 'langdetect-1.0.9.dist-info/licenses/LICENSE'
adding 'langdetect-1.0.9.dist-info/licenses/NOTICE'
adding 'langdetect-1.0.9.dist-info/METADATA'
adding 'langdetect-1.0.9.dist-info/WHEEL'
adding 'langdetect-1.0.9.dist-info/top_level.txt'
adding 'langdetect-1.0.9.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built langdetect-1.0.9-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
==> 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-8 (Wed Jul 23 07:00:45 2025)
==> Cleaning up...