>>> py3-pycountry: Building community/py3-pycountry 22.3.5-r2 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 13:04:43 +0000 >>> py3-pycountry: Checking sanity of /home/buildozer/aports/community/py3-pycountry/APKBUILD... >>> py3-pycountry: Analyzing dependencies... >>> py3-pycountry: Installing for build: build-base python3 py3-setuptools py3-pytest (1/27) Installing libbz2 (1.0.8-r6) (2/27) Installing libffi (3.4.6-r0) (3/27) Installing gdbm (1.23-r1) (4/27) Installing xz-libs (5.6.1-r3) (5/27) Installing mpdecimal (4.0.0-r0) (6/27) Installing libpanelw (6.4_p20240330-r0) (7/27) Installing readline (8.2.10-r0) (8/27) Installing sqlite-libs (3.45.2-r0) (9/27) Installing python3 (3.12.3-r0) (10/27) Installing python3-pycache-pyc0 (3.12.3-r0) (11/27) Installing pyc (3.12.3-r0) (12/27) Installing python3-pyc (3.12.3-r0) (13/27) Installing py3-parsing (3.1.2-r1) (14/27) Installing py3-parsing-pyc (3.1.2-r1) (15/27) Installing py3-packaging (24.0-r1) (16/27) Installing py3-packaging-pyc (24.0-r1) (17/27) Installing py3-setuptools (69.2.0-r2) (18/27) Installing py3-setuptools-pyc (69.2.0-r2) (19/27) Installing py3-iniconfig (2.0.0-r1) (20/27) Installing py3-iniconfig-pyc (2.0.0-r1) (21/27) Installing py3-pluggy (1.4.0-r1) (22/27) Installing py3-pluggy-pyc (1.4.0-r1) (23/27) Installing py3-py (1.11.0-r3) (24/27) Installing py3-py-pyc (1.11.0-r3) (25/27) Installing py3-pytest (8.1.1-r1) (26/27) Installing py3-pytest-pyc (8.1.1-r1) (27/27) Installing .makedepends-py3-pycountry (20240413.130444) Executing busybox-1.36.1-r25.trigger OK: 435 MiB in 132 packages >>> py3-pycountry: Cleaning up srcdir >>> py3-pycountry: Cleaning up pkgdir >>> py3-pycountry: Cleaning up tmpdir >>> py3-pycountry: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pycountry-22.3.5.tar.gz >>> py3-pycountry: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pycountry-22.3.5.tar.gz >>> py3-pycountry: Checking sha512sums... pycountry-22.3.5.tar.gz: OK >>> py3-pycountry: Unpacking /var/cache/distfiles/pycountry-22.3.5.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pycountry copying src/pycountry/__init__.py -> build/lib/pycountry copying src/pycountry/db.py -> build/lib/pycountry running egg_info writing src/pycountry.egg-info/PKG-INFO writing dependency_links to src/pycountry.egg-info/dependency_links.txt writing requirements to src/pycountry.egg-info/requires.txt writing top-level names to src/pycountry.egg-info/top_level.txt reading manifest file 'src/pycountry.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'src/pycountry.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.databases' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.databases' 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 'pycountry.databases' 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 'pycountry.databases' to be distributed and are already explicitly excluding 'pycountry.databases' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ab.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ab.LC_MESSAGES' 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 'pycountry.locales.ab.LC_MESSAGES' 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 'pycountry.locales.ab.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ab.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ace.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ace.LC_MESSAGES' 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 'pycountry.locales.ace.LC_MESSAGES' 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 'pycountry.locales.ace.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ace.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ach.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ach.LC_MESSAGES' 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 'pycountry.locales.ach.LC_MESSAGES' 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 'pycountry.locales.ach.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ach.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.af.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.af.LC_MESSAGES' 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 'pycountry.locales.af.LC_MESSAGES' 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 'pycountry.locales.af.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.af.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ak.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ak.LC_MESSAGES' 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 'pycountry.locales.ak.LC_MESSAGES' 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 'pycountry.locales.ak.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ak.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.am.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.am.LC_MESSAGES' 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 'pycountry.locales.am.LC_MESSAGES' 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 'pycountry.locales.am.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.am.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.an.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.an.LC_MESSAGES' 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 'pycountry.locales.an.LC_MESSAGES' 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 'pycountry.locales.an.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.an.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ar.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ar.LC_MESSAGES' 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 'pycountry.locales.ar.LC_MESSAGES' 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 'pycountry.locales.ar.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ar.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.as.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.as.LC_MESSAGES' 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 'pycountry.locales.as.LC_MESSAGES' 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 'pycountry.locales.as.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.as.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ast.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ast.LC_MESSAGES' 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 'pycountry.locales.ast.LC_MESSAGES' 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 'pycountry.locales.ast.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ast.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ay.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ay.LC_MESSAGES' 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 'pycountry.locales.ay.LC_MESSAGES' 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 'pycountry.locales.ay.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ay.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.az.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.az.LC_MESSAGES' 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 'pycountry.locales.az.LC_MESSAGES' 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 'pycountry.locales.az.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.az.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ba.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ba.LC_MESSAGES' 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 'pycountry.locales.ba.LC_MESSAGES' 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 'pycountry.locales.ba.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ba.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.bar.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.bar.LC_MESSAGES' 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 'pycountry.locales.bar.LC_MESSAGES' 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 'pycountry.locales.bar.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.bar.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.be.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.be.LC_MESSAGES' 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 'pycountry.locales.be.LC_MESSAGES' 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 'pycountry.locales.be.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.be.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.bg.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.bg.LC_MESSAGES' 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 'pycountry.locales.bg.LC_MESSAGES' 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 'pycountry.locales.bg.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.bg.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.bi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.bi.LC_MESSAGES' 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 'pycountry.locales.bi.LC_MESSAGES' 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 'pycountry.locales.bi.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.bi.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.bn.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.bn.LC_MESSAGES' 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 'pycountry.locales.bn.LC_MESSAGES' 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 'pycountry.locales.bn.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.bn.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.bn_BD.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.bn_BD.LC_MESSAGES' 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 'pycountry.locales.bn_BD.LC_MESSAGES' 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 'pycountry.locales.bn_BD.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.bn_BD.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.bn_IN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.bn_IN.LC_MESSAGES' 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 'pycountry.locales.bn_IN.LC_MESSAGES' 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 'pycountry.locales.bn_IN.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.bn_IN.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.br.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.br.LC_MESSAGES' 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 'pycountry.locales.br.LC_MESSAGES' 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 'pycountry.locales.br.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.br.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.bs.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.bs.LC_MESSAGES' 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 'pycountry.locales.bs.LC_MESSAGES' 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 'pycountry.locales.bs.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.bs.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.byn.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.byn.LC_MESSAGES' 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 'pycountry.locales.byn.LC_MESSAGES' 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 'pycountry.locales.byn.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.byn.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ca.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ca.LC_MESSAGES' 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 'pycountry.locales.ca.LC_MESSAGES' 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 'pycountry.locales.ca.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ca.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ce.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ce.LC_MESSAGES' 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 'pycountry.locales.ce.LC_MESSAGES' 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 'pycountry.locales.ce.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ce.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ch.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ch.LC_MESSAGES' 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 'pycountry.locales.ch.LC_MESSAGES' 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 'pycountry.locales.ch.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ch.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.chr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.chr.LC_MESSAGES' 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 'pycountry.locales.chr.LC_MESSAGES' 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 'pycountry.locales.chr.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.chr.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ckb.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ckb.LC_MESSAGES' 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 'pycountry.locales.ckb.LC_MESSAGES' 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 'pycountry.locales.ckb.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ckb.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.crh.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.crh.LC_MESSAGES' 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 'pycountry.locales.crh.LC_MESSAGES' 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 'pycountry.locales.crh.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.crh.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.cs.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.cs.LC_MESSAGES' 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 'pycountry.locales.cs.LC_MESSAGES' 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 'pycountry.locales.cs.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.cs.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.csb.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.csb.LC_MESSAGES' 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 'pycountry.locales.csb.LC_MESSAGES' 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 'pycountry.locales.csb.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.csb.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.cv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.cv.LC_MESSAGES' 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 'pycountry.locales.cv.LC_MESSAGES' 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 'pycountry.locales.cv.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.cv.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.cy.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.cy.LC_MESSAGES' 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 'pycountry.locales.cy.LC_MESSAGES' 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 'pycountry.locales.cy.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.cy.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.da.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.da.LC_MESSAGES' 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 'pycountry.locales.da.LC_MESSAGES' 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 'pycountry.locales.da.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.da.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.de.LC_MESSAGES' 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 'pycountry.locales.de.LC_MESSAGES' 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 'pycountry.locales.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.de.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.dv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.dv.LC_MESSAGES' 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 'pycountry.locales.dv.LC_MESSAGES' 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 'pycountry.locales.dv.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.dv.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.dz.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.dz.LC_MESSAGES' 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 'pycountry.locales.dz.LC_MESSAGES' 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 'pycountry.locales.dz.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.dz.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ee.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ee.LC_MESSAGES' 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 'pycountry.locales.ee.LC_MESSAGES' 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 'pycountry.locales.ee.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ee.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.el.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.el.LC_MESSAGES' 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 'pycountry.locales.el.LC_MESSAGES' 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 'pycountry.locales.el.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.el.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.en.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.en.LC_MESSAGES' 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 'pycountry.locales.en.LC_MESSAGES' 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 'pycountry.locales.en.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.en.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.eo.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.eo.LC_MESSAGES' 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 'pycountry.locales.eo.LC_MESSAGES' 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 'pycountry.locales.eo.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.eo.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.es.LC_MESSAGES' 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 'pycountry.locales.es.LC_MESSAGES' 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 'pycountry.locales.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.es.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.et.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.et.LC_MESSAGES' 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 'pycountry.locales.et.LC_MESSAGES' 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 'pycountry.locales.et.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.et.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.eu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.eu.LC_MESSAGES' 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 'pycountry.locales.eu.LC_MESSAGES' 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 'pycountry.locales.eu.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.eu.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.fa.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.fa.LC_MESSAGES' 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 'pycountry.locales.fa.LC_MESSAGES' 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 'pycountry.locales.fa.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.fa.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ff.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ff.LC_MESSAGES' 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 'pycountry.locales.ff.LC_MESSAGES' 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 'pycountry.locales.ff.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ff.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.fi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.fi.LC_MESSAGES' 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 'pycountry.locales.fi.LC_MESSAGES' 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 'pycountry.locales.fi.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.fi.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.fil.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.fil.LC_MESSAGES' 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 'pycountry.locales.fil.LC_MESSAGES' 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 'pycountry.locales.fil.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.fil.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.fo.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.fo.LC_MESSAGES' 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 'pycountry.locales.fo.LC_MESSAGES' 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 'pycountry.locales.fo.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.fo.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.fr.LC_MESSAGES' 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 'pycountry.locales.fr.LC_MESSAGES' 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 'pycountry.locales.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.fr.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.frp.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.frp.LC_MESSAGES' 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 'pycountry.locales.frp.LC_MESSAGES' 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 'pycountry.locales.frp.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.frp.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.fur.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.fur.LC_MESSAGES' 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 'pycountry.locales.fur.LC_MESSAGES' 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 'pycountry.locales.fur.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.fur.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.fy.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.fy.LC_MESSAGES' 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 'pycountry.locales.fy.LC_MESSAGES' 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 'pycountry.locales.fy.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.fy.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ga.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ga.LC_MESSAGES' 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 'pycountry.locales.ga.LC_MESSAGES' 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 'pycountry.locales.ga.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ga.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.gez.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.gez.LC_MESSAGES' 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 'pycountry.locales.gez.LC_MESSAGES' 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 'pycountry.locales.gez.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.gez.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.gl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.gl.LC_MESSAGES' 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 'pycountry.locales.gl.LC_MESSAGES' 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 'pycountry.locales.gl.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.gl.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.gn.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.gn.LC_MESSAGES' 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 'pycountry.locales.gn.LC_MESSAGES' 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 'pycountry.locales.gn.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.gn.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.gu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.gu.LC_MESSAGES' 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 'pycountry.locales.gu.LC_MESSAGES' 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 'pycountry.locales.gu.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.gu.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.gv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.gv.LC_MESSAGES' 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 'pycountry.locales.gv.LC_MESSAGES' 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 'pycountry.locales.gv.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.gv.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ha.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ha.LC_MESSAGES' 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 'pycountry.locales.ha.LC_MESSAGES' 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 'pycountry.locales.ha.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ha.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.haw.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.haw.LC_MESSAGES' 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 'pycountry.locales.haw.LC_MESSAGES' 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 'pycountry.locales.haw.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.haw.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.he.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.he.LC_MESSAGES' 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 'pycountry.locales.he.LC_MESSAGES' 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 'pycountry.locales.he.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.he.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.hi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.hi.LC_MESSAGES' 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 'pycountry.locales.hi.LC_MESSAGES' 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 'pycountry.locales.hi.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.hi.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.hr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.hr.LC_MESSAGES' 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 'pycountry.locales.hr.LC_MESSAGES' 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 'pycountry.locales.hr.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.hr.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ht.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ht.LC_MESSAGES' 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 'pycountry.locales.ht.LC_MESSAGES' 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 'pycountry.locales.ht.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ht.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.hu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.hu.LC_MESSAGES' 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 'pycountry.locales.hu.LC_MESSAGES' 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 'pycountry.locales.hu.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.hu.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.hy.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.hy.LC_MESSAGES' 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 'pycountry.locales.hy.LC_MESSAGES' 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 'pycountry.locales.hy.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.hy.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ia.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ia.LC_MESSAGES' 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 'pycountry.locales.ia.LC_MESSAGES' 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 'pycountry.locales.ia.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ia.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.id.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.id.LC_MESSAGES' 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 'pycountry.locales.id.LC_MESSAGES' 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 'pycountry.locales.id.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.id.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.io.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.io.LC_MESSAGES' 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 'pycountry.locales.io.LC_MESSAGES' 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 'pycountry.locales.io.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.io.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.is.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.is.LC_MESSAGES' 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 'pycountry.locales.is.LC_MESSAGES' 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 'pycountry.locales.is.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.is.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.it.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.it.LC_MESSAGES' 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 'pycountry.locales.it.LC_MESSAGES' 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 'pycountry.locales.it.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.it.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.iu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.iu.LC_MESSAGES' 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 'pycountry.locales.iu.LC_MESSAGES' 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 'pycountry.locales.iu.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.iu.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ja.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ja.LC_MESSAGES' 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 'pycountry.locales.ja.LC_MESSAGES' 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 'pycountry.locales.ja.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ja.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.jam.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.jam.LC_MESSAGES' 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 'pycountry.locales.jam.LC_MESSAGES' 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 'pycountry.locales.jam.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.jam.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ka.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ka.LC_MESSAGES' 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 'pycountry.locales.ka.LC_MESSAGES' 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 'pycountry.locales.ka.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ka.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.kab.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.kab.LC_MESSAGES' 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 'pycountry.locales.kab.LC_MESSAGES' 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 'pycountry.locales.kab.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.kab.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ki.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ki.LC_MESSAGES' 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 'pycountry.locales.ki.LC_MESSAGES' 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 'pycountry.locales.ki.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ki.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.kk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.kk.LC_MESSAGES' 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 'pycountry.locales.kk.LC_MESSAGES' 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 'pycountry.locales.kk.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.kk.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.kl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.kl.LC_MESSAGES' 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 'pycountry.locales.kl.LC_MESSAGES' 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 'pycountry.locales.kl.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.kl.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.km.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.km.LC_MESSAGES' 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 'pycountry.locales.km.LC_MESSAGES' 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 'pycountry.locales.km.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.km.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.kmr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.kmr.LC_MESSAGES' 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 'pycountry.locales.kmr.LC_MESSAGES' 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 'pycountry.locales.kmr.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.kmr.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.kn.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.kn.LC_MESSAGES' 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 'pycountry.locales.kn.LC_MESSAGES' 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 'pycountry.locales.kn.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.kn.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ko.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ko.LC_MESSAGES' 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 'pycountry.locales.ko.LC_MESSAGES' 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 'pycountry.locales.ko.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ko.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.kok.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.kok.LC_MESSAGES' 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 'pycountry.locales.kok.LC_MESSAGES' 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 'pycountry.locales.kok.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.kok.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ku.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ku.LC_MESSAGES' 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 'pycountry.locales.ku.LC_MESSAGES' 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 'pycountry.locales.ku.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ku.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.kv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.kv.LC_MESSAGES' 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 'pycountry.locales.kv.LC_MESSAGES' 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 'pycountry.locales.kv.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.kv.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.kw.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.kw.LC_MESSAGES' 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 'pycountry.locales.kw.LC_MESSAGES' 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 'pycountry.locales.kw.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.kw.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ky.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ky.LC_MESSAGES' 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 'pycountry.locales.ky.LC_MESSAGES' 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 'pycountry.locales.ky.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ky.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.lo.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.lo.LC_MESSAGES' 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 'pycountry.locales.lo.LC_MESSAGES' 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 'pycountry.locales.lo.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.lo.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.lt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.lt.LC_MESSAGES' 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 'pycountry.locales.lt.LC_MESSAGES' 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 'pycountry.locales.lt.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.lt.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.lv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.lv.LC_MESSAGES' 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 'pycountry.locales.lv.LC_MESSAGES' 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 'pycountry.locales.lv.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.lv.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.mai.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.mai.LC_MESSAGES' 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 'pycountry.locales.mai.LC_MESSAGES' 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 'pycountry.locales.mai.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.mai.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.mhr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.mhr.LC_MESSAGES' 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 'pycountry.locales.mhr.LC_MESSAGES' 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 'pycountry.locales.mhr.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.mhr.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.mi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.mi.LC_MESSAGES' 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 'pycountry.locales.mi.LC_MESSAGES' 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 'pycountry.locales.mi.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.mi.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.mk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.mk.LC_MESSAGES' 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 'pycountry.locales.mk.LC_MESSAGES' 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 'pycountry.locales.mk.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.mk.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ml.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ml.LC_MESSAGES' 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 'pycountry.locales.ml.LC_MESSAGES' 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 'pycountry.locales.ml.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ml.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.mn.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.mn.LC_MESSAGES' 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 'pycountry.locales.mn.LC_MESSAGES' 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 'pycountry.locales.mn.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.mn.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.mo.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.mo.LC_MESSAGES' 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 'pycountry.locales.mo.LC_MESSAGES' 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 'pycountry.locales.mo.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.mo.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.mr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.mr.LC_MESSAGES' 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 'pycountry.locales.mr.LC_MESSAGES' 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 'pycountry.locales.mr.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.mr.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ms.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ms.LC_MESSAGES' 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 'pycountry.locales.ms.LC_MESSAGES' 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 'pycountry.locales.ms.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ms.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.mt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.mt.LC_MESSAGES' 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 'pycountry.locales.mt.LC_MESSAGES' 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 'pycountry.locales.mt.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.mt.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.my.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.my.LC_MESSAGES' 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 'pycountry.locales.my.LC_MESSAGES' 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 'pycountry.locales.my.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.my.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.na.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.na.LC_MESSAGES' 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 'pycountry.locales.na.LC_MESSAGES' 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 'pycountry.locales.na.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.na.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.nah.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.nah.LC_MESSAGES' 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 'pycountry.locales.nah.LC_MESSAGES' 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 'pycountry.locales.nah.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.nah.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.nb.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.nb.LC_MESSAGES' 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 'pycountry.locales.nb.LC_MESSAGES' 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 'pycountry.locales.nb.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.nb.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.nb_NO.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.nb_NO.LC_MESSAGES' 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 'pycountry.locales.nb_NO.LC_MESSAGES' 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 'pycountry.locales.nb_NO.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.nb_NO.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ne.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ne.LC_MESSAGES' 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 'pycountry.locales.ne.LC_MESSAGES' 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 'pycountry.locales.ne.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ne.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.nl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.nl.LC_MESSAGES' 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 'pycountry.locales.nl.LC_MESSAGES' 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 'pycountry.locales.nl.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.nl.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.nn.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.nn.LC_MESSAGES' 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 'pycountry.locales.nn.LC_MESSAGES' 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 'pycountry.locales.nn.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.nn.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.nso.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.nso.LC_MESSAGES' 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 'pycountry.locales.nso.LC_MESSAGES' 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 'pycountry.locales.nso.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.nso.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.nv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.nv.LC_MESSAGES' 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 'pycountry.locales.nv.LC_MESSAGES' 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 'pycountry.locales.nv.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.nv.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.oc.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.oc.LC_MESSAGES' 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 'pycountry.locales.oc.LC_MESSAGES' 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 'pycountry.locales.oc.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.oc.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.or.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.or.LC_MESSAGES' 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 'pycountry.locales.or.LC_MESSAGES' 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 'pycountry.locales.or.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.or.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.pa.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.pa.LC_MESSAGES' 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 'pycountry.locales.pa.LC_MESSAGES' 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 'pycountry.locales.pa.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.pa.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.pap.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.pap.LC_MESSAGES' 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 'pycountry.locales.pap.LC_MESSAGES' 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 'pycountry.locales.pap.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.pap.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.pi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.pi.LC_MESSAGES' 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 'pycountry.locales.pi.LC_MESSAGES' 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 'pycountry.locales.pi.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.pi.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.pl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.pl.LC_MESSAGES' 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 'pycountry.locales.pl.LC_MESSAGES' 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 'pycountry.locales.pl.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.pl.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ps.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ps.LC_MESSAGES' 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 'pycountry.locales.ps.LC_MESSAGES' 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 'pycountry.locales.ps.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ps.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.pt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.pt.LC_MESSAGES' 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 'pycountry.locales.pt.LC_MESSAGES' 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 'pycountry.locales.pt.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.pt.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.pt_BR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.pt_BR.LC_MESSAGES' 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 'pycountry.locales.pt_BR.LC_MESSAGES' 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 'pycountry.locales.pt_BR.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.pt_BR.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ro.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ro.LC_MESSAGES' 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 'pycountry.locales.ro.LC_MESSAGES' 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 'pycountry.locales.ro.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ro.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ru.LC_MESSAGES' 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 'pycountry.locales.ru.LC_MESSAGES' 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 'pycountry.locales.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ru.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.rw.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.rw.LC_MESSAGES' 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 'pycountry.locales.rw.LC_MESSAGES' 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 'pycountry.locales.rw.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.rw.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.sc.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.sc.LC_MESSAGES' 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 'pycountry.locales.sc.LC_MESSAGES' 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 'pycountry.locales.sc.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.sc.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.sd.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.sd.LC_MESSAGES' 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 'pycountry.locales.sd.LC_MESSAGES' 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 'pycountry.locales.sd.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.sd.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.si.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.si.LC_MESSAGES' 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 'pycountry.locales.si.LC_MESSAGES' 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 'pycountry.locales.si.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.si.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.sk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.sk.LC_MESSAGES' 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 'pycountry.locales.sk.LC_MESSAGES' 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 'pycountry.locales.sk.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.sk.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.sl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.sl.LC_MESSAGES' 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 'pycountry.locales.sl.LC_MESSAGES' 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 'pycountry.locales.sl.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.sl.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.so.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.so.LC_MESSAGES' 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 'pycountry.locales.so.LC_MESSAGES' 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 'pycountry.locales.so.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.so.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.son.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.son.LC_MESSAGES' 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 'pycountry.locales.son.LC_MESSAGES' 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 'pycountry.locales.son.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.son.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.sq.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.sq.LC_MESSAGES' 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 'pycountry.locales.sq.LC_MESSAGES' 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 'pycountry.locales.sq.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.sq.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.sr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.sr.LC_MESSAGES' 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 'pycountry.locales.sr.LC_MESSAGES' 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 'pycountry.locales.sr.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.sr.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales' 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 'pycountry.locales' 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 'pycountry.locales' to be distributed and are already explicitly excluding 'pycountry.locales' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.sv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.sv.LC_MESSAGES' 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 'pycountry.locales.sv.LC_MESSAGES' 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 'pycountry.locales.sv.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.sv.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.sw.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.sw.LC_MESSAGES' 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 'pycountry.locales.sw.LC_MESSAGES' 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 'pycountry.locales.sw.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.sw.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ta.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ta.LC_MESSAGES' 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 'pycountry.locales.ta.LC_MESSAGES' 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 'pycountry.locales.ta.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ta.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.te.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.te.LC_MESSAGES' 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 'pycountry.locales.te.LC_MESSAGES' 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 'pycountry.locales.te.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.te.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.tg.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.tg.LC_MESSAGES' 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 'pycountry.locales.tg.LC_MESSAGES' 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 'pycountry.locales.tg.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.tg.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.th.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.th.LC_MESSAGES' 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 'pycountry.locales.th.LC_MESSAGES' 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 'pycountry.locales.th.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.th.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ti.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ti.LC_MESSAGES' 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 'pycountry.locales.ti.LC_MESSAGES' 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 'pycountry.locales.ti.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ti.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.tig.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.tig.LC_MESSAGES' 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 'pycountry.locales.tig.LC_MESSAGES' 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 'pycountry.locales.tig.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.tig.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.tk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.tk.LC_MESSAGES' 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 'pycountry.locales.tk.LC_MESSAGES' 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 'pycountry.locales.tk.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.tk.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.tl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.tl.LC_MESSAGES' 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 'pycountry.locales.tl.LC_MESSAGES' 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 'pycountry.locales.tl.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.tl.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.tr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.tr.LC_MESSAGES' 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 'pycountry.locales.tr.LC_MESSAGES' 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 'pycountry.locales.tr.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.tr.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.tt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.tt.LC_MESSAGES' 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 'pycountry.locales.tt.LC_MESSAGES' 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 'pycountry.locales.tt.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.tt.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.tzm.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.tzm.LC_MESSAGES' 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 'pycountry.locales.tzm.LC_MESSAGES' 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 'pycountry.locales.tzm.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.tzm.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ug.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ug.LC_MESSAGES' 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 'pycountry.locales.ug.LC_MESSAGES' 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 'pycountry.locales.ug.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ug.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.uk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.uk.LC_MESSAGES' 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 'pycountry.locales.uk.LC_MESSAGES' 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 'pycountry.locales.uk.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.uk.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ur.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ur.LC_MESSAGES' 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 'pycountry.locales.ur.LC_MESSAGES' 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 'pycountry.locales.ur.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ur.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.uz.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.uz.LC_MESSAGES' 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 'pycountry.locales.uz.LC_MESSAGES' 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 'pycountry.locales.uz.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.uz.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.ve.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.ve.LC_MESSAGES' 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 'pycountry.locales.ve.LC_MESSAGES' 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 'pycountry.locales.ve.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.ve.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.vi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.vi.LC_MESSAGES' 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 'pycountry.locales.vi.LC_MESSAGES' 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 'pycountry.locales.vi.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.vi.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.wa.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.wa.LC_MESSAGES' 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 'pycountry.locales.wa.LC_MESSAGES' 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 'pycountry.locales.wa.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.wa.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.wal.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.wal.LC_MESSAGES' 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 'pycountry.locales.wal.LC_MESSAGES' 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 'pycountry.locales.wal.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.wal.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.wo.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.wo.LC_MESSAGES' 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 'pycountry.locales.wo.LC_MESSAGES' 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 'pycountry.locales.wo.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.wo.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.xh.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.xh.LC_MESSAGES' 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 'pycountry.locales.xh.LC_MESSAGES' 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 'pycountry.locales.xh.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.xh.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.yo.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.yo.LC_MESSAGES' 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 'pycountry.locales.yo.LC_MESSAGES' 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 'pycountry.locales.yo.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.yo.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.zh_CN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.zh_CN.LC_MESSAGES' 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 'pycountry.locales.zh_CN.LC_MESSAGES' 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 'pycountry.locales.zh_CN.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.zh_CN.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.zh_HK.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.zh_HK.LC_MESSAGES' 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 'pycountry.locales.zh_HK.LC_MESSAGES' 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 'pycountry.locales.zh_HK.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.zh_HK.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.zh_Hans.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.zh_Hans.LC_MESSAGES' 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 'pycountry.locales.zh_Hans.LC_MESSAGES' 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 'pycountry.locales.zh_Hans.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.zh_Hans.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.zh_Hant.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.zh_Hant.LC_MESSAGES' 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 'pycountry.locales.zh_Hant.LC_MESSAGES' 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 'pycountry.locales.zh_Hant.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.zh_Hant.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.zh_TW.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.zh_TW.LC_MESSAGES' 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 'pycountry.locales.zh_TW.LC_MESSAGES' 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 'pycountry.locales.zh_TW.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.zh_TW.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.locales.zu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.locales.zu.LC_MESSAGES' 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 'pycountry.locales.zu.LC_MESSAGES' 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 'pycountry.locales.zu.LC_MESSAGES' to be distributed and are already explicitly excluding 'pycountry.locales.zu.LC_MESSAGES' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycountry.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycountry.tests' 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 'pycountry.tests' 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 'pycountry.tests' to be distributed and are already explicitly excluding 'pycountry.tests' 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/pycountry/databases copying src/pycountry/databases/iso15924.json -> build/lib/pycountry/databases copying src/pycountry/databases/iso3166-1.json -> build/lib/pycountry/databases copying src/pycountry/databases/iso3166-2.json -> build/lib/pycountry/databases copying src/pycountry/databases/iso3166-3.json -> build/lib/pycountry/databases copying src/pycountry/databases/iso4217.json -> build/lib/pycountry/databases copying src/pycountry/databases/iso639-3.json -> build/lib/pycountry/databases copying src/pycountry/databases/iso639-5.json -> build/lib/pycountry/databases creating build/lib/pycountry/locales creating build/lib/pycountry/locales/ab creating build/lib/pycountry/locales/ab/LC_MESSAGES copying src/pycountry/locales/ab/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ab/LC_MESSAGES creating build/lib/pycountry/locales/ace creating build/lib/pycountry/locales/ace/LC_MESSAGES copying src/pycountry/locales/ace/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ace/LC_MESSAGES creating build/lib/pycountry/locales/ach creating build/lib/pycountry/locales/ach/LC_MESSAGES copying src/pycountry/locales/ach/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ach/LC_MESSAGES creating build/lib/pycountry/locales/af creating build/lib/pycountry/locales/af/LC_MESSAGES copying src/pycountry/locales/af/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/af/LC_MESSAGES copying src/pycountry/locales/af/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/af/LC_MESSAGES copying src/pycountry/locales/af/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/af/LC_MESSAGES copying src/pycountry/locales/af/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/af/LC_MESSAGES copying src/pycountry/locales/af/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/af/LC_MESSAGES creating build/lib/pycountry/locales/ak creating build/lib/pycountry/locales/ak/LC_MESSAGES copying src/pycountry/locales/ak/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ak/LC_MESSAGES creating build/lib/pycountry/locales/am creating build/lib/pycountry/locales/am/LC_MESSAGES copying src/pycountry/locales/am/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/am/LC_MESSAGES copying src/pycountry/locales/am/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/am/LC_MESSAGES copying src/pycountry/locales/am/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/am/LC_MESSAGES copying src/pycountry/locales/am/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/am/LC_MESSAGES copying src/pycountry/locales/am/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/am/LC_MESSAGES creating build/lib/pycountry/locales/an creating build/lib/pycountry/locales/an/LC_MESSAGES copying src/pycountry/locales/an/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/an/LC_MESSAGES creating build/lib/pycountry/locales/ar creating build/lib/pycountry/locales/ar/LC_MESSAGES copying src/pycountry/locales/ar/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/ar/LC_MESSAGES copying src/pycountry/locales/ar/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ar/LC_MESSAGES copying src/pycountry/locales/ar/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ar/LC_MESSAGES copying src/pycountry/locales/ar/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ar/LC_MESSAGES copying src/pycountry/locales/ar/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/ar/LC_MESSAGES copying src/pycountry/locales/ar/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/ar/LC_MESSAGES copying src/pycountry/locales/ar/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/ar/LC_MESSAGES creating build/lib/pycountry/locales/as creating build/lib/pycountry/locales/as/LC_MESSAGES copying src/pycountry/locales/as/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/as/LC_MESSAGES copying src/pycountry/locales/as/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/as/LC_MESSAGES copying src/pycountry/locales/as/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/as/LC_MESSAGES creating build/lib/pycountry/locales/ast creating build/lib/pycountry/locales/ast/LC_MESSAGES copying src/pycountry/locales/ast/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/ast/LC_MESSAGES copying src/pycountry/locales/ast/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ast/LC_MESSAGES copying src/pycountry/locales/ast/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/ast/LC_MESSAGES copying src/pycountry/locales/ast/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ast/LC_MESSAGES copying src/pycountry/locales/ast/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ast/LC_MESSAGES copying src/pycountry/locales/ast/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/ast/LC_MESSAGES copying src/pycountry/locales/ast/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/ast/LC_MESSAGES copying src/pycountry/locales/ast/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/ast/LC_MESSAGES copying src/pycountry/locales/ast/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/ast/LC_MESSAGES creating build/lib/pycountry/locales/ay creating build/lib/pycountry/locales/ay/LC_MESSAGES copying src/pycountry/locales/ay/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ay/LC_MESSAGES creating build/lib/pycountry/locales/az creating build/lib/pycountry/locales/az/LC_MESSAGES copying src/pycountry/locales/az/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/az/LC_MESSAGES copying src/pycountry/locales/az/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/az/LC_MESSAGES copying src/pycountry/locales/az/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/az/LC_MESSAGES copying src/pycountry/locales/az/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/az/LC_MESSAGES copying src/pycountry/locales/az/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/az/LC_MESSAGES copying src/pycountry/locales/az/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/az/LC_MESSAGES copying src/pycountry/locales/az/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/az/LC_MESSAGES creating build/lib/pycountry/locales/ba creating build/lib/pycountry/locales/ba/LC_MESSAGES copying src/pycountry/locales/ba/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ba/LC_MESSAGES creating build/lib/pycountry/locales/bar creating build/lib/pycountry/locales/bar/LC_MESSAGES copying src/pycountry/locales/bar/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/bar/LC_MESSAGES creating build/lib/pycountry/locales/be creating build/lib/pycountry/locales/be/LC_MESSAGES copying src/pycountry/locales/be/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/be/LC_MESSAGES copying src/pycountry/locales/be/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/be/LC_MESSAGES copying src/pycountry/locales/be/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/be/LC_MESSAGES copying src/pycountry/locales/be/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/be/LC_MESSAGES copying src/pycountry/locales/be/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/be/LC_MESSAGES copying src/pycountry/locales/be/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/be/LC_MESSAGES copying src/pycountry/locales/be/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/be/LC_MESSAGES copying src/pycountry/locales/be/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/be/LC_MESSAGES creating build/lib/pycountry/locales/bg creating build/lib/pycountry/locales/bg/LC_MESSAGES copying src/pycountry/locales/bg/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/bg/LC_MESSAGES copying src/pycountry/locales/bg/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/bg/LC_MESSAGES copying src/pycountry/locales/bg/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/bg/LC_MESSAGES copying src/pycountry/locales/bg/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/bg/LC_MESSAGES copying src/pycountry/locales/bg/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/bg/LC_MESSAGES copying src/pycountry/locales/bg/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/bg/LC_MESSAGES copying src/pycountry/locales/bg/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/bg/LC_MESSAGES copying src/pycountry/locales/bg/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/bg/LC_MESSAGES creating build/lib/pycountry/locales/bi creating build/lib/pycountry/locales/bi/LC_MESSAGES copying src/pycountry/locales/bi/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/bi/LC_MESSAGES creating build/lib/pycountry/locales/bn creating build/lib/pycountry/locales/bn/LC_MESSAGES copying src/pycountry/locales/bn/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/bn/LC_MESSAGES copying src/pycountry/locales/bn/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/bn/LC_MESSAGES copying src/pycountry/locales/bn/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/bn/LC_MESSAGES copying src/pycountry/locales/bn/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/bn/LC_MESSAGES copying src/pycountry/locales/bn/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/bn/LC_MESSAGES copying src/pycountry/locales/bn/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/bn/LC_MESSAGES copying src/pycountry/locales/bn/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/bn/LC_MESSAGES creating build/lib/pycountry/locales/bn_BD creating build/lib/pycountry/locales/bn_BD/LC_MESSAGES copying src/pycountry/locales/bn_BD/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/bn_BD/LC_MESSAGES copying src/pycountry/locales/bn_BD/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/bn_BD/LC_MESSAGES copying src/pycountry/locales/bn_BD/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/bn_BD/LC_MESSAGES creating build/lib/pycountry/locales/bn_IN creating build/lib/pycountry/locales/bn_IN/LC_MESSAGES copying src/pycountry/locales/bn_IN/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/bn_IN/LC_MESSAGES copying src/pycountry/locales/bn_IN/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/bn_IN/LC_MESSAGES copying src/pycountry/locales/bn_IN/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/bn_IN/LC_MESSAGES creating build/lib/pycountry/locales/br creating build/lib/pycountry/locales/br/LC_MESSAGES copying src/pycountry/locales/br/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/br/LC_MESSAGES copying src/pycountry/locales/br/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/br/LC_MESSAGES copying src/pycountry/locales/br/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/br/LC_MESSAGES copying src/pycountry/locales/br/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/br/LC_MESSAGES copying src/pycountry/locales/br/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/br/LC_MESSAGES copying src/pycountry/locales/br/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/br/LC_MESSAGES copying src/pycountry/locales/br/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/br/LC_MESSAGES creating build/lib/pycountry/locales/bs creating build/lib/pycountry/locales/bs/LC_MESSAGES copying src/pycountry/locales/bs/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/bs/LC_MESSAGES copying src/pycountry/locales/bs/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/bs/LC_MESSAGES copying src/pycountry/locales/bs/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/bs/LC_MESSAGES copying src/pycountry/locales/bs/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/bs/LC_MESSAGES copying src/pycountry/locales/bs/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/bs/LC_MESSAGES copying src/pycountry/locales/bs/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/bs/LC_MESSAGES copying src/pycountry/locales/bs/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/bs/LC_MESSAGES creating build/lib/pycountry/locales/byn creating build/lib/pycountry/locales/byn/LC_MESSAGES copying src/pycountry/locales/byn/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/byn/LC_MESSAGES copying src/pycountry/locales/byn/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/byn/LC_MESSAGES copying src/pycountry/locales/byn/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/byn/LC_MESSAGES copying src/pycountry/locales/byn/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/byn/LC_MESSAGES copying src/pycountry/locales/byn/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/byn/LC_MESSAGES creating build/lib/pycountry/locales/ca creating build/lib/pycountry/locales/ca/LC_MESSAGES copying src/pycountry/locales/ca/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/ca/LC_MESSAGES copying src/pycountry/locales/ca/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ca/LC_MESSAGES copying src/pycountry/locales/ca/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/ca/LC_MESSAGES copying src/pycountry/locales/ca/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ca/LC_MESSAGES copying src/pycountry/locales/ca/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ca/LC_MESSAGES copying src/pycountry/locales/ca/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/ca/LC_MESSAGES copying src/pycountry/locales/ca/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/ca/LC_MESSAGES copying src/pycountry/locales/ca/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/ca/LC_MESSAGES copying src/pycountry/locales/ca/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/ca/LC_MESSAGES creating build/lib/pycountry/locales/ce creating build/lib/pycountry/locales/ce/LC_MESSAGES copying src/pycountry/locales/ce/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ce/LC_MESSAGES creating build/lib/pycountry/locales/ch creating build/lib/pycountry/locales/ch/LC_MESSAGES copying src/pycountry/locales/ch/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ch/LC_MESSAGES creating build/lib/pycountry/locales/chr creating build/lib/pycountry/locales/chr/LC_MESSAGES copying src/pycountry/locales/chr/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/chr/LC_MESSAGES creating build/lib/pycountry/locales/ckb creating build/lib/pycountry/locales/ckb/LC_MESSAGES copying src/pycountry/locales/ckb/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ckb/LC_MESSAGES creating build/lib/pycountry/locales/crh creating build/lib/pycountry/locales/crh/LC_MESSAGES copying src/pycountry/locales/crh/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/crh/LC_MESSAGES copying src/pycountry/locales/crh/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/crh/LC_MESSAGES copying src/pycountry/locales/crh/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/crh/LC_MESSAGES copying src/pycountry/locales/crh/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/crh/LC_MESSAGES copying src/pycountry/locales/crh/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/crh/LC_MESSAGES copying src/pycountry/locales/crh/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/crh/LC_MESSAGES copying src/pycountry/locales/crh/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/crh/LC_MESSAGES creating build/lib/pycountry/locales/cs creating build/lib/pycountry/locales/cs/LC_MESSAGES copying src/pycountry/locales/cs/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/cs/LC_MESSAGES copying src/pycountry/locales/cs/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/cs/LC_MESSAGES copying src/pycountry/locales/cs/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/cs/LC_MESSAGES copying src/pycountry/locales/cs/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/cs/LC_MESSAGES copying src/pycountry/locales/cs/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/cs/LC_MESSAGES copying src/pycountry/locales/cs/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/cs/LC_MESSAGES copying src/pycountry/locales/cs/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/cs/LC_MESSAGES copying src/pycountry/locales/cs/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/cs/LC_MESSAGES copying src/pycountry/locales/cs/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/cs/LC_MESSAGES creating build/lib/pycountry/locales/csb creating build/lib/pycountry/locales/csb/LC_MESSAGES copying src/pycountry/locales/csb/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/csb/LC_MESSAGES creating build/lib/pycountry/locales/cv creating build/lib/pycountry/locales/cv/LC_MESSAGES copying src/pycountry/locales/cv/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/cv/LC_MESSAGES copying src/pycountry/locales/cv/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/cv/LC_MESSAGES creating build/lib/pycountry/locales/cy creating build/lib/pycountry/locales/cy/LC_MESSAGES copying src/pycountry/locales/cy/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/cy/LC_MESSAGES copying src/pycountry/locales/cy/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/cy/LC_MESSAGES copying src/pycountry/locales/cy/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/cy/LC_MESSAGES copying src/pycountry/locales/cy/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/cy/LC_MESSAGES copying src/pycountry/locales/cy/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/cy/LC_MESSAGES copying src/pycountry/locales/cy/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/cy/LC_MESSAGES creating build/lib/pycountry/locales/da creating build/lib/pycountry/locales/da/LC_MESSAGES copying src/pycountry/locales/da/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/da/LC_MESSAGES copying src/pycountry/locales/da/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/da/LC_MESSAGES copying src/pycountry/locales/da/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/da/LC_MESSAGES copying src/pycountry/locales/da/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/da/LC_MESSAGES copying src/pycountry/locales/da/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/da/LC_MESSAGES copying src/pycountry/locales/da/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/da/LC_MESSAGES copying src/pycountry/locales/da/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/da/LC_MESSAGES copying src/pycountry/locales/da/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/da/LC_MESSAGES copying src/pycountry/locales/da/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/da/LC_MESSAGES copying src/pycountry/locales/da/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/da/LC_MESSAGES creating build/lib/pycountry/locales/de creating build/lib/pycountry/locales/de/LC_MESSAGES copying src/pycountry/locales/de/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/de/LC_MESSAGES copying src/pycountry/locales/de/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/de/LC_MESSAGES copying src/pycountry/locales/de/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/de/LC_MESSAGES copying src/pycountry/locales/de/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/de/LC_MESSAGES copying src/pycountry/locales/de/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/de/LC_MESSAGES copying src/pycountry/locales/de/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/de/LC_MESSAGES copying src/pycountry/locales/de/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/de/LC_MESSAGES copying src/pycountry/locales/de/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/de/LC_MESSAGES copying src/pycountry/locales/de/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/de/LC_MESSAGES copying src/pycountry/locales/de/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/de/LC_MESSAGES creating build/lib/pycountry/locales/dv creating build/lib/pycountry/locales/dv/LC_MESSAGES copying src/pycountry/locales/dv/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/dv/LC_MESSAGES creating build/lib/pycountry/locales/dz creating build/lib/pycountry/locales/dz/LC_MESSAGES copying src/pycountry/locales/dz/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/dz/LC_MESSAGES copying src/pycountry/locales/dz/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/dz/LC_MESSAGES copying src/pycountry/locales/dz/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/dz/LC_MESSAGES creating build/lib/pycountry/locales/ee creating build/lib/pycountry/locales/ee/LC_MESSAGES copying src/pycountry/locales/ee/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ee/LC_MESSAGES creating build/lib/pycountry/locales/el creating build/lib/pycountry/locales/el/LC_MESSAGES copying src/pycountry/locales/el/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/el/LC_MESSAGES copying src/pycountry/locales/el/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/el/LC_MESSAGES copying src/pycountry/locales/el/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/el/LC_MESSAGES copying src/pycountry/locales/el/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/el/LC_MESSAGES copying src/pycountry/locales/el/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/el/LC_MESSAGES copying src/pycountry/locales/el/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/el/LC_MESSAGES copying src/pycountry/locales/el/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/el/LC_MESSAGES copying src/pycountry/locales/el/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/el/LC_MESSAGES copying src/pycountry/locales/el/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/el/LC_MESSAGES copying src/pycountry/locales/el/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/el/LC_MESSAGES creating build/lib/pycountry/locales/en creating build/lib/pycountry/locales/en/LC_MESSAGES copying src/pycountry/locales/en/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/en/LC_MESSAGES copying src/pycountry/locales/en/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/en/LC_MESSAGES creating build/lib/pycountry/locales/eo creating build/lib/pycountry/locales/eo/LC_MESSAGES copying src/pycountry/locales/eo/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/eo/LC_MESSAGES copying src/pycountry/locales/eo/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/eo/LC_MESSAGES copying src/pycountry/locales/eo/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/eo/LC_MESSAGES copying src/pycountry/locales/eo/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/eo/LC_MESSAGES copying src/pycountry/locales/eo/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/eo/LC_MESSAGES copying src/pycountry/locales/eo/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/eo/LC_MESSAGES copying src/pycountry/locales/eo/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/eo/LC_MESSAGES copying src/pycountry/locales/eo/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/eo/LC_MESSAGES copying src/pycountry/locales/eo/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/eo/LC_MESSAGES copying src/pycountry/locales/eo/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/eo/LC_MESSAGES creating build/lib/pycountry/locales/es creating build/lib/pycountry/locales/es/LC_MESSAGES copying src/pycountry/locales/es/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/es/LC_MESSAGES copying src/pycountry/locales/es/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/es/LC_MESSAGES copying src/pycountry/locales/es/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/es/LC_MESSAGES copying src/pycountry/locales/es/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/es/LC_MESSAGES copying src/pycountry/locales/es/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/es/LC_MESSAGES copying src/pycountry/locales/es/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/es/LC_MESSAGES copying src/pycountry/locales/es/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/es/LC_MESSAGES copying src/pycountry/locales/es/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/es/LC_MESSAGES copying src/pycountry/locales/es/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/es/LC_MESSAGES creating build/lib/pycountry/locales/et creating build/lib/pycountry/locales/et/LC_MESSAGES copying src/pycountry/locales/et/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/et/LC_MESSAGES copying src/pycountry/locales/et/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/et/LC_MESSAGES copying src/pycountry/locales/et/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/et/LC_MESSAGES copying src/pycountry/locales/et/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/et/LC_MESSAGES copying src/pycountry/locales/et/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/et/LC_MESSAGES copying src/pycountry/locales/et/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/et/LC_MESSAGES copying src/pycountry/locales/et/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/et/LC_MESSAGES copying src/pycountry/locales/et/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/et/LC_MESSAGES copying src/pycountry/locales/et/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/et/LC_MESSAGES creating build/lib/pycountry/locales/eu creating build/lib/pycountry/locales/eu/LC_MESSAGES copying src/pycountry/locales/eu/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/eu/LC_MESSAGES copying src/pycountry/locales/eu/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/eu/LC_MESSAGES copying src/pycountry/locales/eu/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/eu/LC_MESSAGES copying src/pycountry/locales/eu/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/eu/LC_MESSAGES copying src/pycountry/locales/eu/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/eu/LC_MESSAGES copying src/pycountry/locales/eu/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/eu/LC_MESSAGES copying src/pycountry/locales/eu/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/eu/LC_MESSAGES copying src/pycountry/locales/eu/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/eu/LC_MESSAGES copying src/pycountry/locales/eu/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/eu/LC_MESSAGES creating build/lib/pycountry/locales/fa creating build/lib/pycountry/locales/fa/LC_MESSAGES copying src/pycountry/locales/fa/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/fa/LC_MESSAGES copying src/pycountry/locales/fa/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/fa/LC_MESSAGES copying src/pycountry/locales/fa/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/fa/LC_MESSAGES copying src/pycountry/locales/fa/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/fa/LC_MESSAGES copying src/pycountry/locales/fa/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/fa/LC_MESSAGES copying src/pycountry/locales/fa/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/fa/LC_MESSAGES copying src/pycountry/locales/fa/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/fa/LC_MESSAGES creating build/lib/pycountry/locales/ff creating build/lib/pycountry/locales/ff/LC_MESSAGES copying src/pycountry/locales/ff/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ff/LC_MESSAGES creating build/lib/pycountry/locales/fi creating build/lib/pycountry/locales/fi/LC_MESSAGES copying src/pycountry/locales/fi/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/fi/LC_MESSAGES copying src/pycountry/locales/fi/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/fi/LC_MESSAGES copying src/pycountry/locales/fi/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/fi/LC_MESSAGES copying src/pycountry/locales/fi/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/fi/LC_MESSAGES copying src/pycountry/locales/fi/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/fi/LC_MESSAGES copying src/pycountry/locales/fi/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/fi/LC_MESSAGES copying src/pycountry/locales/fi/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/fi/LC_MESSAGES copying src/pycountry/locales/fi/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/fi/LC_MESSAGES copying src/pycountry/locales/fi/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/fi/LC_MESSAGES creating build/lib/pycountry/locales/fil creating build/lib/pycountry/locales/fil/LC_MESSAGES copying src/pycountry/locales/fil/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/fil/LC_MESSAGES copying src/pycountry/locales/fil/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/fil/LC_MESSAGES creating build/lib/pycountry/locales/fo creating build/lib/pycountry/locales/fo/LC_MESSAGES copying src/pycountry/locales/fo/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/fo/LC_MESSAGES copying src/pycountry/locales/fo/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/fo/LC_MESSAGES copying src/pycountry/locales/fo/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/fo/LC_MESSAGES creating build/lib/pycountry/locales/fr creating build/lib/pycountry/locales/fr/LC_MESSAGES copying src/pycountry/locales/fr/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/fr/LC_MESSAGES copying src/pycountry/locales/fr/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/fr/LC_MESSAGES copying src/pycountry/locales/fr/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/fr/LC_MESSAGES copying src/pycountry/locales/fr/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/fr/LC_MESSAGES copying src/pycountry/locales/fr/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/fr/LC_MESSAGES copying src/pycountry/locales/fr/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/fr/LC_MESSAGES copying src/pycountry/locales/fr/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/fr/LC_MESSAGES copying src/pycountry/locales/fr/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/fr/LC_MESSAGES copying src/pycountry/locales/fr/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/fr/LC_MESSAGES copying src/pycountry/locales/fr/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/fr/LC_MESSAGES creating build/lib/pycountry/locales/frp creating build/lib/pycountry/locales/frp/LC_MESSAGES copying src/pycountry/locales/frp/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/frp/LC_MESSAGES creating build/lib/pycountry/locales/fur creating build/lib/pycountry/locales/fur/LC_MESSAGES copying src/pycountry/locales/fur/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/fur/LC_MESSAGES copying src/pycountry/locales/fur/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/fur/LC_MESSAGES copying src/pycountry/locales/fur/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/fur/LC_MESSAGES copying src/pycountry/locales/fur/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/fur/LC_MESSAGES creating build/lib/pycountry/locales/fy creating build/lib/pycountry/locales/fy/LC_MESSAGES copying src/pycountry/locales/fy/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/fy/LC_MESSAGES creating build/lib/pycountry/locales/ga creating build/lib/pycountry/locales/ga/LC_MESSAGES copying src/pycountry/locales/ga/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ga/LC_MESSAGES copying src/pycountry/locales/ga/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/ga/LC_MESSAGES copying src/pycountry/locales/ga/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ga/LC_MESSAGES copying src/pycountry/locales/ga/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ga/LC_MESSAGES copying src/pycountry/locales/ga/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/ga/LC_MESSAGES copying src/pycountry/locales/ga/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/ga/LC_MESSAGES copying src/pycountry/locales/ga/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/ga/LC_MESSAGES copying src/pycountry/locales/ga/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/ga/LC_MESSAGES creating build/lib/pycountry/locales/gez creating build/lib/pycountry/locales/gez/LC_MESSAGES copying src/pycountry/locales/gez/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/gez/LC_MESSAGES copying src/pycountry/locales/gez/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/gez/LC_MESSAGES copying src/pycountry/locales/gez/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/gez/LC_MESSAGES copying src/pycountry/locales/gez/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/gez/LC_MESSAGES copying src/pycountry/locales/gez/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/gez/LC_MESSAGES creating build/lib/pycountry/locales/gl creating build/lib/pycountry/locales/gl/LC_MESSAGES copying src/pycountry/locales/gl/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/gl/LC_MESSAGES copying src/pycountry/locales/gl/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/gl/LC_MESSAGES copying src/pycountry/locales/gl/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/gl/LC_MESSAGES copying src/pycountry/locales/gl/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/gl/LC_MESSAGES copying src/pycountry/locales/gl/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/gl/LC_MESSAGES copying src/pycountry/locales/gl/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/gl/LC_MESSAGES copying src/pycountry/locales/gl/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/gl/LC_MESSAGES creating build/lib/pycountry/locales/gn creating build/lib/pycountry/locales/gn/LC_MESSAGES copying src/pycountry/locales/gn/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/gn/LC_MESSAGES creating build/lib/pycountry/locales/gu creating build/lib/pycountry/locales/gu/LC_MESSAGES copying src/pycountry/locales/gu/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/gu/LC_MESSAGES copying src/pycountry/locales/gu/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/gu/LC_MESSAGES copying src/pycountry/locales/gu/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/gu/LC_MESSAGES copying src/pycountry/locales/gu/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/gu/LC_MESSAGES copying src/pycountry/locales/gu/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/gu/LC_MESSAGES creating build/lib/pycountry/locales/gv creating build/lib/pycountry/locales/gv/LC_MESSAGES copying src/pycountry/locales/gv/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/gv/LC_MESSAGES creating build/lib/pycountry/locales/ha creating build/lib/pycountry/locales/ha/LC_MESSAGES copying src/pycountry/locales/ha/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ha/LC_MESSAGES creating build/lib/pycountry/locales/haw creating build/lib/pycountry/locales/haw/LC_MESSAGES copying src/pycountry/locales/haw/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/haw/LC_MESSAGES copying src/pycountry/locales/haw/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/haw/LC_MESSAGES copying src/pycountry/locales/haw/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/haw/LC_MESSAGES creating build/lib/pycountry/locales/he creating build/lib/pycountry/locales/he/LC_MESSAGES copying src/pycountry/locales/he/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/he/LC_MESSAGES copying src/pycountry/locales/he/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/he/LC_MESSAGES copying src/pycountry/locales/he/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/he/LC_MESSAGES copying src/pycountry/locales/he/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/he/LC_MESSAGES copying src/pycountry/locales/he/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/he/LC_MESSAGES copying src/pycountry/locales/he/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/he/LC_MESSAGES copying src/pycountry/locales/he/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/he/LC_MESSAGES creating build/lib/pycountry/locales/hi creating build/lib/pycountry/locales/hi/LC_MESSAGES copying src/pycountry/locales/hi/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/hi/LC_MESSAGES copying src/pycountry/locales/hi/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/hi/LC_MESSAGES copying src/pycountry/locales/hi/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/hi/LC_MESSAGES copying src/pycountry/locales/hi/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/hi/LC_MESSAGES copying src/pycountry/locales/hi/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/hi/LC_MESSAGES copying src/pycountry/locales/hi/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/hi/LC_MESSAGES creating build/lib/pycountry/locales/hr creating build/lib/pycountry/locales/hr/LC_MESSAGES copying src/pycountry/locales/hr/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/hr/LC_MESSAGES copying src/pycountry/locales/hr/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/hr/LC_MESSAGES copying src/pycountry/locales/hr/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/hr/LC_MESSAGES copying src/pycountry/locales/hr/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/hr/LC_MESSAGES copying src/pycountry/locales/hr/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/hr/LC_MESSAGES copying src/pycountry/locales/hr/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/hr/LC_MESSAGES copying src/pycountry/locales/hr/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/hr/LC_MESSAGES copying src/pycountry/locales/hr/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/hr/LC_MESSAGES copying src/pycountry/locales/hr/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/hr/LC_MESSAGES creating build/lib/pycountry/locales/ht creating build/lib/pycountry/locales/ht/LC_MESSAGES copying src/pycountry/locales/ht/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ht/LC_MESSAGES creating build/lib/pycountry/locales/hu creating build/lib/pycountry/locales/hu/LC_MESSAGES copying src/pycountry/locales/hu/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/hu/LC_MESSAGES copying src/pycountry/locales/hu/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/hu/LC_MESSAGES copying src/pycountry/locales/hu/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/hu/LC_MESSAGES copying src/pycountry/locales/hu/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/hu/LC_MESSAGES copying src/pycountry/locales/hu/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/hu/LC_MESSAGES copying src/pycountry/locales/hu/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/hu/LC_MESSAGES copying src/pycountry/locales/hu/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/hu/LC_MESSAGES copying src/pycountry/locales/hu/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/hu/LC_MESSAGES copying src/pycountry/locales/hu/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/hu/LC_MESSAGES copying src/pycountry/locales/hu/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/hu/LC_MESSAGES creating build/lib/pycountry/locales/hy creating build/lib/pycountry/locales/hy/LC_MESSAGES copying src/pycountry/locales/hy/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/hy/LC_MESSAGES copying src/pycountry/locales/hy/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/hy/LC_MESSAGES copying src/pycountry/locales/hy/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/hy/LC_MESSAGES creating build/lib/pycountry/locales/ia creating build/lib/pycountry/locales/ia/LC_MESSAGES copying src/pycountry/locales/ia/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/ia/LC_MESSAGES copying src/pycountry/locales/ia/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ia/LC_MESSAGES copying src/pycountry/locales/ia/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ia/LC_MESSAGES copying src/pycountry/locales/ia/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ia/LC_MESSAGES creating build/lib/pycountry/locales/id creating build/lib/pycountry/locales/id/LC_MESSAGES copying src/pycountry/locales/id/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/id/LC_MESSAGES copying src/pycountry/locales/id/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/id/LC_MESSAGES copying src/pycountry/locales/id/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/id/LC_MESSAGES copying src/pycountry/locales/id/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/id/LC_MESSAGES copying src/pycountry/locales/id/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/id/LC_MESSAGES copying src/pycountry/locales/id/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/id/LC_MESSAGES copying src/pycountry/locales/id/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/id/LC_MESSAGES copying src/pycountry/locales/id/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/id/LC_MESSAGES copying src/pycountry/locales/id/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/id/LC_MESSAGES copying src/pycountry/locales/id/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/id/LC_MESSAGES creating build/lib/pycountry/locales/io creating build/lib/pycountry/locales/io/LC_MESSAGES copying src/pycountry/locales/io/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/io/LC_MESSAGES creating build/lib/pycountry/locales/is creating build/lib/pycountry/locales/is/LC_MESSAGES copying src/pycountry/locales/is/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/is/LC_MESSAGES copying src/pycountry/locales/is/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/is/LC_MESSAGES copying src/pycountry/locales/is/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/is/LC_MESSAGES copying src/pycountry/locales/is/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/is/LC_MESSAGES copying src/pycountry/locales/is/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/is/LC_MESSAGES copying src/pycountry/locales/is/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/is/LC_MESSAGES copying src/pycountry/locales/is/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/is/LC_MESSAGES copying src/pycountry/locales/is/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/is/LC_MESSAGES copying src/pycountry/locales/is/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/is/LC_MESSAGES creating build/lib/pycountry/locales/it creating build/lib/pycountry/locales/it/LC_MESSAGES copying src/pycountry/locales/it/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/it/LC_MESSAGES copying src/pycountry/locales/it/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/it/LC_MESSAGES copying src/pycountry/locales/it/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/it/LC_MESSAGES copying src/pycountry/locales/it/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/it/LC_MESSAGES copying src/pycountry/locales/it/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/it/LC_MESSAGES copying src/pycountry/locales/it/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/it/LC_MESSAGES copying src/pycountry/locales/it/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/it/LC_MESSAGES copying src/pycountry/locales/it/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/it/LC_MESSAGES copying src/pycountry/locales/it/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/it/LC_MESSAGES copying src/pycountry/locales/it/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/it/LC_MESSAGES creating build/lib/pycountry/locales/iu creating build/lib/pycountry/locales/iu/LC_MESSAGES copying src/pycountry/locales/iu/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/iu/LC_MESSAGES creating build/lib/pycountry/locales/ja creating build/lib/pycountry/locales/ja/LC_MESSAGES copying src/pycountry/locales/ja/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/ja/LC_MESSAGES copying src/pycountry/locales/ja/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ja/LC_MESSAGES copying src/pycountry/locales/ja/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/ja/LC_MESSAGES copying src/pycountry/locales/ja/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ja/LC_MESSAGES copying src/pycountry/locales/ja/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ja/LC_MESSAGES copying src/pycountry/locales/ja/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/ja/LC_MESSAGES copying src/pycountry/locales/ja/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/ja/LC_MESSAGES copying src/pycountry/locales/ja/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/ja/LC_MESSAGES copying src/pycountry/locales/ja/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/ja/LC_MESSAGES creating build/lib/pycountry/locales/jam creating build/lib/pycountry/locales/jam/LC_MESSAGES copying src/pycountry/locales/jam/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/jam/LC_MESSAGES creating build/lib/pycountry/locales/ka creating build/lib/pycountry/locales/ka/LC_MESSAGES copying src/pycountry/locales/ka/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ka/LC_MESSAGES copying src/pycountry/locales/ka/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ka/LC_MESSAGES copying src/pycountry/locales/ka/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ka/LC_MESSAGES creating build/lib/pycountry/locales/kab creating build/lib/pycountry/locales/kab/LC_MESSAGES copying src/pycountry/locales/kab/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/kab/LC_MESSAGES copying src/pycountry/locales/kab/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/kab/LC_MESSAGES copying src/pycountry/locales/kab/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/kab/LC_MESSAGES copying src/pycountry/locales/kab/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/kab/LC_MESSAGES copying src/pycountry/locales/kab/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/kab/LC_MESSAGES copying src/pycountry/locales/kab/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/kab/LC_MESSAGES creating build/lib/pycountry/locales/ki creating build/lib/pycountry/locales/ki/LC_MESSAGES copying src/pycountry/locales/ki/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ki/LC_MESSAGES creating build/lib/pycountry/locales/kk creating build/lib/pycountry/locales/kk/LC_MESSAGES copying src/pycountry/locales/kk/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/kk/LC_MESSAGES copying src/pycountry/locales/kk/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/kk/LC_MESSAGES copying src/pycountry/locales/kk/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/kk/LC_MESSAGES creating build/lib/pycountry/locales/kl creating build/lib/pycountry/locales/kl/LC_MESSAGES copying src/pycountry/locales/kl/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/kl/LC_MESSAGES creating build/lib/pycountry/locales/km creating build/lib/pycountry/locales/km/LC_MESSAGES copying src/pycountry/locales/km/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/km/LC_MESSAGES copying src/pycountry/locales/km/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/km/LC_MESSAGES copying src/pycountry/locales/km/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/km/LC_MESSAGES creating build/lib/pycountry/locales/kmr creating build/lib/pycountry/locales/kmr/LC_MESSAGES copying src/pycountry/locales/kmr/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/kmr/LC_MESSAGES copying src/pycountry/locales/kmr/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/kmr/LC_MESSAGES creating build/lib/pycountry/locales/kn creating build/lib/pycountry/locales/kn/LC_MESSAGES copying src/pycountry/locales/kn/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/kn/LC_MESSAGES copying src/pycountry/locales/kn/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/kn/LC_MESSAGES copying src/pycountry/locales/kn/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/kn/LC_MESSAGES copying src/pycountry/locales/kn/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/kn/LC_MESSAGES copying src/pycountry/locales/kn/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/kn/LC_MESSAGES creating build/lib/pycountry/locales/ko creating build/lib/pycountry/locales/ko/LC_MESSAGES copying src/pycountry/locales/ko/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/ko/LC_MESSAGES copying src/pycountry/locales/ko/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ko/LC_MESSAGES copying src/pycountry/locales/ko/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/ko/LC_MESSAGES copying src/pycountry/locales/ko/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ko/LC_MESSAGES copying src/pycountry/locales/ko/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ko/LC_MESSAGES copying src/pycountry/locales/ko/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/ko/LC_MESSAGES copying src/pycountry/locales/ko/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/ko/LC_MESSAGES copying src/pycountry/locales/ko/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/ko/LC_MESSAGES copying src/pycountry/locales/ko/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/ko/LC_MESSAGES creating build/lib/pycountry/locales/kok creating build/lib/pycountry/locales/kok/LC_MESSAGES copying src/pycountry/locales/kok/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/kok/LC_MESSAGES copying src/pycountry/locales/kok/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/kok/LC_MESSAGES creating build/lib/pycountry/locales/ku creating build/lib/pycountry/locales/ku/LC_MESSAGES copying src/pycountry/locales/ku/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ku/LC_MESSAGES copying src/pycountry/locales/ku/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ku/LC_MESSAGES copying src/pycountry/locales/ku/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ku/LC_MESSAGES creating build/lib/pycountry/locales/kv creating build/lib/pycountry/locales/kv/LC_MESSAGES copying src/pycountry/locales/kv/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/kv/LC_MESSAGES creating build/lib/pycountry/locales/kw creating build/lib/pycountry/locales/kw/LC_MESSAGES copying src/pycountry/locales/kw/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/kw/LC_MESSAGES creating build/lib/pycountry/locales/ky creating build/lib/pycountry/locales/ky/LC_MESSAGES copying src/pycountry/locales/ky/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ky/LC_MESSAGES copying src/pycountry/locales/ky/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/ky/LC_MESSAGES creating build/lib/pycountry/locales/lo creating build/lib/pycountry/locales/lo/LC_MESSAGES copying src/pycountry/locales/lo/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/lo/LC_MESSAGES creating build/lib/pycountry/locales/lt creating build/lib/pycountry/locales/lt/LC_MESSAGES copying src/pycountry/locales/lt/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/lt/LC_MESSAGES copying src/pycountry/locales/lt/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/lt/LC_MESSAGES copying src/pycountry/locales/lt/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/lt/LC_MESSAGES copying src/pycountry/locales/lt/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/lt/LC_MESSAGES copying src/pycountry/locales/lt/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/lt/LC_MESSAGES copying src/pycountry/locales/lt/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/lt/LC_MESSAGES copying src/pycountry/locales/lt/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/lt/LC_MESSAGES copying src/pycountry/locales/lt/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/lt/LC_MESSAGES copying src/pycountry/locales/lt/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/lt/LC_MESSAGES creating build/lib/pycountry/locales/lv creating build/lib/pycountry/locales/lv/LC_MESSAGES copying src/pycountry/locales/lv/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/lv/LC_MESSAGES copying src/pycountry/locales/lv/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/lv/LC_MESSAGES copying src/pycountry/locales/lv/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/lv/LC_MESSAGES copying src/pycountry/locales/lv/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/lv/LC_MESSAGES copying src/pycountry/locales/lv/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/lv/LC_MESSAGES copying src/pycountry/locales/lv/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/lv/LC_MESSAGES copying src/pycountry/locales/lv/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/lv/LC_MESSAGES copying src/pycountry/locales/lv/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/lv/LC_MESSAGES copying src/pycountry/locales/lv/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/lv/LC_MESSAGES creating build/lib/pycountry/locales/mai creating build/lib/pycountry/locales/mai/LC_MESSAGES copying src/pycountry/locales/mai/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/mai/LC_MESSAGES creating build/lib/pycountry/locales/mhr creating build/lib/pycountry/locales/mhr/LC_MESSAGES copying src/pycountry/locales/mhr/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/mhr/LC_MESSAGES creating build/lib/pycountry/locales/mi creating build/lib/pycountry/locales/mi/LC_MESSAGES copying src/pycountry/locales/mi/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/mi/LC_MESSAGES copying src/pycountry/locales/mi/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/mi/LC_MESSAGES copying src/pycountry/locales/mi/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/mi/LC_MESSAGES copying src/pycountry/locales/mi/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/mi/LC_MESSAGES copying src/pycountry/locales/mi/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/mi/LC_MESSAGES creating build/lib/pycountry/locales/mk creating build/lib/pycountry/locales/mk/LC_MESSAGES copying src/pycountry/locales/mk/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/mk/LC_MESSAGES copying src/pycountry/locales/mk/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/mk/LC_MESSAGES copying src/pycountry/locales/mk/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/mk/LC_MESSAGES copying src/pycountry/locales/mk/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/mk/LC_MESSAGES copying src/pycountry/locales/mk/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/mk/LC_MESSAGES creating build/lib/pycountry/locales/ml creating build/lib/pycountry/locales/ml/LC_MESSAGES copying src/pycountry/locales/ml/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/ml/LC_MESSAGES copying src/pycountry/locales/ml/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ml/LC_MESSAGES copying src/pycountry/locales/ml/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ml/LC_MESSAGES copying src/pycountry/locales/ml/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ml/LC_MESSAGES creating build/lib/pycountry/locales/mn creating build/lib/pycountry/locales/mn/LC_MESSAGES copying src/pycountry/locales/mn/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/mn/LC_MESSAGES copying src/pycountry/locales/mn/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/mn/LC_MESSAGES copying src/pycountry/locales/mn/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/mn/LC_MESSAGES copying src/pycountry/locales/mn/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/mn/LC_MESSAGES copying src/pycountry/locales/mn/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/mn/LC_MESSAGES copying src/pycountry/locales/mn/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/mn/LC_MESSAGES creating build/lib/pycountry/locales/mo creating build/lib/pycountry/locales/mo/LC_MESSAGES copying src/pycountry/locales/mo/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/mo/LC_MESSAGES creating build/lib/pycountry/locales/mr creating build/lib/pycountry/locales/mr/LC_MESSAGES copying src/pycountry/locales/mr/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/mr/LC_MESSAGES copying src/pycountry/locales/mr/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/mr/LC_MESSAGES copying src/pycountry/locales/mr/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/mr/LC_MESSAGES copying src/pycountry/locales/mr/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/mr/LC_MESSAGES copying src/pycountry/locales/mr/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/mr/LC_MESSAGES creating build/lib/pycountry/locales/ms creating build/lib/pycountry/locales/ms/LC_MESSAGES copying src/pycountry/locales/ms/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ms/LC_MESSAGES copying src/pycountry/locales/ms/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ms/LC_MESSAGES copying src/pycountry/locales/ms/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ms/LC_MESSAGES copying src/pycountry/locales/ms/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/ms/LC_MESSAGES copying src/pycountry/locales/ms/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/ms/LC_MESSAGES creating build/lib/pycountry/locales/mt creating build/lib/pycountry/locales/mt/LC_MESSAGES copying src/pycountry/locales/mt/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/mt/LC_MESSAGES copying src/pycountry/locales/mt/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/mt/LC_MESSAGES copying src/pycountry/locales/mt/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/mt/LC_MESSAGES copying src/pycountry/locales/mt/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/mt/LC_MESSAGES copying src/pycountry/locales/mt/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/mt/LC_MESSAGES creating build/lib/pycountry/locales/my creating build/lib/pycountry/locales/my/LC_MESSAGES copying src/pycountry/locales/my/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/my/LC_MESSAGES creating build/lib/pycountry/locales/na creating build/lib/pycountry/locales/na/LC_MESSAGES copying src/pycountry/locales/na/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/na/LC_MESSAGES creating build/lib/pycountry/locales/nah creating build/lib/pycountry/locales/nah/LC_MESSAGES copying src/pycountry/locales/nah/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/nah/LC_MESSAGES creating build/lib/pycountry/locales/nb creating build/lib/pycountry/locales/nb/LC_MESSAGES copying src/pycountry/locales/nb/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/nb/LC_MESSAGES copying src/pycountry/locales/nb/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/nb/LC_MESSAGES copying src/pycountry/locales/nb/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/nb/LC_MESSAGES copying src/pycountry/locales/nb/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/nb/LC_MESSAGES copying src/pycountry/locales/nb/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/nb/LC_MESSAGES copying src/pycountry/locales/nb/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/nb/LC_MESSAGES copying src/pycountry/locales/nb/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/nb/LC_MESSAGES creating build/lib/pycountry/locales/nb_NO creating build/lib/pycountry/locales/nb_NO/LC_MESSAGES copying src/pycountry/locales/nb_NO/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/nb_NO/LC_MESSAGES copying src/pycountry/locales/nb_NO/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/nb_NO/LC_MESSAGES creating build/lib/pycountry/locales/ne creating build/lib/pycountry/locales/ne/LC_MESSAGES copying src/pycountry/locales/ne/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ne/LC_MESSAGES copying src/pycountry/locales/ne/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ne/LC_MESSAGES copying src/pycountry/locales/ne/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ne/LC_MESSAGES creating build/lib/pycountry/locales/nl creating build/lib/pycountry/locales/nl/LC_MESSAGES copying src/pycountry/locales/nl/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/nl/LC_MESSAGES copying src/pycountry/locales/nl/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/nl/LC_MESSAGES copying src/pycountry/locales/nl/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/nl/LC_MESSAGES copying src/pycountry/locales/nl/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/nl/LC_MESSAGES copying src/pycountry/locales/nl/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/nl/LC_MESSAGES copying src/pycountry/locales/nl/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/nl/LC_MESSAGES copying src/pycountry/locales/nl/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/nl/LC_MESSAGES copying src/pycountry/locales/nl/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/nl/LC_MESSAGES copying src/pycountry/locales/nl/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/nl/LC_MESSAGES copying src/pycountry/locales/nl/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/nl/LC_MESSAGES creating build/lib/pycountry/locales/nn creating build/lib/pycountry/locales/nn/LC_MESSAGES copying src/pycountry/locales/nn/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/nn/LC_MESSAGES copying src/pycountry/locales/nn/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/nn/LC_MESSAGES copying src/pycountry/locales/nn/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/nn/LC_MESSAGES copying src/pycountry/locales/nn/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/nn/LC_MESSAGES copying src/pycountry/locales/nn/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/nn/LC_MESSAGES copying src/pycountry/locales/nn/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/nn/LC_MESSAGES copying src/pycountry/locales/nn/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/nn/LC_MESSAGES creating build/lib/pycountry/locales/nso creating build/lib/pycountry/locales/nso/LC_MESSAGES copying src/pycountry/locales/nso/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/nso/LC_MESSAGES copying src/pycountry/locales/nso/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/nso/LC_MESSAGES copying src/pycountry/locales/nso/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/nso/LC_MESSAGES copying src/pycountry/locales/nso/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/nso/LC_MESSAGES copying src/pycountry/locales/nso/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/nso/LC_MESSAGES copying src/pycountry/locales/nso/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/nso/LC_MESSAGES copying src/pycountry/locales/nso/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/nso/LC_MESSAGES creating build/lib/pycountry/locales/nv creating build/lib/pycountry/locales/nv/LC_MESSAGES copying src/pycountry/locales/nv/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/nv/LC_MESSAGES creating build/lib/pycountry/locales/oc creating build/lib/pycountry/locales/oc/LC_MESSAGES copying src/pycountry/locales/oc/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/oc/LC_MESSAGES copying src/pycountry/locales/oc/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/oc/LC_MESSAGES copying src/pycountry/locales/oc/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/oc/LC_MESSAGES copying src/pycountry/locales/oc/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/oc/LC_MESSAGES copying src/pycountry/locales/oc/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/oc/LC_MESSAGES copying src/pycountry/locales/oc/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/oc/LC_MESSAGES copying src/pycountry/locales/oc/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/oc/LC_MESSAGES copying src/pycountry/locales/oc/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/oc/LC_MESSAGES copying src/pycountry/locales/oc/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/oc/LC_MESSAGES copying src/pycountry/locales/oc/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/oc/LC_MESSAGES creating build/lib/pycountry/locales/or creating build/lib/pycountry/locales/or/LC_MESSAGES copying src/pycountry/locales/or/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/or/LC_MESSAGES copying src/pycountry/locales/or/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/or/LC_MESSAGES copying src/pycountry/locales/or/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/or/LC_MESSAGES copying src/pycountry/locales/or/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/or/LC_MESSAGES copying src/pycountry/locales/or/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/or/LC_MESSAGES creating build/lib/pycountry/locales/pa creating build/lib/pycountry/locales/pa/LC_MESSAGES copying src/pycountry/locales/pa/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/pa/LC_MESSAGES copying src/pycountry/locales/pa/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/pa/LC_MESSAGES copying src/pycountry/locales/pa/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/pa/LC_MESSAGES copying src/pycountry/locales/pa/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/pa/LC_MESSAGES copying src/pycountry/locales/pa/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/pa/LC_MESSAGES creating build/lib/pycountry/locales/pap creating build/lib/pycountry/locales/pap/LC_MESSAGES copying src/pycountry/locales/pap/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/pap/LC_MESSAGES creating build/lib/pycountry/locales/pi creating build/lib/pycountry/locales/pi/LC_MESSAGES copying src/pycountry/locales/pi/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/pi/LC_MESSAGES creating build/lib/pycountry/locales/pl creating build/lib/pycountry/locales/pl/LC_MESSAGES copying src/pycountry/locales/pl/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/pl/LC_MESSAGES copying src/pycountry/locales/pl/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/pl/LC_MESSAGES copying src/pycountry/locales/pl/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/pl/LC_MESSAGES copying src/pycountry/locales/pl/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/pl/LC_MESSAGES copying src/pycountry/locales/pl/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/pl/LC_MESSAGES copying src/pycountry/locales/pl/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/pl/LC_MESSAGES copying src/pycountry/locales/pl/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/pl/LC_MESSAGES copying src/pycountry/locales/pl/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/pl/LC_MESSAGES copying src/pycountry/locales/pl/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/pl/LC_MESSAGES copying src/pycountry/locales/pl/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/pl/LC_MESSAGES creating build/lib/pycountry/locales/ps creating build/lib/pycountry/locales/ps/LC_MESSAGES copying src/pycountry/locales/ps/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ps/LC_MESSAGES copying src/pycountry/locales/ps/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ps/LC_MESSAGES copying src/pycountry/locales/ps/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ps/LC_MESSAGES copying src/pycountry/locales/ps/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/ps/LC_MESSAGES copying src/pycountry/locales/ps/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/ps/LC_MESSAGES creating build/lib/pycountry/locales/pt creating build/lib/pycountry/locales/pt/LC_MESSAGES copying src/pycountry/locales/pt/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/pt/LC_MESSAGES copying src/pycountry/locales/pt/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/pt/LC_MESSAGES copying src/pycountry/locales/pt/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/pt/LC_MESSAGES copying src/pycountry/locales/pt/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/pt/LC_MESSAGES copying src/pycountry/locales/pt/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/pt/LC_MESSAGES copying src/pycountry/locales/pt/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/pt/LC_MESSAGES copying src/pycountry/locales/pt/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/pt/LC_MESSAGES creating build/lib/pycountry/locales/pt_BR creating build/lib/pycountry/locales/pt_BR/LC_MESSAGES copying src/pycountry/locales/pt_BR/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/pt_BR/LC_MESSAGES copying src/pycountry/locales/pt_BR/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/pt_BR/LC_MESSAGES copying src/pycountry/locales/pt_BR/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/pt_BR/LC_MESSAGES copying src/pycountry/locales/pt_BR/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/pt_BR/LC_MESSAGES copying src/pycountry/locales/pt_BR/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/pt_BR/LC_MESSAGES copying src/pycountry/locales/pt_BR/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/pt_BR/LC_MESSAGES copying src/pycountry/locales/pt_BR/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/pt_BR/LC_MESSAGES copying src/pycountry/locales/pt_BR/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/pt_BR/LC_MESSAGES copying src/pycountry/locales/pt_BR/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/pt_BR/LC_MESSAGES creating build/lib/pycountry/locales/ro creating build/lib/pycountry/locales/ro/LC_MESSAGES copying src/pycountry/locales/ro/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/ro/LC_MESSAGES copying src/pycountry/locales/ro/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ro/LC_MESSAGES copying src/pycountry/locales/ro/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/ro/LC_MESSAGES copying src/pycountry/locales/ro/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ro/LC_MESSAGES copying src/pycountry/locales/ro/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ro/LC_MESSAGES copying src/pycountry/locales/ro/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/ro/LC_MESSAGES copying src/pycountry/locales/ro/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/ro/LC_MESSAGES copying src/pycountry/locales/ro/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/ro/LC_MESSAGES copying src/pycountry/locales/ro/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/ro/LC_MESSAGES creating build/lib/pycountry/locales/ru creating build/lib/pycountry/locales/ru/LC_MESSAGES copying src/pycountry/locales/ru/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/ru/LC_MESSAGES copying src/pycountry/locales/ru/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ru/LC_MESSAGES copying src/pycountry/locales/ru/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/ru/LC_MESSAGES copying src/pycountry/locales/ru/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ru/LC_MESSAGES copying src/pycountry/locales/ru/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ru/LC_MESSAGES copying src/pycountry/locales/ru/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/ru/LC_MESSAGES copying src/pycountry/locales/ru/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/ru/LC_MESSAGES copying src/pycountry/locales/ru/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/ru/LC_MESSAGES copying src/pycountry/locales/ru/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/ru/LC_MESSAGES creating build/lib/pycountry/locales/rw creating build/lib/pycountry/locales/rw/LC_MESSAGES copying src/pycountry/locales/rw/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/rw/LC_MESSAGES copying src/pycountry/locales/rw/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/rw/LC_MESSAGES copying src/pycountry/locales/rw/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/rw/LC_MESSAGES copying src/pycountry/locales/rw/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/rw/LC_MESSAGES copying src/pycountry/locales/rw/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/rw/LC_MESSAGES copying src/pycountry/locales/rw/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/rw/LC_MESSAGES creating build/lib/pycountry/locales/sc creating build/lib/pycountry/locales/sc/LC_MESSAGES copying src/pycountry/locales/sc/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/sc/LC_MESSAGES copying src/pycountry/locales/sc/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/sc/LC_MESSAGES copying src/pycountry/locales/sc/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/sc/LC_MESSAGES copying src/pycountry/locales/sc/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/sc/LC_MESSAGES copying src/pycountry/locales/sc/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/sc/LC_MESSAGES copying src/pycountry/locales/sc/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/sc/LC_MESSAGES copying src/pycountry/locales/sc/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/sc/LC_MESSAGES creating build/lib/pycountry/locales/sd creating build/lib/pycountry/locales/sd/LC_MESSAGES copying src/pycountry/locales/sd/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/sd/LC_MESSAGES creating build/lib/pycountry/locales/si creating build/lib/pycountry/locales/si/LC_MESSAGES copying src/pycountry/locales/si/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/si/LC_MESSAGES copying src/pycountry/locales/si/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/si/LC_MESSAGES copying src/pycountry/locales/si/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/si/LC_MESSAGES copying src/pycountry/locales/si/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/si/LC_MESSAGES creating build/lib/pycountry/locales/sk creating build/lib/pycountry/locales/sk/LC_MESSAGES copying src/pycountry/locales/sk/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/sk/LC_MESSAGES copying src/pycountry/locales/sk/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/sk/LC_MESSAGES copying src/pycountry/locales/sk/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/sk/LC_MESSAGES copying src/pycountry/locales/sk/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/sk/LC_MESSAGES copying src/pycountry/locales/sk/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/sk/LC_MESSAGES copying src/pycountry/locales/sk/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/sk/LC_MESSAGES copying src/pycountry/locales/sk/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/sk/LC_MESSAGES copying src/pycountry/locales/sk/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/sk/LC_MESSAGES copying src/pycountry/locales/sk/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/sk/LC_MESSAGES creating build/lib/pycountry/locales/sl creating build/lib/pycountry/locales/sl/LC_MESSAGES copying src/pycountry/locales/sl/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/sl/LC_MESSAGES copying src/pycountry/locales/sl/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/sl/LC_MESSAGES copying src/pycountry/locales/sl/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/sl/LC_MESSAGES copying src/pycountry/locales/sl/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/sl/LC_MESSAGES copying src/pycountry/locales/sl/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/sl/LC_MESSAGES copying src/pycountry/locales/sl/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/sl/LC_MESSAGES copying src/pycountry/locales/sl/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/sl/LC_MESSAGES copying src/pycountry/locales/sl/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/sl/LC_MESSAGES copying src/pycountry/locales/sl/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/sl/LC_MESSAGES creating build/lib/pycountry/locales/so creating build/lib/pycountry/locales/so/LC_MESSAGES copying src/pycountry/locales/so/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/so/LC_MESSAGES copying src/pycountry/locales/so/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/so/LC_MESSAGES copying src/pycountry/locales/so/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/so/LC_MESSAGES copying src/pycountry/locales/so/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/so/LC_MESSAGES copying src/pycountry/locales/so/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/so/LC_MESSAGES copying src/pycountry/locales/so/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/so/LC_MESSAGES copying src/pycountry/locales/so/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/so/LC_MESSAGES creating build/lib/pycountry/locales/son creating build/lib/pycountry/locales/son/LC_MESSAGES copying src/pycountry/locales/son/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/son/LC_MESSAGES creating build/lib/pycountry/locales/sq creating build/lib/pycountry/locales/sq/LC_MESSAGES copying src/pycountry/locales/sq/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/sq/LC_MESSAGES copying src/pycountry/locales/sq/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/sq/LC_MESSAGES copying src/pycountry/locales/sq/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/sq/LC_MESSAGES copying src/pycountry/locales/sq/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/sq/LC_MESSAGES copying src/pycountry/locales/sq/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/sq/LC_MESSAGES copying src/pycountry/locales/sq/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/sq/LC_MESSAGES copying src/pycountry/locales/sq/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/sq/LC_MESSAGES copying src/pycountry/locales/sq/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/sq/LC_MESSAGES creating build/lib/pycountry/locales/sr creating build/lib/pycountry/locales/sr/LC_MESSAGES copying src/pycountry/locales/sr/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/sr/LC_MESSAGES copying src/pycountry/locales/sr/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/sr/LC_MESSAGES copying src/pycountry/locales/sr/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/sr/LC_MESSAGES copying src/pycountry/locales/sr/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/sr/LC_MESSAGES copying src/pycountry/locales/sr/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/sr/LC_MESSAGES copying src/pycountry/locales/sr/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/sr/LC_MESSAGES copying src/pycountry/locales/sr/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/sr/LC_MESSAGES copying src/pycountry/locales/sr/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/sr/LC_MESSAGES copying src/pycountry/locales/sr/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/sr/LC_MESSAGES copying src/pycountry/locales/sr/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/sr/LC_MESSAGES creating build/lib/pycountry/locales/sr@latin creating build/lib/pycountry/locales/sr@latin/LC_MESSAGES copying src/pycountry/locales/sr@latin/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/sr@latin/LC_MESSAGES copying src/pycountry/locales/sr@latin/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/sr@latin/LC_MESSAGES copying src/pycountry/locales/sr@latin/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/sr@latin/LC_MESSAGES copying src/pycountry/locales/sr@latin/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/sr@latin/LC_MESSAGES copying src/pycountry/locales/sr@latin/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/sr@latin/LC_MESSAGES copying src/pycountry/locales/sr@latin/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/sr@latin/LC_MESSAGES copying src/pycountry/locales/sr@latin/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/sr@latin/LC_MESSAGES copying src/pycountry/locales/sr@latin/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/sr@latin/LC_MESSAGES copying src/pycountry/locales/sr@latin/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/sr@latin/LC_MESSAGES copying src/pycountry/locales/sr@latin/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/sr@latin/LC_MESSAGES creating build/lib/pycountry/locales/sv creating build/lib/pycountry/locales/sv/LC_MESSAGES copying src/pycountry/locales/sv/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/sv/LC_MESSAGES copying src/pycountry/locales/sv/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/sv/LC_MESSAGES copying src/pycountry/locales/sv/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/sv/LC_MESSAGES copying src/pycountry/locales/sv/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/sv/LC_MESSAGES copying src/pycountry/locales/sv/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/sv/LC_MESSAGES copying src/pycountry/locales/sv/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/sv/LC_MESSAGES copying src/pycountry/locales/sv/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/sv/LC_MESSAGES copying src/pycountry/locales/sv/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/sv/LC_MESSAGES copying src/pycountry/locales/sv/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/sv/LC_MESSAGES copying src/pycountry/locales/sv/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/sv/LC_MESSAGES creating build/lib/pycountry/locales/sw creating build/lib/pycountry/locales/sw/LC_MESSAGES copying src/pycountry/locales/sw/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/sw/LC_MESSAGES copying src/pycountry/locales/sw/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/sw/LC_MESSAGES copying src/pycountry/locales/sw/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/sw/LC_MESSAGES creating build/lib/pycountry/locales/ta creating build/lib/pycountry/locales/ta/LC_MESSAGES copying src/pycountry/locales/ta/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ta/LC_MESSAGES copying src/pycountry/locales/ta/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ta/LC_MESSAGES copying src/pycountry/locales/ta/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ta/LC_MESSAGES copying src/pycountry/locales/ta/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/ta/LC_MESSAGES copying src/pycountry/locales/ta/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/ta/LC_MESSAGES creating build/lib/pycountry/locales/te creating build/lib/pycountry/locales/te/LC_MESSAGES copying src/pycountry/locales/te/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/te/LC_MESSAGES copying src/pycountry/locales/te/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/te/LC_MESSAGES copying src/pycountry/locales/te/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/te/LC_MESSAGES creating build/lib/pycountry/locales/tg creating build/lib/pycountry/locales/tg/LC_MESSAGES copying src/pycountry/locales/tg/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/tg/LC_MESSAGES creating build/lib/pycountry/locales/th creating build/lib/pycountry/locales/th/LC_MESSAGES copying src/pycountry/locales/th/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/th/LC_MESSAGES copying src/pycountry/locales/th/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/th/LC_MESSAGES copying src/pycountry/locales/th/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/th/LC_MESSAGES copying src/pycountry/locales/th/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/th/LC_MESSAGES copying src/pycountry/locales/th/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/th/LC_MESSAGES copying src/pycountry/locales/th/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/th/LC_MESSAGES copying src/pycountry/locales/th/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/th/LC_MESSAGES copying src/pycountry/locales/th/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/th/LC_MESSAGES copying src/pycountry/locales/th/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/th/LC_MESSAGES creating build/lib/pycountry/locales/ti creating build/lib/pycountry/locales/ti/LC_MESSAGES copying src/pycountry/locales/ti/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ti/LC_MESSAGES copying src/pycountry/locales/ti/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ti/LC_MESSAGES copying src/pycountry/locales/ti/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ti/LC_MESSAGES copying src/pycountry/locales/ti/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/ti/LC_MESSAGES copying src/pycountry/locales/ti/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/ti/LC_MESSAGES creating build/lib/pycountry/locales/tig creating build/lib/pycountry/locales/tig/LC_MESSAGES copying src/pycountry/locales/tig/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/tig/LC_MESSAGES copying src/pycountry/locales/tig/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/tig/LC_MESSAGES copying src/pycountry/locales/tig/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/tig/LC_MESSAGES copying src/pycountry/locales/tig/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/tig/LC_MESSAGES copying src/pycountry/locales/tig/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/tig/LC_MESSAGES creating build/lib/pycountry/locales/tk creating build/lib/pycountry/locales/tk/LC_MESSAGES copying src/pycountry/locales/tk/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/tk/LC_MESSAGES copying src/pycountry/locales/tk/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/tk/LC_MESSAGES copying src/pycountry/locales/tk/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/tk/LC_MESSAGES creating build/lib/pycountry/locales/tl creating build/lib/pycountry/locales/tl/LC_MESSAGES copying src/pycountry/locales/tl/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/tl/LC_MESSAGES copying src/pycountry/locales/tl/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/tl/LC_MESSAGES copying src/pycountry/locales/tl/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/tl/LC_MESSAGES creating build/lib/pycountry/locales/tr creating build/lib/pycountry/locales/tr/LC_MESSAGES copying src/pycountry/locales/tr/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/tr/LC_MESSAGES copying src/pycountry/locales/tr/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/tr/LC_MESSAGES copying src/pycountry/locales/tr/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/tr/LC_MESSAGES copying src/pycountry/locales/tr/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/tr/LC_MESSAGES copying src/pycountry/locales/tr/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/tr/LC_MESSAGES copying src/pycountry/locales/tr/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/tr/LC_MESSAGES copying src/pycountry/locales/tr/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/tr/LC_MESSAGES copying src/pycountry/locales/tr/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/tr/LC_MESSAGES copying src/pycountry/locales/tr/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/tr/LC_MESSAGES creating build/lib/pycountry/locales/tt creating build/lib/pycountry/locales/tt/LC_MESSAGES copying src/pycountry/locales/tt/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/tt/LC_MESSAGES copying src/pycountry/locales/tt/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/tt/LC_MESSAGES copying src/pycountry/locales/tt/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/tt/LC_MESSAGES copying src/pycountry/locales/tt/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/tt/LC_MESSAGES copying src/pycountry/locales/tt/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/tt/LC_MESSAGES creating build/lib/pycountry/locales/tt@iqtelif creating build/lib/pycountry/locales/tt@iqtelif/LC_MESSAGES copying src/pycountry/locales/tt@iqtelif/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/tt@iqtelif/LC_MESSAGES copying src/pycountry/locales/tt@iqtelif/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/tt@iqtelif/LC_MESSAGES copying src/pycountry/locales/tt@iqtelif/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/tt@iqtelif/LC_MESSAGES copying src/pycountry/locales/tt@iqtelif/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/tt@iqtelif/LC_MESSAGES copying src/pycountry/locales/tt@iqtelif/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/tt@iqtelif/LC_MESSAGES creating build/lib/pycountry/locales/tzm creating build/lib/pycountry/locales/tzm/LC_MESSAGES copying src/pycountry/locales/tzm/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/tzm/LC_MESSAGES copying src/pycountry/locales/tzm/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/tzm/LC_MESSAGES copying src/pycountry/locales/tzm/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/tzm/LC_MESSAGES creating build/lib/pycountry/locales/ug creating build/lib/pycountry/locales/ug/LC_MESSAGES copying src/pycountry/locales/ug/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ug/LC_MESSAGES copying src/pycountry/locales/ug/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ug/LC_MESSAGES copying src/pycountry/locales/ug/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ug/LC_MESSAGES creating build/lib/pycountry/locales/uk creating build/lib/pycountry/locales/uk/LC_MESSAGES copying src/pycountry/locales/uk/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/uk/LC_MESSAGES copying src/pycountry/locales/uk/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/uk/LC_MESSAGES copying src/pycountry/locales/uk/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/uk/LC_MESSAGES copying src/pycountry/locales/uk/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/uk/LC_MESSAGES copying src/pycountry/locales/uk/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/uk/LC_MESSAGES copying src/pycountry/locales/uk/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/uk/LC_MESSAGES copying src/pycountry/locales/uk/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/uk/LC_MESSAGES copying src/pycountry/locales/uk/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/uk/LC_MESSAGES copying src/pycountry/locales/uk/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/uk/LC_MESSAGES copying src/pycountry/locales/uk/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/uk/LC_MESSAGES creating build/lib/pycountry/locales/ur creating build/lib/pycountry/locales/ur/LC_MESSAGES copying src/pycountry/locales/ur/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ur/LC_MESSAGES creating build/lib/pycountry/locales/uz creating build/lib/pycountry/locales/uz/LC_MESSAGES copying src/pycountry/locales/uz/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/uz/LC_MESSAGES creating build/lib/pycountry/locales/ve creating build/lib/pycountry/locales/ve/LC_MESSAGES copying src/pycountry/locales/ve/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/ve/LC_MESSAGES copying src/pycountry/locales/ve/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/ve/LC_MESSAGES copying src/pycountry/locales/ve/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/ve/LC_MESSAGES copying src/pycountry/locales/ve/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/ve/LC_MESSAGES copying src/pycountry/locales/ve/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/ve/LC_MESSAGES copying src/pycountry/locales/ve/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/ve/LC_MESSAGES copying src/pycountry/locales/ve/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/ve/LC_MESSAGES creating build/lib/pycountry/locales/vi creating build/lib/pycountry/locales/vi/LC_MESSAGES copying src/pycountry/locales/vi/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/vi/LC_MESSAGES copying src/pycountry/locales/vi/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/vi/LC_MESSAGES copying src/pycountry/locales/vi/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/vi/LC_MESSAGES copying src/pycountry/locales/vi/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/vi/LC_MESSAGES copying src/pycountry/locales/vi/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/vi/LC_MESSAGES copying src/pycountry/locales/vi/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/vi/LC_MESSAGES copying src/pycountry/locales/vi/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/vi/LC_MESSAGES copying src/pycountry/locales/vi/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/vi/LC_MESSAGES copying src/pycountry/locales/vi/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/vi/LC_MESSAGES creating build/lib/pycountry/locales/wa creating build/lib/pycountry/locales/wa/LC_MESSAGES copying src/pycountry/locales/wa/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/wa/LC_MESSAGES copying src/pycountry/locales/wa/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/wa/LC_MESSAGES copying src/pycountry/locales/wa/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/wa/LC_MESSAGES copying src/pycountry/locales/wa/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/wa/LC_MESSAGES copying src/pycountry/locales/wa/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/wa/LC_MESSAGES copying src/pycountry/locales/wa/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/wa/LC_MESSAGES copying src/pycountry/locales/wa/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/wa/LC_MESSAGES creating build/lib/pycountry/locales/wal creating build/lib/pycountry/locales/wal/LC_MESSAGES copying src/pycountry/locales/wal/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/wal/LC_MESSAGES copying src/pycountry/locales/wal/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/wal/LC_MESSAGES copying src/pycountry/locales/wal/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/wal/LC_MESSAGES creating build/lib/pycountry/locales/wo creating build/lib/pycountry/locales/wo/LC_MESSAGES copying src/pycountry/locales/wo/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/wo/LC_MESSAGES copying src/pycountry/locales/wo/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/wo/LC_MESSAGES copying src/pycountry/locales/wo/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/wo/LC_MESSAGES creating build/lib/pycountry/locales/xh creating build/lib/pycountry/locales/xh/LC_MESSAGES copying src/pycountry/locales/xh/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/xh/LC_MESSAGES copying src/pycountry/locales/xh/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/xh/LC_MESSAGES copying src/pycountry/locales/xh/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/xh/LC_MESSAGES copying src/pycountry/locales/xh/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/xh/LC_MESSAGES copying src/pycountry/locales/xh/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/xh/LC_MESSAGES creating build/lib/pycountry/locales/yo creating build/lib/pycountry/locales/yo/LC_MESSAGES copying src/pycountry/locales/yo/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/yo/LC_MESSAGES creating build/lib/pycountry/locales/zh_CN creating build/lib/pycountry/locales/zh_CN/LC_MESSAGES copying src/pycountry/locales/zh_CN/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/zh_CN/LC_MESSAGES copying src/pycountry/locales/zh_CN/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/zh_CN/LC_MESSAGES copying src/pycountry/locales/zh_CN/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/zh_CN/LC_MESSAGES copying src/pycountry/locales/zh_CN/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/zh_CN/LC_MESSAGES copying src/pycountry/locales/zh_CN/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/zh_CN/LC_MESSAGES copying src/pycountry/locales/zh_CN/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/zh_CN/LC_MESSAGES copying src/pycountry/locales/zh_CN/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/zh_CN/LC_MESSAGES copying src/pycountry/locales/zh_CN/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/zh_CN/LC_MESSAGES copying src/pycountry/locales/zh_CN/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/zh_CN/LC_MESSAGES creating build/lib/pycountry/locales/zh_HK creating build/lib/pycountry/locales/zh_HK/LC_MESSAGES copying src/pycountry/locales/zh_HK/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/zh_HK/LC_MESSAGES copying src/pycountry/locales/zh_HK/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/zh_HK/LC_MESSAGES copying src/pycountry/locales/zh_HK/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/zh_HK/LC_MESSAGES copying src/pycountry/locales/zh_HK/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/zh_HK/LC_MESSAGES copying src/pycountry/locales/zh_HK/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/zh_HK/LC_MESSAGES creating build/lib/pycountry/locales/zh_Hans creating build/lib/pycountry/locales/zh_Hans/LC_MESSAGES copying src/pycountry/locales/zh_Hans/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/zh_Hans/LC_MESSAGES creating build/lib/pycountry/locales/zh_Hant creating build/lib/pycountry/locales/zh_Hant/LC_MESSAGES copying src/pycountry/locales/zh_Hant/LC_MESSAGES/iso639-5.mo -> build/lib/pycountry/locales/zh_Hant/LC_MESSAGES creating build/lib/pycountry/locales/zh_TW creating build/lib/pycountry/locales/zh_TW/LC_MESSAGES copying src/pycountry/locales/zh_TW/LC_MESSAGES/iso15924.mo -> build/lib/pycountry/locales/zh_TW/LC_MESSAGES copying src/pycountry/locales/zh_TW/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/zh_TW/LC_MESSAGES copying src/pycountry/locales/zh_TW/LC_MESSAGES/iso3166-2.mo -> build/lib/pycountry/locales/zh_TW/LC_MESSAGES copying src/pycountry/locales/zh_TW/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/zh_TW/LC_MESSAGES copying src/pycountry/locales/zh_TW/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/zh_TW/LC_MESSAGES copying src/pycountry/locales/zh_TW/LC_MESSAGES/iso3166_2.mo -> build/lib/pycountry/locales/zh_TW/LC_MESSAGES copying src/pycountry/locales/zh_TW/LC_MESSAGES/iso4217.mo -> build/lib/pycountry/locales/zh_TW/LC_MESSAGES copying src/pycountry/locales/zh_TW/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/zh_TW/LC_MESSAGES copying src/pycountry/locales/zh_TW/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/zh_TW/LC_MESSAGES creating build/lib/pycountry/locales/zu creating build/lib/pycountry/locales/zu/LC_MESSAGES copying src/pycountry/locales/zu/LC_MESSAGES/iso3166-1.mo -> build/lib/pycountry/locales/zu/LC_MESSAGES copying src/pycountry/locales/zu/LC_MESSAGES/iso3166-3.mo -> build/lib/pycountry/locales/zu/LC_MESSAGES copying src/pycountry/locales/zu/LC_MESSAGES/iso3166.mo -> build/lib/pycountry/locales/zu/LC_MESSAGES copying src/pycountry/locales/zu/LC_MESSAGES/iso639-3.mo -> build/lib/pycountry/locales/zu/LC_MESSAGES copying src/pycountry/locales/zu/LC_MESSAGES/iso639_3.mo -> build/lib/pycountry/locales/zu/LC_MESSAGES creating build/lib/pycountry/tests copying src/pycountry/tests/test_general.py -> build/lib/pycountry/tests ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/aports/community/py3-pycountry/src/pycountry-22.3.5 configfile: pyproject.toml collected 21 items src/pycountry/tests/test_general.py ..................... [100%] =============================== warnings summary =============================== src/pycountry/__init__.py:10 /home/buildozer/aports/community/py3-pycountry/src/pycountry-22.3.5/src/pycountry/__init__.py:10: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 21 passed, 1 warning in 0.67s ========================= >>> py3-pycountry: Entering fakeroot... 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 /home/buildozer/aports/community/py3-pycountry/pkg creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry copying build/lib/pycountry/__init__.py -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wo creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wo/LC_MESSAGES copying build/lib/pycountry/locales/wo/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wo/LC_MESSAGES copying build/lib/pycountry/locales/wo/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wo/LC_MESSAGES copying build/lib/pycountry/locales/wo/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wo/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lv creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lv/LC_MESSAGES copying build/lib/pycountry/locales/lv/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lv/LC_MESSAGES copying build/lib/pycountry/locales/lv/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lv/LC_MESSAGES copying build/lib/pycountry/locales/lv/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lv/LC_MESSAGES copying build/lib/pycountry/locales/lv/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lv/LC_MESSAGES copying build/lib/pycountry/locales/lv/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lv/LC_MESSAGES copying build/lib/pycountry/locales/lv/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lv/LC_MESSAGES copying build/lib/pycountry/locales/lv/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lv/LC_MESSAGES copying build/lib/pycountry/locales/lv/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lv/LC_MESSAGES copying build/lib/pycountry/locales/lv/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lv/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/dz creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/dz/LC_MESSAGES copying build/lib/pycountry/locales/dz/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/dz/LC_MESSAGES copying build/lib/pycountry/locales/dz/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/dz/LC_MESSAGES copying build/lib/pycountry/locales/dz/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/dz/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sw creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sw/LC_MESSAGES copying build/lib/pycountry/locales/sw/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sw/LC_MESSAGES copying build/lib/pycountry/locales/sw/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sw/LC_MESSAGES copying build/lib/pycountry/locales/sw/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sw/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mr creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mr/LC_MESSAGES copying build/lib/pycountry/locales/mr/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mr/LC_MESSAGES copying build/lib/pycountry/locales/mr/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mr/LC_MESSAGES copying build/lib/pycountry/locales/mr/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mr/LC_MESSAGES copying build/lib/pycountry/locales/mr/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mr/LC_MESSAGES copying build/lib/pycountry/locales/mr/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mr/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ca creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ca/LC_MESSAGES copying build/lib/pycountry/locales/ca/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ca/LC_MESSAGES copying build/lib/pycountry/locales/ca/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ca/LC_MESSAGES copying build/lib/pycountry/locales/ca/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ca/LC_MESSAGES copying build/lib/pycountry/locales/ca/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ca/LC_MESSAGES copying build/lib/pycountry/locales/ca/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ca/LC_MESSAGES copying build/lib/pycountry/locales/ca/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ca/LC_MESSAGES copying build/lib/pycountry/locales/ca/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ca/LC_MESSAGES copying build/lib/pycountry/locales/ca/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ca/LC_MESSAGES copying build/lib/pycountry/locales/ca/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ca/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tzm creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tzm/LC_MESSAGES copying build/lib/pycountry/locales/tzm/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tzm/LC_MESSAGES copying build/lib/pycountry/locales/tzm/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tzm/LC_MESSAGES copying build/lib/pycountry/locales/tzm/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tzm/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/an creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/an/LC_MESSAGES copying build/lib/pycountry/locales/an/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/an/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/el creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/el/LC_MESSAGES copying build/lib/pycountry/locales/el/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/el/LC_MESSAGES copying build/lib/pycountry/locales/el/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/el/LC_MESSAGES copying build/lib/pycountry/locales/el/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/el/LC_MESSAGES copying build/lib/pycountry/locales/el/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/el/LC_MESSAGES copying build/lib/pycountry/locales/el/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/el/LC_MESSAGES copying build/lib/pycountry/locales/el/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/el/LC_MESSAGES copying build/lib/pycountry/locales/el/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/el/LC_MESSAGES copying build/lib/pycountry/locales/el/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/el/LC_MESSAGES copying build/lib/pycountry/locales/el/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/el/LC_MESSAGES copying build/lib/pycountry/locales/el/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/el/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/chr creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/chr/LC_MESSAGES copying build/lib/pycountry/locales/chr/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/chr/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/frp creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/frp/LC_MESSAGES copying build/lib/pycountry/locales/frp/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/frp/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bi creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bi/LC_MESSAGES copying build/lib/pycountry/locales/bi/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bi/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/af creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/af/LC_MESSAGES copying build/lib/pycountry/locales/af/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/af/LC_MESSAGES copying build/lib/pycountry/locales/af/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/af/LC_MESSAGES copying build/lib/pycountry/locales/af/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/af/LC_MESSAGES copying build/lib/pycountry/locales/af/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/af/LC_MESSAGES copying build/lib/pycountry/locales/af/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/af/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/en creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/en/LC_MESSAGES copying build/lib/pycountry/locales/en/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/en/LC_MESSAGES copying build/lib/pycountry/locales/en/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/en/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/et creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/et/LC_MESSAGES copying build/lib/pycountry/locales/et/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/et/LC_MESSAGES copying build/lib/pycountry/locales/et/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/et/LC_MESSAGES copying build/lib/pycountry/locales/et/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/et/LC_MESSAGES copying build/lib/pycountry/locales/et/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/et/LC_MESSAGES copying build/lib/pycountry/locales/et/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/et/LC_MESSAGES copying build/lib/pycountry/locales/et/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/et/LC_MESSAGES copying build/lib/pycountry/locales/et/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/et/LC_MESSAGES copying build/lib/pycountry/locales/et/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/et/LC_MESSAGES copying build/lib/pycountry/locales/et/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/et/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nn creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nn/LC_MESSAGES copying build/lib/pycountry/locales/nn/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nn/LC_MESSAGES copying build/lib/pycountry/locales/nn/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nn/LC_MESSAGES copying build/lib/pycountry/locales/nn/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nn/LC_MESSAGES copying build/lib/pycountry/locales/nn/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nn/LC_MESSAGES copying build/lib/pycountry/locales/nn/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nn/LC_MESSAGES copying build/lib/pycountry/locales/nn/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nn/LC_MESSAGES copying build/lib/pycountry/locales/nn/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nn/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pi creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pi/LC_MESSAGES copying build/lib/pycountry/locales/pi/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pi/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/crh creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/crh/LC_MESSAGES copying build/lib/pycountry/locales/crh/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/crh/LC_MESSAGES copying build/lib/pycountry/locales/crh/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/crh/LC_MESSAGES copying build/lib/pycountry/locales/crh/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/crh/LC_MESSAGES copying build/lib/pycountry/locales/crh/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/crh/LC_MESSAGES copying build/lib/pycountry/locales/crh/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/crh/LC_MESSAGES copying build/lib/pycountry/locales/crh/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/crh/LC_MESSAGES copying build/lib/pycountry/locales/crh/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/crh/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cy creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cy/LC_MESSAGES copying build/lib/pycountry/locales/cy/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cy/LC_MESSAGES copying build/lib/pycountry/locales/cy/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cy/LC_MESSAGES copying build/lib/pycountry/locales/cy/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cy/LC_MESSAGES copying build/lib/pycountry/locales/cy/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cy/LC_MESSAGES copying build/lib/pycountry/locales/cy/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cy/LC_MESSAGES copying build/lib/pycountry/locales/cy/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cy/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mi creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mi/LC_MESSAGES copying build/lib/pycountry/locales/mi/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mi/LC_MESSAGES copying build/lib/pycountry/locales/mi/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mi/LC_MESSAGES copying build/lib/pycountry/locales/mi/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mi/LC_MESSAGES copying build/lib/pycountry/locales/mi/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mi/LC_MESSAGES copying build/lib/pycountry/locales/mi/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mi/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sc creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sc/LC_MESSAGES copying build/lib/pycountry/locales/sc/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sc/LC_MESSAGES copying build/lib/pycountry/locales/sc/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sc/LC_MESSAGES copying build/lib/pycountry/locales/sc/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sc/LC_MESSAGES copying build/lib/pycountry/locales/sc/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sc/LC_MESSAGES copying build/lib/pycountry/locales/sc/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sc/LC_MESSAGES copying build/lib/pycountry/locales/sc/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sc/LC_MESSAGES copying build/lib/pycountry/locales/sc/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sc/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ko creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ko/LC_MESSAGES copying build/lib/pycountry/locales/ko/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ko/LC_MESSAGES copying build/lib/pycountry/locales/ko/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ko/LC_MESSAGES copying build/lib/pycountry/locales/ko/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ko/LC_MESSAGES copying build/lib/pycountry/locales/ko/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ko/LC_MESSAGES copying build/lib/pycountry/locales/ko/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ko/LC_MESSAGES copying build/lib/pycountry/locales/ko/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ko/LC_MESSAGES copying build/lib/pycountry/locales/ko/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ko/LC_MESSAGES copying build/lib/pycountry/locales/ko/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ko/LC_MESSAGES copying build/lib/pycountry/locales/ko/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ko/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/is creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/is/LC_MESSAGES copying build/lib/pycountry/locales/is/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/is/LC_MESSAGES copying build/lib/pycountry/locales/is/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/is/LC_MESSAGES copying build/lib/pycountry/locales/is/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/is/LC_MESSAGES copying build/lib/pycountry/locales/is/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/is/LC_MESSAGES copying build/lib/pycountry/locales/is/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/is/LC_MESSAGES copying build/lib/pycountry/locales/is/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/is/LC_MESSAGES copying build/lib/pycountry/locales/is/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/is/LC_MESSAGES copying build/lib/pycountry/locales/is/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/is/LC_MESSAGES copying build/lib/pycountry/locales/is/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/is/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pa creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pa/LC_MESSAGES copying build/lib/pycountry/locales/pa/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pa/LC_MESSAGES copying build/lib/pycountry/locales/pa/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pa/LC_MESSAGES copying build/lib/pycountry/locales/pa/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pa/LC_MESSAGES copying build/lib/pycountry/locales/pa/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pa/LC_MESSAGES copying build/lib/pycountry/locales/pa/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pa/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tt creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tt/LC_MESSAGES copying build/lib/pycountry/locales/tt/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tt/LC_MESSAGES copying build/lib/pycountry/locales/tt/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tt/LC_MESSAGES copying build/lib/pycountry/locales/tt/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tt/LC_MESSAGES copying build/lib/pycountry/locales/tt/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tt/LC_MESSAGES copying build/lib/pycountry/locales/tt/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tt/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kmr creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kmr/LC_MESSAGES copying build/lib/pycountry/locales/kmr/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kmr/LC_MESSAGES copying build/lib/pycountry/locales/kmr/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kmr/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ne creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ne/LC_MESSAGES copying build/lib/pycountry/locales/ne/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ne/LC_MESSAGES copying build/lib/pycountry/locales/ne/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ne/LC_MESSAGES copying build/lib/pycountry/locales/ne/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ne/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mhr creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mhr/LC_MESSAGES copying build/lib/pycountry/locales/mhr/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mhr/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fy creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fy/LC_MESSAGES copying build/lib/pycountry/locales/fy/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fy/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bg creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bg/LC_MESSAGES copying build/lib/pycountry/locales/bg/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bg/LC_MESSAGES copying build/lib/pycountry/locales/bg/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bg/LC_MESSAGES copying build/lib/pycountry/locales/bg/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bg/LC_MESSAGES copying build/lib/pycountry/locales/bg/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bg/LC_MESSAGES copying build/lib/pycountry/locales/bg/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bg/LC_MESSAGES copying build/lib/pycountry/locales/bg/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bg/LC_MESSAGES copying build/lib/pycountry/locales/bg/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bg/LC_MESSAGES copying build/lib/pycountry/locales/bg/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bg/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_TW creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_TW/LC_MESSAGES copying build/lib/pycountry/locales/zh_TW/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_TW/LC_MESSAGES copying build/lib/pycountry/locales/zh_TW/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_TW/LC_MESSAGES copying build/lib/pycountry/locales/zh_TW/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_TW/LC_MESSAGES copying build/lib/pycountry/locales/zh_TW/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_TW/LC_MESSAGES copying build/lib/pycountry/locales/zh_TW/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_TW/LC_MESSAGES copying build/lib/pycountry/locales/zh_TW/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_TW/LC_MESSAGES copying build/lib/pycountry/locales/zh_TW/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_TW/LC_MESSAGES copying build/lib/pycountry/locales/zh_TW/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_TW/LC_MESSAGES copying build/lib/pycountry/locales/zh_TW/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_TW/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ff creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ff/LC_MESSAGES copying build/lib/pycountry/locales/ff/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ff/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ga creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ga/LC_MESSAGES copying build/lib/pycountry/locales/ga/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ga/LC_MESSAGES copying build/lib/pycountry/locales/ga/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ga/LC_MESSAGES copying build/lib/pycountry/locales/ga/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ga/LC_MESSAGES copying build/lib/pycountry/locales/ga/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ga/LC_MESSAGES copying build/lib/pycountry/locales/ga/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ga/LC_MESSAGES copying build/lib/pycountry/locales/ga/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ga/LC_MESSAGES copying build/lib/pycountry/locales/ga/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ga/LC_MESSAGES copying build/lib/pycountry/locales/ga/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ga/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sd creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sd/LC_MESSAGES copying build/lib/pycountry/locales/sd/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sd/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ki creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ki/LC_MESSAGES copying build/lib/pycountry/locales/ki/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ki/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/si creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/si/LC_MESSAGES copying build/lib/pycountry/locales/si/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/si/LC_MESSAGES copying build/lib/pycountry/locales/si/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/si/LC_MESSAGES copying build/lib/pycountry/locales/si/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/si/LC_MESSAGES copying build/lib/pycountry/locales/si/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/si/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ce creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ce/LC_MESSAGES copying build/lib/pycountry/locales/ce/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ce/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/byn creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/byn/LC_MESSAGES copying build/lib/pycountry/locales/byn/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/byn/LC_MESSAGES copying build/lib/pycountry/locales/byn/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/byn/LC_MESSAGES copying build/lib/pycountry/locales/byn/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/byn/LC_MESSAGES copying build/lib/pycountry/locales/byn/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/byn/LC_MESSAGES copying build/lib/pycountry/locales/byn/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/byn/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gl creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gl/LC_MESSAGES copying build/lib/pycountry/locales/gl/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gl/LC_MESSAGES copying build/lib/pycountry/locales/gl/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gl/LC_MESSAGES copying build/lib/pycountry/locales/gl/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gl/LC_MESSAGES copying build/lib/pycountry/locales/gl/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gl/LC_MESSAGES copying build/lib/pycountry/locales/gl/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gl/LC_MESSAGES copying build/lib/pycountry/locales/gl/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gl/LC_MESSAGES copying build/lib/pycountry/locales/gl/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gl/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nah creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nah/LC_MESSAGES copying build/lib/pycountry/locales/nah/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nah/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ak creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ak/LC_MESSAGES copying build/lib/pycountry/locales/ak/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ak/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_HK creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_HK/LC_MESSAGES copying build/lib/pycountry/locales/zh_HK/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_HK/LC_MESSAGES copying build/lib/pycountry/locales/zh_HK/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_HK/LC_MESSAGES copying build/lib/pycountry/locales/zh_HK/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_HK/LC_MESSAGES copying build/lib/pycountry/locales/zh_HK/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_HK/LC_MESSAGES copying build/lib/pycountry/locales/zh_HK/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_HK/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ace creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ace/LC_MESSAGES copying build/lib/pycountry/locales/ace/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ace/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/as creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/as/LC_MESSAGES copying build/lib/pycountry/locales/as/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/as/LC_MESSAGES copying build/lib/pycountry/locales/as/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/as/LC_MESSAGES copying build/lib/pycountry/locales/as/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/as/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kw creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kw/LC_MESSAGES copying build/lib/pycountry/locales/kw/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kw/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tl creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tl/LC_MESSAGES copying build/lib/pycountry/locales/tl/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tl/LC_MESSAGES copying build/lib/pycountry/locales/tl/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tl/LC_MESSAGES copying build/lib/pycountry/locales/tl/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tl/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/uk creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/uk/LC_MESSAGES copying build/lib/pycountry/locales/uk/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/uk/LC_MESSAGES copying build/lib/pycountry/locales/uk/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/uk/LC_MESSAGES copying build/lib/pycountry/locales/uk/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/uk/LC_MESSAGES copying build/lib/pycountry/locales/uk/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/uk/LC_MESSAGES copying build/lib/pycountry/locales/uk/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/uk/LC_MESSAGES copying build/lib/pycountry/locales/uk/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/uk/LC_MESSAGES copying build/lib/pycountry/locales/uk/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/uk/LC_MESSAGES copying build/lib/pycountry/locales/uk/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/uk/LC_MESSAGES copying build/lib/pycountry/locales/uk/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/uk/LC_MESSAGES copying build/lib/pycountry/locales/uk/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/uk/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/uz creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/uz/LC_MESSAGES copying build/lib/pycountry/locales/uz/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/uz/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kn creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kn/LC_MESSAGES copying build/lib/pycountry/locales/kn/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kn/LC_MESSAGES copying build/lib/pycountry/locales/kn/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kn/LC_MESSAGES copying build/lib/pycountry/locales/kn/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kn/LC_MESSAGES copying build/lib/pycountry/locales/kn/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kn/LC_MESSAGES copying build/lib/pycountry/locales/kn/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kn/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ab creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ab/LC_MESSAGES copying build/lib/pycountry/locales/ab/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ab/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ha creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ha/LC_MESSAGES copying build/lib/pycountry/locales/ha/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ha/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/rw creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/rw/LC_MESSAGES copying build/lib/pycountry/locales/rw/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/rw/LC_MESSAGES copying build/lib/pycountry/locales/rw/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/rw/LC_MESSAGES copying build/lib/pycountry/locales/rw/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/rw/LC_MESSAGES copying build/lib/pycountry/locales/rw/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/rw/LC_MESSAGES copying build/lib/pycountry/locales/rw/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/rw/LC_MESSAGES copying build/lib/pycountry/locales/rw/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/rw/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mo creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mo/LC_MESSAGES copying build/lib/pycountry/locales/mo/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mo/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ti creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ti/LC_MESSAGES copying build/lib/pycountry/locales/ti/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ti/LC_MESSAGES copying build/lib/pycountry/locales/ti/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ti/LC_MESSAGES copying build/lib/pycountry/locales/ti/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ti/LC_MESSAGES copying build/lib/pycountry/locales/ti/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ti/LC_MESSAGES copying build/lib/pycountry/locales/ti/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ti/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cv creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cv/LC_MESSAGES copying build/lib/pycountry/locales/cv/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cv/LC_MESSAGES copying build/lib/pycountry/locales/cv/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cv/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ja creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ja/LC_MESSAGES copying build/lib/pycountry/locales/ja/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ja/LC_MESSAGES copying build/lib/pycountry/locales/ja/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ja/LC_MESSAGES copying build/lib/pycountry/locales/ja/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ja/LC_MESSAGES copying build/lib/pycountry/locales/ja/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ja/LC_MESSAGES copying build/lib/pycountry/locales/ja/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ja/LC_MESSAGES copying build/lib/pycountry/locales/ja/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ja/LC_MESSAGES copying build/lib/pycountry/locales/ja/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ja/LC_MESSAGES copying build/lib/pycountry/locales/ja/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ja/LC_MESSAGES copying build/lib/pycountry/locales/ja/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ja/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cs creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cs/LC_MESSAGES copying build/lib/pycountry/locales/cs/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cs/LC_MESSAGES copying build/lib/pycountry/locales/cs/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cs/LC_MESSAGES copying build/lib/pycountry/locales/cs/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cs/LC_MESSAGES copying build/lib/pycountry/locales/cs/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cs/LC_MESSAGES copying build/lib/pycountry/locales/cs/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cs/LC_MESSAGES copying build/lib/pycountry/locales/cs/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cs/LC_MESSAGES copying build/lib/pycountry/locales/cs/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cs/LC_MESSAGES copying build/lib/pycountry/locales/cs/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cs/LC_MESSAGES copying build/lib/pycountry/locales/cs/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/cs/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fil creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fil/LC_MESSAGES copying build/lib/pycountry/locales/fil/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fil/LC_MESSAGES copying build/lib/pycountry/locales/fil/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fil/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tr creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tr/LC_MESSAGES copying build/lib/pycountry/locales/tr/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tr/LC_MESSAGES copying build/lib/pycountry/locales/tr/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tr/LC_MESSAGES copying build/lib/pycountry/locales/tr/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tr/LC_MESSAGES copying build/lib/pycountry/locales/tr/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tr/LC_MESSAGES copying build/lib/pycountry/locales/tr/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tr/LC_MESSAGES copying build/lib/pycountry/locales/tr/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tr/LC_MESSAGES copying build/lib/pycountry/locales/tr/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tr/LC_MESSAGES copying build/lib/pycountry/locales/tr/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tr/LC_MESSAGES copying build/lib/pycountry/locales/tr/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tr/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/io creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/io/LC_MESSAGES copying build/lib/pycountry/locales/io/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/io/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sl creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sl/LC_MESSAGES copying build/lib/pycountry/locales/sl/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sl/LC_MESSAGES copying build/lib/pycountry/locales/sl/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sl/LC_MESSAGES copying build/lib/pycountry/locales/sl/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sl/LC_MESSAGES copying build/lib/pycountry/locales/sl/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sl/LC_MESSAGES copying build/lib/pycountry/locales/sl/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sl/LC_MESSAGES copying build/lib/pycountry/locales/sl/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sl/LC_MESSAGES copying build/lib/pycountry/locales/sl/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sl/LC_MESSAGES copying build/lib/pycountry/locales/sl/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sl/LC_MESSAGES copying build/lib/pycountry/locales/sl/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sl/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/xh creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/xh/LC_MESSAGES copying build/lib/pycountry/locales/xh/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/xh/LC_MESSAGES copying build/lib/pycountry/locales/xh/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/xh/LC_MESSAGES copying build/lib/pycountry/locales/xh/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/xh/LC_MESSAGES copying build/lib/pycountry/locales/xh/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/xh/LC_MESSAGES copying build/lib/pycountry/locales/xh/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/xh/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kok creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kok/LC_MESSAGES copying build/lib/pycountry/locales/kok/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kok/LC_MESSAGES copying build/lib/pycountry/locales/kok/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kok/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sq creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sq/LC_MESSAGES copying build/lib/pycountry/locales/sq/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sq/LC_MESSAGES copying build/lib/pycountry/locales/sq/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sq/LC_MESSAGES copying build/lib/pycountry/locales/sq/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sq/LC_MESSAGES copying build/lib/pycountry/locales/sq/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sq/LC_MESSAGES copying build/lib/pycountry/locales/sq/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sq/LC_MESSAGES copying build/lib/pycountry/locales/sq/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sq/LC_MESSAGES copying build/lib/pycountry/locales/sq/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sq/LC_MESSAGES copying build/lib/pycountry/locales/sq/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sq/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gn creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gn/LC_MESSAGES copying build/lib/pycountry/locales/gn/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gn/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_CN creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_CN/LC_MESSAGES copying build/lib/pycountry/locales/zh_CN/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_CN/LC_MESSAGES copying build/lib/pycountry/locales/zh_CN/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_CN/LC_MESSAGES copying build/lib/pycountry/locales/zh_CN/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_CN/LC_MESSAGES copying build/lib/pycountry/locales/zh_CN/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_CN/LC_MESSAGES copying build/lib/pycountry/locales/zh_CN/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_CN/LC_MESSAGES copying build/lib/pycountry/locales/zh_CN/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_CN/LC_MESSAGES copying build/lib/pycountry/locales/zh_CN/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_CN/LC_MESSAGES copying build/lib/pycountry/locales/zh_CN/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_CN/LC_MESSAGES copying build/lib/pycountry/locales/zh_CN/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_CN/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/az creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/az/LC_MESSAGES copying build/lib/pycountry/locales/az/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/az/LC_MESSAGES copying build/lib/pycountry/locales/az/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/az/LC_MESSAGES copying build/lib/pycountry/locales/az/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/az/LC_MESSAGES copying build/lib/pycountry/locales/az/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/az/LC_MESSAGES copying build/lib/pycountry/locales/az/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/az/LC_MESSAGES copying build/lib/pycountry/locales/az/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/az/LC_MESSAGES copying build/lib/pycountry/locales/az/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/az/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/so creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/so/LC_MESSAGES copying build/lib/pycountry/locales/so/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/so/LC_MESSAGES copying build/lib/pycountry/locales/so/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/so/LC_MESSAGES copying build/lib/pycountry/locales/so/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/so/LC_MESSAGES copying build/lib/pycountry/locales/so/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/so/LC_MESSAGES copying build/lib/pycountry/locales/so/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/so/LC_MESSAGES copying build/lib/pycountry/locales/so/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/so/LC_MESSAGES copying build/lib/pycountry/locales/so/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/so/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ve creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ve/LC_MESSAGES copying build/lib/pycountry/locales/ve/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ve/LC_MESSAGES copying build/lib/pycountry/locales/ve/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ve/LC_MESSAGES copying build/lib/pycountry/locales/ve/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ve/LC_MESSAGES copying build/lib/pycountry/locales/ve/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ve/LC_MESSAGES copying build/lib/pycountry/locales/ve/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ve/LC_MESSAGES copying build/lib/pycountry/locales/ve/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ve/LC_MESSAGES copying build/lib/pycountry/locales/ve/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ve/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wal creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wal/LC_MESSAGES copying build/lib/pycountry/locales/wal/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wal/LC_MESSAGES copying build/lib/pycountry/locales/wal/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wal/LC_MESSAGES copying build/lib/pycountry/locales/wal/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wal/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eo creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eo/LC_MESSAGES copying build/lib/pycountry/locales/eo/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eo/LC_MESSAGES copying build/lib/pycountry/locales/eo/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eo/LC_MESSAGES copying build/lib/pycountry/locales/eo/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eo/LC_MESSAGES copying build/lib/pycountry/locales/eo/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eo/LC_MESSAGES copying build/lib/pycountry/locales/eo/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eo/LC_MESSAGES copying build/lib/pycountry/locales/eo/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eo/LC_MESSAGES copying build/lib/pycountry/locales/eo/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eo/LC_MESSAGES copying build/lib/pycountry/locales/eo/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eo/LC_MESSAGES copying build/lib/pycountry/locales/eo/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eo/LC_MESSAGES copying build/lib/pycountry/locales/eo/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eo/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt_BR creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt_BR/LC_MESSAGES copying build/lib/pycountry/locales/pt_BR/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt_BR/LC_MESSAGES copying build/lib/pycountry/locales/pt_BR/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt_BR/LC_MESSAGES copying build/lib/pycountry/locales/pt_BR/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt_BR/LC_MESSAGES copying build/lib/pycountry/locales/pt_BR/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt_BR/LC_MESSAGES copying build/lib/pycountry/locales/pt_BR/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt_BR/LC_MESSAGES copying build/lib/pycountry/locales/pt_BR/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt_BR/LC_MESSAGES copying build/lib/pycountry/locales/pt_BR/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt_BR/LC_MESSAGES copying build/lib/pycountry/locales/pt_BR/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt_BR/LC_MESSAGES copying build/lib/pycountry/locales/pt_BR/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt_BR/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pl creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pl/LC_MESSAGES copying build/lib/pycountry/locales/pl/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pl/LC_MESSAGES copying build/lib/pycountry/locales/pl/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pl/LC_MESSAGES copying build/lib/pycountry/locales/pl/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pl/LC_MESSAGES copying build/lib/pycountry/locales/pl/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pl/LC_MESSAGES copying build/lib/pycountry/locales/pl/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pl/LC_MESSAGES copying build/lib/pycountry/locales/pl/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pl/LC_MESSAGES copying build/lib/pycountry/locales/pl/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pl/LC_MESSAGES copying build/lib/pycountry/locales/pl/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pl/LC_MESSAGES copying build/lib/pycountry/locales/pl/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pl/LC_MESSAGES copying build/lib/pycountry/locales/pl/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pl/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nso creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nso/LC_MESSAGES copying build/lib/pycountry/locales/nso/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nso/LC_MESSAGES copying build/lib/pycountry/locales/nso/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nso/LC_MESSAGES copying build/lib/pycountry/locales/nso/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nso/LC_MESSAGES copying build/lib/pycountry/locales/nso/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nso/LC_MESSAGES copying build/lib/pycountry/locales/nso/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nso/LC_MESSAGES copying build/lib/pycountry/locales/nso/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nso/LC_MESSAGES copying build/lib/pycountry/locales/nso/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nso/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gv creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gv/LC_MESSAGES copying build/lib/pycountry/locales/gv/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gv/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hr creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hr/LC_MESSAGES copying build/lib/pycountry/locales/hr/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hr/LC_MESSAGES copying build/lib/pycountry/locales/hr/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hr/LC_MESSAGES copying build/lib/pycountry/locales/hr/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hr/LC_MESSAGES copying build/lib/pycountry/locales/hr/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hr/LC_MESSAGES copying build/lib/pycountry/locales/hr/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hr/LC_MESSAGES copying build/lib/pycountry/locales/hr/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hr/LC_MESSAGES copying build/lib/pycountry/locales/hr/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hr/LC_MESSAGES copying build/lib/pycountry/locales/hr/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hr/LC_MESSAGES copying build/lib/pycountry/locales/hr/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hr/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ru creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ru/LC_MESSAGES copying build/lib/pycountry/locales/ru/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ru/LC_MESSAGES copying build/lib/pycountry/locales/ru/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ru/LC_MESSAGES copying build/lib/pycountry/locales/ru/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ru/LC_MESSAGES copying build/lib/pycountry/locales/ru/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ru/LC_MESSAGES copying build/lib/pycountry/locales/ru/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ru/LC_MESSAGES copying build/lib/pycountry/locales/ru/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ru/LC_MESSAGES copying build/lib/pycountry/locales/ru/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ru/LC_MESSAGES copying build/lib/pycountry/locales/ru/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ru/LC_MESSAGES copying build/lib/pycountry/locales/ru/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ru/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ch creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ch/LC_MESSAGES copying build/lib/pycountry/locales/ch/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ch/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ay creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ay/LC_MESSAGES copying build/lib/pycountry/locales/ay/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ay/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/es creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/es/LC_MESSAGES copying build/lib/pycountry/locales/es/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/es/LC_MESSAGES copying build/lib/pycountry/locales/es/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/es/LC_MESSAGES copying build/lib/pycountry/locales/es/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/es/LC_MESSAGES copying build/lib/pycountry/locales/es/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/es/LC_MESSAGES copying build/lib/pycountry/locales/es/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/es/LC_MESSAGES copying build/lib/pycountry/locales/es/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/es/LC_MESSAGES copying build/lib/pycountry/locales/es/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/es/LC_MESSAGES copying build/lib/pycountry/locales/es/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/es/LC_MESSAGES copying build/lib/pycountry/locales/es/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/es/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ba creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ba/LC_MESSAGES copying build/lib/pycountry/locales/ba/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ba/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/id creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/id/LC_MESSAGES copying build/lib/pycountry/locales/id/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/id/LC_MESSAGES copying build/lib/pycountry/locales/id/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/id/LC_MESSAGES copying build/lib/pycountry/locales/id/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/id/LC_MESSAGES copying build/lib/pycountry/locales/id/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/id/LC_MESSAGES copying build/lib/pycountry/locales/id/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/id/LC_MESSAGES copying build/lib/pycountry/locales/id/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/id/LC_MESSAGES copying build/lib/pycountry/locales/id/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/id/LC_MESSAGES copying build/lib/pycountry/locales/id/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/id/LC_MESSAGES copying build/lib/pycountry/locales/id/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/id/LC_MESSAGES copying build/lib/pycountry/locales/id/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/id/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fi creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fi/LC_MESSAGES copying build/lib/pycountry/locales/fi/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fi/LC_MESSAGES copying build/lib/pycountry/locales/fi/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fi/LC_MESSAGES copying build/lib/pycountry/locales/fi/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fi/LC_MESSAGES copying build/lib/pycountry/locales/fi/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fi/LC_MESSAGES copying build/lib/pycountry/locales/fi/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fi/LC_MESSAGES copying build/lib/pycountry/locales/fi/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fi/LC_MESSAGES copying build/lib/pycountry/locales/fi/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fi/LC_MESSAGES copying build/lib/pycountry/locales/fi/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fi/LC_MESSAGES copying build/lib/pycountry/locales/fi/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fi/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mk creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mk/LC_MESSAGES copying build/lib/pycountry/locales/mk/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mk/LC_MESSAGES copying build/lib/pycountry/locales/mk/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mk/LC_MESSAGES copying build/lib/pycountry/locales/mk/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mk/LC_MESSAGES copying build/lib/pycountry/locales/mk/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mk/LC_MESSAGES copying build/lib/pycountry/locales/mk/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mk/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hi creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hi/LC_MESSAGES copying build/lib/pycountry/locales/hi/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hi/LC_MESSAGES copying build/lib/pycountry/locales/hi/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hi/LC_MESSAGES copying build/lib/pycountry/locales/hi/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hi/LC_MESSAGES copying build/lib/pycountry/locales/hi/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hi/LC_MESSAGES copying build/lib/pycountry/locales/hi/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hi/LC_MESSAGES copying build/lib/pycountry/locales/hi/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hi/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kab creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kab/LC_MESSAGES copying build/lib/pycountry/locales/kab/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kab/LC_MESSAGES copying build/lib/pycountry/locales/kab/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kab/LC_MESSAGES copying build/lib/pycountry/locales/kab/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kab/LC_MESSAGES copying build/lib/pycountry/locales/kab/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kab/LC_MESSAGES copying build/lib/pycountry/locales/kab/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kab/LC_MESSAGES copying build/lib/pycountry/locales/kab/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kab/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pap creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pap/LC_MESSAGES copying build/lib/pycountry/locales/pap/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pap/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr@latin creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr@latin/LC_MESSAGES copying build/lib/pycountry/locales/sr@latin/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr@latin/LC_MESSAGES copying build/lib/pycountry/locales/sr@latin/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr@latin/LC_MESSAGES copying build/lib/pycountry/locales/sr@latin/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr@latin/LC_MESSAGES copying build/lib/pycountry/locales/sr@latin/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr@latin/LC_MESSAGES copying build/lib/pycountry/locales/sr@latin/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr@latin/LC_MESSAGES copying build/lib/pycountry/locales/sr@latin/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr@latin/LC_MESSAGES copying build/lib/pycountry/locales/sr@latin/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr@latin/LC_MESSAGES copying build/lib/pycountry/locales/sr@latin/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr@latin/LC_MESSAGES copying build/lib/pycountry/locales/sr@latin/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr@latin/LC_MESSAGES copying build/lib/pycountry/locales/sr@latin/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr@latin/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mt creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mt/LC_MESSAGES copying build/lib/pycountry/locales/mt/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mt/LC_MESSAGES copying build/lib/pycountry/locales/mt/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mt/LC_MESSAGES copying build/lib/pycountry/locales/mt/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mt/LC_MESSAGES copying build/lib/pycountry/locales/mt/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mt/LC_MESSAGES copying build/lib/pycountry/locales/mt/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mt/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sk creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sk/LC_MESSAGES copying build/lib/pycountry/locales/sk/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sk/LC_MESSAGES copying build/lib/pycountry/locales/sk/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sk/LC_MESSAGES copying build/lib/pycountry/locales/sk/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sk/LC_MESSAGES copying build/lib/pycountry/locales/sk/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sk/LC_MESSAGES copying build/lib/pycountry/locales/sk/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sk/LC_MESSAGES copying build/lib/pycountry/locales/sk/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sk/LC_MESSAGES copying build/lib/pycountry/locales/sk/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sk/LC_MESSAGES copying build/lib/pycountry/locales/sk/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sk/LC_MESSAGES copying build/lib/pycountry/locales/sk/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sk/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lt creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lt/LC_MESSAGES copying build/lib/pycountry/locales/lt/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lt/LC_MESSAGES copying build/lib/pycountry/locales/lt/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lt/LC_MESSAGES copying build/lib/pycountry/locales/lt/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lt/LC_MESSAGES copying build/lib/pycountry/locales/lt/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lt/LC_MESSAGES copying build/lib/pycountry/locales/lt/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lt/LC_MESSAGES copying build/lib/pycountry/locales/lt/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lt/LC_MESSAGES copying build/lib/pycountry/locales/lt/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lt/LC_MESSAGES copying build/lib/pycountry/locales/lt/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lt/LC_MESSAGES copying build/lib/pycountry/locales/lt/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lt/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/de creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/de/LC_MESSAGES copying build/lib/pycountry/locales/de/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/de/LC_MESSAGES copying build/lib/pycountry/locales/de/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/de/LC_MESSAGES copying build/lib/pycountry/locales/de/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/de/LC_MESSAGES copying build/lib/pycountry/locales/de/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/de/LC_MESSAGES copying build/lib/pycountry/locales/de/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/de/LC_MESSAGES copying build/lib/pycountry/locales/de/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/de/LC_MESSAGES copying build/lib/pycountry/locales/de/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/de/LC_MESSAGES copying build/lib/pycountry/locales/de/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/de/LC_MESSAGES copying build/lib/pycountry/locales/de/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/de/LC_MESSAGES copying build/lib/pycountry/locales/de/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/de/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/iu creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/iu/LC_MESSAGES copying build/lib/pycountry/locales/iu/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/iu/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/it creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/it/LC_MESSAGES copying build/lib/pycountry/locales/it/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/it/LC_MESSAGES copying build/lib/pycountry/locales/it/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/it/LC_MESSAGES copying build/lib/pycountry/locales/it/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/it/LC_MESSAGES copying build/lib/pycountry/locales/it/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/it/LC_MESSAGES copying build/lib/pycountry/locales/it/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/it/LC_MESSAGES copying build/lib/pycountry/locales/it/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/it/LC_MESSAGES copying build/lib/pycountry/locales/it/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/it/LC_MESSAGES copying build/lib/pycountry/locales/it/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/it/LC_MESSAGES copying build/lib/pycountry/locales/it/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/it/LC_MESSAGES copying build/lib/pycountry/locales/it/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/it/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/my creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/my/LC_MESSAGES copying build/lib/pycountry/locales/my/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/my/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/haw creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/haw/LC_MESSAGES copying build/lib/pycountry/locales/haw/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/haw/LC_MESSAGES copying build/lib/pycountry/locales/haw/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/haw/LC_MESSAGES copying build/lib/pycountry/locales/haw/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/haw/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nb_NO creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nb_NO/LC_MESSAGES copying build/lib/pycountry/locales/nb_NO/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nb_NO/LC_MESSAGES copying build/lib/pycountry/locales/nb_NO/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nb_NO/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/na creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/na/LC_MESSAGES copying build/lib/pycountry/locales/na/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/na/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr/LC_MESSAGES copying build/lib/pycountry/locales/sr/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr/LC_MESSAGES copying build/lib/pycountry/locales/sr/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr/LC_MESSAGES copying build/lib/pycountry/locales/sr/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr/LC_MESSAGES copying build/lib/pycountry/locales/sr/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr/LC_MESSAGES copying build/lib/pycountry/locales/sr/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr/LC_MESSAGES copying build/lib/pycountry/locales/sr/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr/LC_MESSAGES copying build/lib/pycountry/locales/sr/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr/LC_MESSAGES copying build/lib/pycountry/locales/sr/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr/LC_MESSAGES copying build/lib/pycountry/locales/sr/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr/LC_MESSAGES copying build/lib/pycountry/locales/sr/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sr/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bs creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bs/LC_MESSAGES copying build/lib/pycountry/locales/bs/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bs/LC_MESSAGES copying build/lib/pycountry/locales/bs/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bs/LC_MESSAGES copying build/lib/pycountry/locales/bs/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bs/LC_MESSAGES copying build/lib/pycountry/locales/bs/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bs/LC_MESSAGES copying build/lib/pycountry/locales/bs/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bs/LC_MESSAGES copying build/lib/pycountry/locales/bs/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bs/LC_MESSAGES copying build/lib/pycountry/locales/bs/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bs/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gu creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gu/LC_MESSAGES copying build/lib/pycountry/locales/gu/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gu/LC_MESSAGES copying build/lib/pycountry/locales/gu/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gu/LC_MESSAGES copying build/lib/pycountry/locales/gu/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gu/LC_MESSAGES copying build/lib/pycountry/locales/gu/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gu/LC_MESSAGES copying build/lib/pycountry/locales/gu/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gu/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/csb creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/csb/LC_MESSAGES copying build/lib/pycountry/locales/csb/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/csb/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ro creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ro/LC_MESSAGES copying build/lib/pycountry/locales/ro/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ro/LC_MESSAGES copying build/lib/pycountry/locales/ro/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ro/LC_MESSAGES copying build/lib/pycountry/locales/ro/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ro/LC_MESSAGES copying build/lib/pycountry/locales/ro/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ro/LC_MESSAGES copying build/lib/pycountry/locales/ro/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ro/LC_MESSAGES copying build/lib/pycountry/locales/ro/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ro/LC_MESSAGES copying build/lib/pycountry/locales/ro/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ro/LC_MESSAGES copying build/lib/pycountry/locales/ro/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ro/LC_MESSAGES copying build/lib/pycountry/locales/ro/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ro/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ach creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ach/LC_MESSAGES copying build/lib/pycountry/locales/ach/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ach/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ky creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ky/LC_MESSAGES copying build/lib/pycountry/locales/ky/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ky/LC_MESSAGES copying build/lib/pycountry/locales/ky/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ky/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fr creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fr/LC_MESSAGES copying build/lib/pycountry/locales/fr/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fr/LC_MESSAGES copying build/lib/pycountry/locales/fr/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fr/LC_MESSAGES copying build/lib/pycountry/locales/fr/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fr/LC_MESSAGES copying build/lib/pycountry/locales/fr/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fr/LC_MESSAGES copying build/lib/pycountry/locales/fr/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fr/LC_MESSAGES copying build/lib/pycountry/locales/fr/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fr/LC_MESSAGES copying build/lib/pycountry/locales/fr/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fr/LC_MESSAGES copying build/lib/pycountry/locales/fr/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fr/LC_MESSAGES copying build/lib/pycountry/locales/fr/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fr/LC_MESSAGES copying build/lib/pycountry/locales/fr/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fr/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/am creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/am/LC_MESSAGES copying build/lib/pycountry/locales/am/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/am/LC_MESSAGES copying build/lib/pycountry/locales/am/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/am/LC_MESSAGES copying build/lib/pycountry/locales/am/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/am/LC_MESSAGES copying build/lib/pycountry/locales/am/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/am/LC_MESSAGES copying build/lib/pycountry/locales/am/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/am/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lo creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lo/LC_MESSAGES copying build/lib/pycountry/locales/lo/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/lo/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ar creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ar/LC_MESSAGES copying build/lib/pycountry/locales/ar/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ar/LC_MESSAGES copying build/lib/pycountry/locales/ar/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ar/LC_MESSAGES copying build/lib/pycountry/locales/ar/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ar/LC_MESSAGES copying build/lib/pycountry/locales/ar/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ar/LC_MESSAGES copying build/lib/pycountry/locales/ar/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ar/LC_MESSAGES copying build/lib/pycountry/locales/ar/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ar/LC_MESSAGES copying build/lib/pycountry/locales/ar/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ar/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hy creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hy/LC_MESSAGES copying build/lib/pycountry/locales/hy/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hy/LC_MESSAGES copying build/lib/pycountry/locales/hy/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hy/LC_MESSAGES copying build/lib/pycountry/locales/hy/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hy/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/vi creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/vi/LC_MESSAGES copying build/lib/pycountry/locales/vi/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/vi/LC_MESSAGES copying build/lib/pycountry/locales/vi/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/vi/LC_MESSAGES copying build/lib/pycountry/locales/vi/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/vi/LC_MESSAGES copying build/lib/pycountry/locales/vi/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/vi/LC_MESSAGES copying build/lib/pycountry/locales/vi/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/vi/LC_MESSAGES copying build/lib/pycountry/locales/vi/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/vi/LC_MESSAGES copying build/lib/pycountry/locales/vi/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/vi/LC_MESSAGES copying build/lib/pycountry/locales/vi/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/vi/LC_MESSAGES copying build/lib/pycountry/locales/vi/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/vi/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn_IN creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn_IN/LC_MESSAGES copying build/lib/pycountry/locales/bn_IN/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn_IN/LC_MESSAGES copying build/lib/pycountry/locales/bn_IN/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn_IN/LC_MESSAGES copying build/lib/pycountry/locales/bn_IN/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn_IN/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mai creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mai/LC_MESSAGES copying build/lib/pycountry/locales/mai/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mai/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ckb creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ckb/LC_MESSAGES copying build/lib/pycountry/locales/ckb/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ckb/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/or creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/or/LC_MESSAGES copying build/lib/pycountry/locales/or/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/or/LC_MESSAGES copying build/lib/pycountry/locales/or/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/or/LC_MESSAGES copying build/lib/pycountry/locales/or/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/or/LC_MESSAGES copying build/lib/pycountry/locales/or/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/or/LC_MESSAGES copying build/lib/pycountry/locales/or/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/or/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sv creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sv/LC_MESSAGES copying build/lib/pycountry/locales/sv/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sv/LC_MESSAGES copying build/lib/pycountry/locales/sv/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sv/LC_MESSAGES copying build/lib/pycountry/locales/sv/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sv/LC_MESSAGES copying build/lib/pycountry/locales/sv/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sv/LC_MESSAGES copying build/lib/pycountry/locales/sv/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sv/LC_MESSAGES copying build/lib/pycountry/locales/sv/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sv/LC_MESSAGES copying build/lib/pycountry/locales/sv/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sv/LC_MESSAGES copying build/lib/pycountry/locales/sv/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sv/LC_MESSAGES copying build/lib/pycountry/locales/sv/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sv/LC_MESSAGES copying build/lib/pycountry/locales/sv/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/sv/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ht creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ht/LC_MESSAGES copying build/lib/pycountry/locales/ht/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ht/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_Hant creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_Hant/LC_MESSAGES copying build/lib/pycountry/locales/zh_Hant/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_Hant/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn_BD creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn_BD/LC_MESSAGES copying build/lib/pycountry/locales/bn_BD/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn_BD/LC_MESSAGES copying build/lib/pycountry/locales/bn_BD/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn_BD/LC_MESSAGES copying build/lib/pycountry/locales/bn_BD/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn_BD/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kk creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kk/LC_MESSAGES copying build/lib/pycountry/locales/kk/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kk/LC_MESSAGES copying build/lib/pycountry/locales/kk/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kk/LC_MESSAGES copying build/lib/pycountry/locales/kk/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kk/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tt@iqtelif creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tt@iqtelif/LC_MESSAGES copying build/lib/pycountry/locales/tt@iqtelif/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tt@iqtelif/LC_MESSAGES copying build/lib/pycountry/locales/tt@iqtelif/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tt@iqtelif/LC_MESSAGES copying build/lib/pycountry/locales/tt@iqtelif/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tt@iqtelif/LC_MESSAGES copying build/lib/pycountry/locales/tt@iqtelif/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tt@iqtelif/LC_MESSAGES copying build/lib/pycountry/locales/tt@iqtelif/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tt@iqtelif/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/oc creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/oc/LC_MESSAGES copying build/lib/pycountry/locales/oc/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/oc/LC_MESSAGES copying build/lib/pycountry/locales/oc/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/oc/LC_MESSAGES copying build/lib/pycountry/locales/oc/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/oc/LC_MESSAGES copying build/lib/pycountry/locales/oc/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/oc/LC_MESSAGES copying build/lib/pycountry/locales/oc/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/oc/LC_MESSAGES copying build/lib/pycountry/locales/oc/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/oc/LC_MESSAGES copying build/lib/pycountry/locales/oc/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/oc/LC_MESSAGES copying build/lib/pycountry/locales/oc/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/oc/LC_MESSAGES copying build/lib/pycountry/locales/oc/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/oc/LC_MESSAGES copying build/lib/pycountry/locales/oc/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/oc/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/be creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/be/LC_MESSAGES copying build/lib/pycountry/locales/be/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/be/LC_MESSAGES copying build/lib/pycountry/locales/be/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/be/LC_MESSAGES copying build/lib/pycountry/locales/be/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/be/LC_MESSAGES copying build/lib/pycountry/locales/be/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/be/LC_MESSAGES copying build/lib/pycountry/locales/be/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/be/LC_MESSAGES copying build/lib/pycountry/locales/be/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/be/LC_MESSAGES copying build/lib/pycountry/locales/be/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/be/LC_MESSAGES copying build/lib/pycountry/locales/be/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/be/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wa creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wa/LC_MESSAGES copying build/lib/pycountry/locales/wa/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wa/LC_MESSAGES copying build/lib/pycountry/locales/wa/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wa/LC_MESSAGES copying build/lib/pycountry/locales/wa/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wa/LC_MESSAGES copying build/lib/pycountry/locales/wa/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wa/LC_MESSAGES copying build/lib/pycountry/locales/wa/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wa/LC_MESSAGES copying build/lib/pycountry/locales/wa/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wa/LC_MESSAGES copying build/lib/pycountry/locales/wa/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/wa/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ml creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ml/LC_MESSAGES copying build/lib/pycountry/locales/ml/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ml/LC_MESSAGES copying build/lib/pycountry/locales/ml/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ml/LC_MESSAGES copying build/lib/pycountry/locales/ml/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ml/LC_MESSAGES copying build/lib/pycountry/locales/ml/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ml/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/son creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/son/LC_MESSAGES copying build/lib/pycountry/locales/son/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/son/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ms creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ms/LC_MESSAGES copying build/lib/pycountry/locales/ms/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ms/LC_MESSAGES copying build/lib/pycountry/locales/ms/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ms/LC_MESSAGES copying build/lib/pycountry/locales/ms/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ms/LC_MESSAGES copying build/lib/pycountry/locales/ms/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ms/LC_MESSAGES copying build/lib/pycountry/locales/ms/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ms/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ku creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ku/LC_MESSAGES copying build/lib/pycountry/locales/ku/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ku/LC_MESSAGES copying build/lib/pycountry/locales/ku/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ku/LC_MESSAGES copying build/lib/pycountry/locales/ku/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ku/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kv creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kv/LC_MESSAGES copying build/lib/pycountry/locales/kv/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kv/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gez creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gez/LC_MESSAGES copying build/lib/pycountry/locales/gez/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gez/LC_MESSAGES copying build/lib/pycountry/locales/gez/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gez/LC_MESSAGES copying build/lib/pycountry/locales/gez/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gez/LC_MESSAGES copying build/lib/pycountry/locales/gez/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gez/LC_MESSAGES copying build/lib/pycountry/locales/gez/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/gez/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ast creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ast/LC_MESSAGES copying build/lib/pycountry/locales/ast/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ast/LC_MESSAGES copying build/lib/pycountry/locales/ast/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ast/LC_MESSAGES copying build/lib/pycountry/locales/ast/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ast/LC_MESSAGES copying build/lib/pycountry/locales/ast/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ast/LC_MESSAGES copying build/lib/pycountry/locales/ast/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ast/LC_MESSAGES copying build/lib/pycountry/locales/ast/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ast/LC_MESSAGES copying build/lib/pycountry/locales/ast/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ast/LC_MESSAGES copying build/lib/pycountry/locales/ast/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ast/LC_MESSAGES copying build/lib/pycountry/locales/ast/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ast/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_Hans creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_Hans/LC_MESSAGES copying build/lib/pycountry/locales/zh_Hans/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zh_Hans/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/dv creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/dv/LC_MESSAGES copying build/lib/pycountry/locales/dv/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/dv/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bar creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bar/LC_MESSAGES copying build/lib/pycountry/locales/bar/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bar/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ur creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ur/LC_MESSAGES copying build/lib/pycountry/locales/ur/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ur/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ia creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ia/LC_MESSAGES copying build/lib/pycountry/locales/ia/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ia/LC_MESSAGES copying build/lib/pycountry/locales/ia/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ia/LC_MESSAGES copying build/lib/pycountry/locales/ia/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ia/LC_MESSAGES copying build/lib/pycountry/locales/ia/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ia/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fur creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fur/LC_MESSAGES copying build/lib/pycountry/locales/fur/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fur/LC_MESSAGES copying build/lib/pycountry/locales/fur/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fur/LC_MESSAGES copying build/lib/pycountry/locales/fur/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fur/LC_MESSAGES copying build/lib/pycountry/locales/fur/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fur/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hu creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hu/LC_MESSAGES copying build/lib/pycountry/locales/hu/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hu/LC_MESSAGES copying build/lib/pycountry/locales/hu/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hu/LC_MESSAGES copying build/lib/pycountry/locales/hu/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hu/LC_MESSAGES copying build/lib/pycountry/locales/hu/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hu/LC_MESSAGES copying build/lib/pycountry/locales/hu/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hu/LC_MESSAGES copying build/lib/pycountry/locales/hu/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hu/LC_MESSAGES copying build/lib/pycountry/locales/hu/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hu/LC_MESSAGES copying build/lib/pycountry/locales/hu/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hu/LC_MESSAGES copying build/lib/pycountry/locales/hu/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hu/LC_MESSAGES copying build/lib/pycountry/locales/hu/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/hu/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ta creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ta/LC_MESSAGES copying build/lib/pycountry/locales/ta/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ta/LC_MESSAGES copying build/lib/pycountry/locales/ta/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ta/LC_MESSAGES copying build/lib/pycountry/locales/ta/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ta/LC_MESSAGES copying build/lib/pycountry/locales/ta/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ta/LC_MESSAGES copying build/lib/pycountry/locales/ta/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ta/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eu creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eu/LC_MESSAGES copying build/lib/pycountry/locales/eu/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eu/LC_MESSAGES copying build/lib/pycountry/locales/eu/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eu/LC_MESSAGES copying build/lib/pycountry/locales/eu/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eu/LC_MESSAGES copying build/lib/pycountry/locales/eu/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eu/LC_MESSAGES copying build/lib/pycountry/locales/eu/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eu/LC_MESSAGES copying build/lib/pycountry/locales/eu/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eu/LC_MESSAGES copying build/lib/pycountry/locales/eu/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eu/LC_MESSAGES copying build/lib/pycountry/locales/eu/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eu/LC_MESSAGES copying build/lib/pycountry/locales/eu/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/eu/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tk creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tk/LC_MESSAGES copying build/lib/pycountry/locales/tk/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tk/LC_MESSAGES copying build/lib/pycountry/locales/tk/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tk/LC_MESSAGES copying build/lib/pycountry/locales/tk/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tk/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/th creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/th/LC_MESSAGES copying build/lib/pycountry/locales/th/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/th/LC_MESSAGES copying build/lib/pycountry/locales/th/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/th/LC_MESSAGES copying build/lib/pycountry/locales/th/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/th/LC_MESSAGES copying build/lib/pycountry/locales/th/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/th/LC_MESSAGES copying build/lib/pycountry/locales/th/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/th/LC_MESSAGES copying build/lib/pycountry/locales/th/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/th/LC_MESSAGES copying build/lib/pycountry/locales/th/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/th/LC_MESSAGES copying build/lib/pycountry/locales/th/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/th/LC_MESSAGES copying build/lib/pycountry/locales/th/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/th/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ee creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ee/LC_MESSAGES copying build/lib/pycountry/locales/ee/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ee/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nb creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nb/LC_MESSAGES copying build/lib/pycountry/locales/nb/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nb/LC_MESSAGES copying build/lib/pycountry/locales/nb/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nb/LC_MESSAGES copying build/lib/pycountry/locales/nb/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nb/LC_MESSAGES copying build/lib/pycountry/locales/nb/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nb/LC_MESSAGES copying build/lib/pycountry/locales/nb/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nb/LC_MESSAGES copying build/lib/pycountry/locales/nb/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nb/LC_MESSAGES copying build/lib/pycountry/locales/nb/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nb/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mn creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mn/LC_MESSAGES copying build/lib/pycountry/locales/mn/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mn/LC_MESSAGES copying build/lib/pycountry/locales/mn/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mn/LC_MESSAGES copying build/lib/pycountry/locales/mn/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mn/LC_MESSAGES copying build/lib/pycountry/locales/mn/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mn/LC_MESSAGES copying build/lib/pycountry/locales/mn/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mn/LC_MESSAGES copying build/lib/pycountry/locales/mn/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/mn/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ug creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ug/LC_MESSAGES copying build/lib/pycountry/locales/ug/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ug/LC_MESSAGES copying build/lib/pycountry/locales/ug/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ug/LC_MESSAGES copying build/lib/pycountry/locales/ug/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ug/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ka creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ka/LC_MESSAGES copying build/lib/pycountry/locales/ka/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ka/LC_MESSAGES copying build/lib/pycountry/locales/ka/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ka/LC_MESSAGES copying build/lib/pycountry/locales/ka/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ka/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nl creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nl/LC_MESSAGES copying build/lib/pycountry/locales/nl/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nl/LC_MESSAGES copying build/lib/pycountry/locales/nl/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nl/LC_MESSAGES copying build/lib/pycountry/locales/nl/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nl/LC_MESSAGES copying build/lib/pycountry/locales/nl/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nl/LC_MESSAGES copying build/lib/pycountry/locales/nl/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nl/LC_MESSAGES copying build/lib/pycountry/locales/nl/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nl/LC_MESSAGES copying build/lib/pycountry/locales/nl/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nl/LC_MESSAGES copying build/lib/pycountry/locales/nl/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nl/LC_MESSAGES copying build/lib/pycountry/locales/nl/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nl/LC_MESSAGES copying build/lib/pycountry/locales/nl/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nl/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/jam creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/jam/LC_MESSAGES copying build/lib/pycountry/locales/jam/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/jam/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nv creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nv/LC_MESSAGES copying build/lib/pycountry/locales/nv/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/nv/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/te creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/te/LC_MESSAGES copying build/lib/pycountry/locales/te/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/te/LC_MESSAGES copying build/lib/pycountry/locales/te/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/te/LC_MESSAGES copying build/lib/pycountry/locales/te/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/te/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kl creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kl/LC_MESSAGES copying build/lib/pycountry/locales/kl/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/kl/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt/LC_MESSAGES copying build/lib/pycountry/locales/pt/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt/LC_MESSAGES copying build/lib/pycountry/locales/pt/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt/LC_MESSAGES copying build/lib/pycountry/locales/pt/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt/LC_MESSAGES copying build/lib/pycountry/locales/pt/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt/LC_MESSAGES copying build/lib/pycountry/locales/pt/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt/LC_MESSAGES copying build/lib/pycountry/locales/pt/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt/LC_MESSAGES copying build/lib/pycountry/locales/pt/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/pt/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn/LC_MESSAGES copying build/lib/pycountry/locales/bn/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn/LC_MESSAGES copying build/lib/pycountry/locales/bn/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn/LC_MESSAGES copying build/lib/pycountry/locales/bn/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn/LC_MESSAGES copying build/lib/pycountry/locales/bn/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn/LC_MESSAGES copying build/lib/pycountry/locales/bn/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn/LC_MESSAGES copying build/lib/pycountry/locales/bn/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn/LC_MESSAGES copying build/lib/pycountry/locales/bn/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/bn/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fo creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fo/LC_MESSAGES copying build/lib/pycountry/locales/fo/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fo/LC_MESSAGES copying build/lib/pycountry/locales/fo/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fo/LC_MESSAGES copying build/lib/pycountry/locales/fo/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fo/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tig creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tig/LC_MESSAGES copying build/lib/pycountry/locales/tig/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tig/LC_MESSAGES copying build/lib/pycountry/locales/tig/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tig/LC_MESSAGES copying build/lib/pycountry/locales/tig/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tig/LC_MESSAGES copying build/lib/pycountry/locales/tig/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tig/LC_MESSAGES copying build/lib/pycountry/locales/tig/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tig/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zu creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zu/LC_MESSAGES copying build/lib/pycountry/locales/zu/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zu/LC_MESSAGES copying build/lib/pycountry/locales/zu/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zu/LC_MESSAGES copying build/lib/pycountry/locales/zu/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zu/LC_MESSAGES copying build/lib/pycountry/locales/zu/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zu/LC_MESSAGES copying build/lib/pycountry/locales/zu/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/zu/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/yo creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/yo/LC_MESSAGES copying build/lib/pycountry/locales/yo/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/yo/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/he creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/he/LC_MESSAGES copying build/lib/pycountry/locales/he/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/he/LC_MESSAGES copying build/lib/pycountry/locales/he/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/he/LC_MESSAGES copying build/lib/pycountry/locales/he/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/he/LC_MESSAGES copying build/lib/pycountry/locales/he/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/he/LC_MESSAGES copying build/lib/pycountry/locales/he/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/he/LC_MESSAGES copying build/lib/pycountry/locales/he/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/he/LC_MESSAGES copying build/lib/pycountry/locales/he/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/he/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ps creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ps/LC_MESSAGES copying build/lib/pycountry/locales/ps/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ps/LC_MESSAGES copying build/lib/pycountry/locales/ps/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ps/LC_MESSAGES copying build/lib/pycountry/locales/ps/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ps/LC_MESSAGES copying build/lib/pycountry/locales/ps/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ps/LC_MESSAGES copying build/lib/pycountry/locales/ps/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/ps/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/br creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/br/LC_MESSAGES copying build/lib/pycountry/locales/br/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/br/LC_MESSAGES copying build/lib/pycountry/locales/br/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/br/LC_MESSAGES copying build/lib/pycountry/locales/br/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/br/LC_MESSAGES copying build/lib/pycountry/locales/br/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/br/LC_MESSAGES copying build/lib/pycountry/locales/br/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/br/LC_MESSAGES copying build/lib/pycountry/locales/br/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/br/LC_MESSAGES copying build/lib/pycountry/locales/br/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/br/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fa creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fa/LC_MESSAGES copying build/lib/pycountry/locales/fa/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fa/LC_MESSAGES copying build/lib/pycountry/locales/fa/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fa/LC_MESSAGES copying build/lib/pycountry/locales/fa/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fa/LC_MESSAGES copying build/lib/pycountry/locales/fa/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fa/LC_MESSAGES copying build/lib/pycountry/locales/fa/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fa/LC_MESSAGES copying build/lib/pycountry/locales/fa/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fa/LC_MESSAGES copying build/lib/pycountry/locales/fa/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/fa/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tg creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tg/LC_MESSAGES copying build/lib/pycountry/locales/tg/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/tg/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/km creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/km/LC_MESSAGES copying build/lib/pycountry/locales/km/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/km/LC_MESSAGES copying build/lib/pycountry/locales/km/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/km/LC_MESSAGES copying build/lib/pycountry/locales/km/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/km/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/da creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/da/LC_MESSAGES copying build/lib/pycountry/locales/da/LC_MESSAGES/iso3166-1.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/da/LC_MESSAGES copying build/lib/pycountry/locales/da/LC_MESSAGES/iso4217.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/da/LC_MESSAGES copying build/lib/pycountry/locales/da/LC_MESSAGES/iso639-5.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/da/LC_MESSAGES copying build/lib/pycountry/locales/da/LC_MESSAGES/iso15924.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/da/LC_MESSAGES copying build/lib/pycountry/locales/da/LC_MESSAGES/iso639_3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/da/LC_MESSAGES copying build/lib/pycountry/locales/da/LC_MESSAGES/iso3166-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/da/LC_MESSAGES copying build/lib/pycountry/locales/da/LC_MESSAGES/iso3166-2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/da/LC_MESSAGES copying build/lib/pycountry/locales/da/LC_MESSAGES/iso639-3.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/da/LC_MESSAGES copying build/lib/pycountry/locales/da/LC_MESSAGES/iso3166_2.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/da/LC_MESSAGES copying build/lib/pycountry/locales/da/LC_MESSAGES/iso3166.mo -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/locales/da/LC_MESSAGES creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/databases copying build/lib/pycountry/databases/iso639-5.json -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/databases copying build/lib/pycountry/databases/iso3166-1.json -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/databases copying build/lib/pycountry/databases/iso3166-2.json -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/databases copying build/lib/pycountry/databases/iso3166-3.json -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/databases copying build/lib/pycountry/databases/iso15924.json -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/databases copying build/lib/pycountry/databases/iso4217.json -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/databases copying build/lib/pycountry/databases/iso639-3.json -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/databases copying build/lib/pycountry/db.py -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry creating /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/tests copying build/lib/pycountry/tests/test_general.py -> /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/tests byte-compiling /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/db.py to db.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry/tests/test_general.py to test_general.cpython-312.pyc running install_egg_info running egg_info writing src/pycountry.egg-info/PKG-INFO writing dependency_links to src/pycountry.egg-info/dependency_links.txt writing requirements to src/pycountry.egg-info/requires.txt writing top-level names to src/pycountry.egg-info/top_level.txt reading manifest file 'src/pycountry.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'src/pycountry.egg-info/SOURCES.txt' Copying src/pycountry.egg-info to /home/buildozer/aports/community/py3-pycountry/pkg/py3-pycountry/usr/lib/python3.12/site-packages/pycountry-22.3.5-py3.12.egg-info running install_scripts >>> py3-pycountry*: Running postcheck for py3-pycountry >>> WARNING: py3-pycountry*: Found __pycache__ but package name doesn't end with -pyc >>> py3-pycountry*: Preparing package py3-pycountry... >>> py3-pycountry*: Tracing dependencies... python3 python3~3.12 >>> py3-pycountry*: Package size: 29.3 MB >>> py3-pycountry*: Compressing data... >>> py3-pycountry*: Create checksum... >>> py3-pycountry*: Create py3-pycountry-22.3.5-r2.apk >>> py3-pycountry: Build complete at Sat, 13 Apr 2024 13:04:47 +0000 elapsed time 0h 0m 4s >>> py3-pycountry: Cleaning up srcdir >>> py3-pycountry: Cleaning up pkgdir >>> py3-pycountry: Uninstalling dependencies... (1/27) Purging .makedepends-py3-pycountry (20240413.130444) (2/27) Purging py3-setuptools-pyc (69.2.0-r2) (3/27) Purging py3-setuptools (69.2.0-r2) (4/27) Purging py3-pytest-pyc (8.1.1-r1) (5/27) Purging py3-pytest (8.1.1-r1) (6/27) Purging py3-iniconfig-pyc (2.0.0-r1) (7/27) Purging py3-iniconfig (2.0.0-r1) (8/27) Purging py3-packaging-pyc (24.0-r1) (9/27) Purging py3-packaging (24.0-r1) (10/27) Purging py3-parsing-pyc (3.1.2-r1) (11/27) Purging py3-parsing (3.1.2-r1) (12/27) Purging py3-pluggy-pyc (1.4.0-r1) (13/27) Purging py3-pluggy (1.4.0-r1) (14/27) Purging py3-py-pyc (1.11.0-r3) (15/27) Purging py3-py (1.11.0-r3) (16/27) Purging python3-pyc (3.12.3-r0) (17/27) Purging python3-pycache-pyc0 (3.12.3-r0) (18/27) Purging pyc (3.12.3-r0) (19/27) Purging python3 (3.12.3-r0) (20/27) Purging gdbm (1.23-r1) (21/27) Purging libbz2 (1.0.8-r6) (22/27) Purging libffi (3.4.6-r0) (23/27) Purging libpanelw (6.4_p20240330-r0) (24/27) Purging mpdecimal (4.0.0-r0) (25/27) Purging readline (8.2.10-r0) (26/27) Purging sqlite-libs (3.45.2-r0) (27/27) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 380 MiB in 105 packages >>> py3-pycountry: Updating the community/aarch64 repository index... >>> py3-pycountry: Signing the index...