>>> Building on exopi-4 under textproc/py-humanize BDEPENDS = [devel/py-installer;devel/py-setuptools_scm;lang/python/3;devel/py-wheel;devel/py-build;devel/py-setuptools] DIST = [textproc/py-humanize:humanize-4.3.0.tar.gz] FULLPKGNAME = py3-humanize-4.3.0p3 RDEPENDS = [lang/python/3] (Junk lock failure for exopi-4 at 1778680745.34398) Received IO (Junk lock obtained for exopi-4 at 1778680756.64) Received IO Woken up textproc/py-humanize Woken up textproc/py-humanize Woken up textproc/py-humanize >>> Running depends in textproc/py-humanize at 1778680758.84 last junk was in math/libqalculate /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 py3-hatchling-1.29.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-setuptools_scm-9.2.2p0 py3-wheel-0.47.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-setuptools_scm-9.2.2p0 py3-wheel-0.47.0 python-3.14.4p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 py3-hatchling-1.29.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-setuptools_scm-9.2.2p0 py3-wheel-0.47.0 >>> Running show-prepare-results in textproc/py-humanize at 1778680760.95 ===> textproc/py-humanize ===> Building from scratch py3-humanize-4.3.0p3 ===> py3-humanize-4.3.0p3 depends on: python->=3.14 -> python-3.14.4p0 ===> py3-humanize-4.3.0p3 depends on: py3-build-* -> py3-build-1.5.0 ===> py3-humanize-4.3.0p3 depends on: py3-installer-* -> py3-installer-1.0.1 ===> py3-humanize-4.3.0p3 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-humanize-4.3.0p3 depends on: py3-wheel-* -> py3-wheel-0.47.0 ===> py3-humanize-4.3.0p3 depends on: py3-setuptools_scm-* -> py3-setuptools_scm-9.2.2p0 py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-setuptools_scm-9.2.2p0 py3-wheel-0.47.0 python-3.14.4p0 (Junk lock released for exopi-4 at 1778680762.09) Woken up net/py-dnspython distfiles size=78035 >>> Running extract in textproc/py-humanize at 1778680762.13 ===> textproc/py-humanize ===> Checking files for py3-humanize-4.3.0p3 `/exopi-cvs/ports/distfiles/humanize-4.3.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-humanize-4.3.0p3 >>> Running build in textproc/py-humanize at 1778680762.47 ===> textproc/py-humanize ===> Patching for py3-humanize-4.3.0p3 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-humanize-4.3.0p3 ===> Configuring for py3-humanize-4.3.0p3 ===> Building for py3-humanize-4.3.0p3 * Getting build dependencies for wheel... /usr/local/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing src/humanize.egg-info/PKG-INFO writing dependency_links to src/humanize.egg-info/dependency_links.txt writing requirements to src/humanize.egg-info/requires.txt writing top-level names to src/humanize.egg-info/top_level.txt reading manifest file 'src/humanize.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENCE' writing manifest file 'src/humanize.egg-info/SOURCES.txt' * Building wheel... /usr/local/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib/humanize copying src/humanize/__init__.py -> build/lib/humanize copying src/humanize/filesize.py -> build/lib/humanize copying src/humanize/i18n.py -> build/lib/humanize copying src/humanize/number.py -> build/lib/humanize copying src/humanize/time.py -> build/lib/humanize running egg_info writing src/humanize.egg-info/PKG-INFO writing dependency_links to src/humanize.egg-info/dependency_links.txt writing requirements to src/humanize.egg-info/requires.txt writing top-level names to src/humanize.egg-info/top_level.txt reading manifest file 'src/humanize.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENCE' writing manifest file 'src/humanize.egg-info/SOURCES.txt' copying src/humanize/py.typed -> build/lib/humanize /usr/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.ar.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.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 'humanize.locale.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 'humanize.locale.ar.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.bn_BD.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.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 'humanize.locale.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 'humanize.locale.bn_BD.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.ca_ES.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.ca_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 'humanize.locale.ca_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 'humanize.locale.ca_ES.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.ca_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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.da_DK.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.da_DK.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 'humanize.locale.da_DK.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 'humanize.locale.da_DK.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.da_DK.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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.de_DE.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.de_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 'humanize.locale.de_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 'humanize.locale.de_DE.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.de_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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.el_GR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.el_GR.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 'humanize.locale.el_GR.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 'humanize.locale.el_GR.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.el_GR.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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.es_ES.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.es_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 'humanize.locale.es_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 'humanize.locale.es_ES.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.es_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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.fa_IR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.fa_IR.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 'humanize.locale.fa_IR.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 'humanize.locale.fa_IR.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.fa_IR.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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.fi_FI.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.fi_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 'humanize.locale.fi_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 'humanize.locale.fi_FI.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.fi_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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.fr_FR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.fr_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 'humanize.locale.fr_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 'humanize.locale.fr_FR.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.fr_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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.id_ID.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.id_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 'humanize.locale.id_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 'humanize.locale.id_ID.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.id_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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.it_IT.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.it_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 'humanize.locale.it_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 'humanize.locale.it_IT.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.it_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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.ja_JP.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.ja_JP.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 'humanize.locale.ja_JP.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 'humanize.locale.ja_JP.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.ja_JP.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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.ko_KR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.ko_KR.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 'humanize.locale.ko_KR.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 'humanize.locale.ko_KR.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.ko_KR.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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.nl_NL.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.nl_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 'humanize.locale.nl_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 'humanize.locale.nl_NL.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.nl_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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.pl_PL.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.pl_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 'humanize.locale.pl_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 'humanize.locale.pl_PL.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.pl_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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.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 'humanize.locale.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 'humanize.locale.pt_BR.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.pt_PT.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.pt_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 'humanize.locale.pt_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 'humanize.locale.pt_PT.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.pt_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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.ru_RU.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.ru_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 'humanize.locale.ru_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 'humanize.locale.ru_RU.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.ru_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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.sk_SK.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.sk_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 'humanize.locale.sk_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 'humanize.locale.sk_SK.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.sk_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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.sl_SI.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.sl_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 'humanize.locale.sl_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 'humanize.locale.sl_SI.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.sl_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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.sv_SE.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.sv_SE.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 'humanize.locale.sv_SE.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 'humanize.locale.sv_SE.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.sv_SE.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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.tr_TR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.tr_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 'humanize.locale.tr_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 'humanize.locale.tr_TR.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.tr_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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.uk_UA.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.uk_UA.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 'humanize.locale.uk_UA.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 'humanize.locale.uk_UA.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.uk_UA.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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.vi_VN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.vi_VN.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 'humanize.locale.vi_VN.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 'humanize.locale.vi_VN.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.vi_VN.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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.zh_CN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.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 'humanize.locale.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 'humanize.locale.zh_CN.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.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/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'humanize.locale.zh_HK.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'humanize.locale.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 'humanize.locale.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 'humanize.locale.zh_HK.LC_MESSAGES' to be distributed and are already explicitly excluding 'humanize.locale.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) creating build/lib/humanize/locale/ar/LC_MESSAGES copying src/humanize/locale/ar/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/ar/LC_MESSAGES copying src/humanize/locale/ar/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/ar/LC_MESSAGES creating build/lib/humanize/locale/bn_BD/LC_MESSAGES copying src/humanize/locale/bn_BD/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/bn_BD/LC_MESSAGES copying src/humanize/locale/bn_BD/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/bn_BD/LC_MESSAGES creating build/lib/humanize/locale/ca_ES/LC_MESSAGES copying src/humanize/locale/ca_ES/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/ca_ES/LC_MESSAGES copying src/humanize/locale/ca_ES/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/ca_ES/LC_MESSAGES creating build/lib/humanize/locale/da_DK/LC_MESSAGES copying src/humanize/locale/da_DK/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/da_DK/LC_MESSAGES copying src/humanize/locale/da_DK/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/da_DK/LC_MESSAGES creating build/lib/humanize/locale/de_DE/LC_MESSAGES copying src/humanize/locale/de_DE/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/de_DE/LC_MESSAGES copying src/humanize/locale/de_DE/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/de_DE/LC_MESSAGES creating build/lib/humanize/locale/el_GR/LC_MESSAGES copying src/humanize/locale/el_GR/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/el_GR/LC_MESSAGES copying src/humanize/locale/el_GR/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/el_GR/LC_MESSAGES creating build/lib/humanize/locale/es_ES/LC_MESSAGES copying src/humanize/locale/es_ES/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/es_ES/LC_MESSAGES copying src/humanize/locale/es_ES/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/es_ES/LC_MESSAGES creating build/lib/humanize/locale/fa_IR/LC_MESSAGES copying src/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/fa_IR/LC_MESSAGES copying src/humanize/locale/fa_IR/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/fa_IR/LC_MESSAGES creating build/lib/humanize/locale/fi_FI/LC_MESSAGES copying src/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/fi_FI/LC_MESSAGES copying src/humanize/locale/fi_FI/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/fi_FI/LC_MESSAGES creating build/lib/humanize/locale/fr_FR/LC_MESSAGES copying src/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/fr_FR/LC_MESSAGES copying src/humanize/locale/fr_FR/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/fr_FR/LC_MESSAGES creating build/lib/humanize/locale/id_ID/LC_MESSAGES copying src/humanize/locale/id_ID/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/id_ID/LC_MESSAGES copying src/humanize/locale/id_ID/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/id_ID/LC_MESSAGES creating build/lib/humanize/locale/it_IT/LC_MESSAGES copying src/humanize/locale/it_IT/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/it_IT/LC_MESSAGES copying src/humanize/locale/it_IT/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/it_IT/LC_MESSAGES creating build/lib/humanize/locale/ja_JP/LC_MESSAGES copying src/humanize/locale/ja_JP/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/ja_JP/LC_MESSAGES copying src/humanize/locale/ja_JP/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/ja_JP/LC_MESSAGES creating build/lib/humanize/locale/ko_KR/LC_MESSAGES copying src/humanize/locale/ko_KR/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/ko_KR/LC_MESSAGES copying src/humanize/locale/ko_KR/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/ko_KR/LC_MESSAGES creating build/lib/humanize/locale/nl_NL/LC_MESSAGES copying src/humanize/locale/nl_NL/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/nl_NL/LC_MESSAGES copying src/humanize/locale/nl_NL/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/nl_NL/LC_MESSAGES creating build/lib/humanize/locale/pl_PL/LC_MESSAGES copying src/humanize/locale/pl_PL/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/pl_PL/LC_MESSAGES copying src/humanize/locale/pl_PL/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/pl_PL/LC_MESSAGES creating build/lib/humanize/locale/pt_BR/LC_MESSAGES copying src/humanize/locale/pt_BR/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/pt_BR/LC_MESSAGES copying src/humanize/locale/pt_BR/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/pt_BR/LC_MESSAGES creating build/lib/humanize/locale/pt_PT/LC_MESSAGES copying src/humanize/locale/pt_PT/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/pt_PT/LC_MESSAGES copying src/humanize/locale/pt_PT/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/pt_PT/LC_MESSAGES creating build/lib/humanize/locale/ru_RU/LC_MESSAGES copying src/humanize/locale/ru_RU/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/ru_RU/LC_MESSAGES copying src/humanize/locale/ru_RU/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/ru_RU/LC_MESSAGES creating build/lib/humanize/locale/sk_SK/LC_MESSAGES copying src/humanize/locale/sk_SK/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/sk_SK/LC_MESSAGES copying src/humanize/locale/sk_SK/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/sk_SK/LC_MESSAGES creating build/lib/humanize/locale/sl_SI/LC_MESSAGES copying src/humanize/locale/sl_SI/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/sl_SI/LC_MESSAGES copying src/humanize/locale/sl_SI/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/sl_SI/LC_MESSAGES creating build/lib/humanize/locale/sv_SE/LC_MESSAGES copying src/humanize/locale/sv_SE/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/sv_SE/LC_MESSAGES copying src/humanize/locale/sv_SE/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/sv_SE/LC_MESSAGES creating build/lib/humanize/locale/tr_TR/LC_MESSAGES copying src/humanize/locale/tr_TR/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/tr_TR/LC_MESSAGES copying src/humanize/locale/tr_TR/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/tr_TR/LC_MESSAGES creating build/lib/humanize/locale/uk_UA/LC_MESSAGES copying src/humanize/locale/uk_UA/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/uk_UA/LC_MESSAGES copying src/humanize/locale/uk_UA/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/uk_UA/LC_MESSAGES creating build/lib/humanize/locale/vi_VN/LC_MESSAGES copying src/humanize/locale/vi_VN/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/vi_VN/LC_MESSAGES copying src/humanize/locale/vi_VN/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/vi_VN/LC_MESSAGES creating build/lib/humanize/locale/zh_CN/LC_MESSAGES copying src/humanize/locale/zh_CN/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/zh_CN/LC_MESSAGES copying src/humanize/locale/zh_CN/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/zh_CN/LC_MESSAGES creating build/lib/humanize/locale/zh_HK/LC_MESSAGES copying src/humanize/locale/zh_HK/LC_MESSAGES/humanize.mo -> build/lib/humanize/locale/zh_HK/LC_MESSAGES copying src/humanize/locale/zh_HK/LC_MESSAGES/humanize.po -> build/lib/humanize/locale/zh_HK/LC_MESSAGES installing to build/bdist.openbsd-7.9-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.9-amd64/wheel creating build/bdist.openbsd-7.9-amd64/wheel/humanize copying build/lib/humanize/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./humanize copying build/lib/humanize/filesize.py -> build/bdist.openbsd-7.9-amd64/wheel/./humanize copying build/lib/humanize/i18n.py -> build/bdist.openbsd-7.9-amd64/wheel/./humanize copying build/lib/humanize/number.py -> build/bdist.openbsd-7.9-amd64/wheel/./humanize copying build/lib/humanize/time.py -> build/bdist.openbsd-7.9-amd64/wheel/./humanize copying build/lib/humanize/py.typed -> build/bdist.openbsd-7.9-amd64/wheel/./humanize creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/ar creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/ar/LC_MESSAGES copying build/lib/humanize/locale/ar/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/ar/LC_MESSAGES copying build/lib/humanize/locale/ar/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/ar/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/bn_BD creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/bn_BD/LC_MESSAGES copying build/lib/humanize/locale/bn_BD/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/bn_BD/LC_MESSAGES copying build/lib/humanize/locale/bn_BD/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/bn_BD/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/ca_ES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/ca_ES/LC_MESSAGES copying build/lib/humanize/locale/ca_ES/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/ca_ES/LC_MESSAGES copying build/lib/humanize/locale/ca_ES/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/ca_ES/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/da_DK creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/da_DK/LC_MESSAGES copying build/lib/humanize/locale/da_DK/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/da_DK/LC_MESSAGES copying build/lib/humanize/locale/da_DK/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/da_DK/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/de_DE creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/de_DE/LC_MESSAGES copying build/lib/humanize/locale/de_DE/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/de_DE/LC_MESSAGES copying build/lib/humanize/locale/de_DE/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/de_DE/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/el_GR creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/el_GR/LC_MESSAGES copying build/lib/humanize/locale/el_GR/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/el_GR/LC_MESSAGES copying build/lib/humanize/locale/el_GR/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/el_GR/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/es_ES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/es_ES/LC_MESSAGES copying build/lib/humanize/locale/es_ES/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/es_ES/LC_MESSAGES copying build/lib/humanize/locale/es_ES/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/es_ES/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/fa_IR creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/fa_IR/LC_MESSAGES copying build/lib/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/fa_IR/LC_MESSAGES copying build/lib/humanize/locale/fa_IR/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/fa_IR/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/fi_FI creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/fi_FI/LC_MESSAGES copying build/lib/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/fi_FI/LC_MESSAGES copying build/lib/humanize/locale/fi_FI/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/fi_FI/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/fr_FR creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/fr_FR/LC_MESSAGES copying build/lib/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/fr_FR/LC_MESSAGES copying build/lib/humanize/locale/fr_FR/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/fr_FR/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/id_ID creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/id_ID/LC_MESSAGES copying build/lib/humanize/locale/id_ID/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/id_ID/LC_MESSAGES copying build/lib/humanize/locale/id_ID/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/id_ID/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/it_IT creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/it_IT/LC_MESSAGES copying build/lib/humanize/locale/it_IT/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/it_IT/LC_MESSAGES copying build/lib/humanize/locale/it_IT/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/it_IT/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/ja_JP creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/ja_JP/LC_MESSAGES copying build/lib/humanize/locale/ja_JP/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/ja_JP/LC_MESSAGES copying build/lib/humanize/locale/ja_JP/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/ja_JP/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/ko_KR creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/ko_KR/LC_MESSAGES copying build/lib/humanize/locale/ko_KR/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/ko_KR/LC_MESSAGES copying build/lib/humanize/locale/ko_KR/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/ko_KR/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/nl_NL creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/nl_NL/LC_MESSAGES copying build/lib/humanize/locale/nl_NL/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/nl_NL/LC_MESSAGES copying build/lib/humanize/locale/nl_NL/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/nl_NL/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/pl_PL creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/pl_PL/LC_MESSAGES copying build/lib/humanize/locale/pl_PL/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/pl_PL/LC_MESSAGES copying build/lib/humanize/locale/pl_PL/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/pl_PL/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/pt_BR creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/pt_BR/LC_MESSAGES copying build/lib/humanize/locale/pt_BR/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/pt_BR/LC_MESSAGES copying build/lib/humanize/locale/pt_BR/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/pt_BR/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/pt_PT creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/pt_PT/LC_MESSAGES copying build/lib/humanize/locale/pt_PT/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/pt_PT/LC_MESSAGES copying build/lib/humanize/locale/pt_PT/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/pt_PT/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/ru_RU creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/ru_RU/LC_MESSAGES copying build/lib/humanize/locale/ru_RU/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/ru_RU/LC_MESSAGES copying build/lib/humanize/locale/ru_RU/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/ru_RU/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/sk_SK creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/sk_SK/LC_MESSAGES copying build/lib/humanize/locale/sk_SK/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/sk_SK/LC_MESSAGES copying build/lib/humanize/locale/sk_SK/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/sk_SK/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/sl_SI creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/sl_SI/LC_MESSAGES copying build/lib/humanize/locale/sl_SI/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/sl_SI/LC_MESSAGES copying build/lib/humanize/locale/sl_SI/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/sl_SI/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/sv_SE creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/sv_SE/LC_MESSAGES copying build/lib/humanize/locale/sv_SE/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/sv_SE/LC_MESSAGES copying build/lib/humanize/locale/sv_SE/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/sv_SE/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/tr_TR creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/tr_TR/LC_MESSAGES copying build/lib/humanize/locale/tr_TR/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/tr_TR/LC_MESSAGES copying build/lib/humanize/locale/tr_TR/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/tr_TR/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/uk_UA creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/uk_UA/LC_MESSAGES copying build/lib/humanize/locale/uk_UA/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/uk_UA/LC_MESSAGES copying build/lib/humanize/locale/uk_UA/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/uk_UA/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/vi_VN creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/vi_VN/LC_MESSAGES copying build/lib/humanize/locale/vi_VN/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/vi_VN/LC_MESSAGES copying build/lib/humanize/locale/vi_VN/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/vi_VN/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/zh_CN creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/zh_CN/LC_MESSAGES copying build/lib/humanize/locale/zh_CN/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/zh_CN/LC_MESSAGES copying build/lib/humanize/locale/zh_CN/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/zh_CN/LC_MESSAGES creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/zh_HK creating build/bdist.openbsd-7.9-amd64/wheel/humanize/locale/zh_HK/LC_MESSAGES copying build/lib/humanize/locale/zh_HK/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/zh_HK/LC_MESSAGES copying build/lib/humanize/locale/zh_HK/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.9-amd64/wheel/./humanize/locale/zh_HK/LC_MESSAGES running install_egg_info Copying src/humanize.egg-info to build/bdist.openbsd-7.9-amd64/wheel/./humanize-4.3.0-py3.14.egg-info running install_scripts creating build/bdist.openbsd-7.9-amd64/wheel/humanize-4.3.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-humanize-4.3.0/humanize-4.3.0/dist/.tmp-yc1z2prm/humanize-4.3.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.9-amd64/wheel' to it adding 'humanize/__init__.py' adding 'humanize/filesize.py' adding 'humanize/i18n.py' adding 'humanize/number.py' adding 'humanize/py.typed' adding 'humanize/time.py' adding 'humanize/locale/ar/LC_MESSAGES/humanize.mo' adding 'humanize/locale/ar/LC_MESSAGES/humanize.po' adding 'humanize/locale/bn_BD/LC_MESSAGES/humanize.mo' adding 'humanize/locale/bn_BD/LC_MESSAGES/humanize.po' adding 'humanize/locale/ca_ES/LC_MESSAGES/humanize.mo' adding 'humanize/locale/ca_ES/LC_MESSAGES/humanize.po' adding 'humanize/locale/da_DK/LC_MESSAGES/humanize.mo' adding 'humanize/locale/da_DK/LC_MESSAGES/humanize.po' adding 'humanize/locale/de_DE/LC_MESSAGES/humanize.mo' adding 'humanize/locale/de_DE/LC_MESSAGES/humanize.po' adding 'humanize/locale/el_GR/LC_MESSAGES/humanize.mo' adding 'humanize/locale/el_GR/LC_MESSAGES/humanize.po' adding 'humanize/locale/es_ES/LC_MESSAGES/humanize.mo' adding 'humanize/locale/es_ES/LC_MESSAGES/humanize.po' adding 'humanize/locale/fa_IR/LC_MESSAGES/humanize.mo' adding 'humanize/locale/fa_IR/LC_MESSAGES/humanize.po' adding 'humanize/locale/fi_FI/LC_MESSAGES/humanize.mo' adding 'humanize/locale/fi_FI/LC_MESSAGES/humanize.po' adding 'humanize/locale/fr_FR/LC_MESSAGES/humanize.mo' adding 'humanize/locale/fr_FR/LC_MESSAGES/humanize.po' adding 'humanize/locale/id_ID/LC_MESSAGES/humanize.mo' adding 'humanize/locale/id_ID/LC_MESSAGES/humanize.po' adding 'humanize/locale/it_IT/LC_MESSAGES/humanize.mo' adding 'humanize/locale/it_IT/LC_MESSAGES/humanize.po' adding 'humanize/locale/ja_JP/LC_MESSAGES/humanize.mo' adding 'humanize/locale/ja_JP/LC_MESSAGES/humanize.po' adding 'humanize/locale/ko_KR/LC_MESSAGES/humanize.mo' adding 'humanize/locale/ko_KR/LC_MESSAGES/humanize.po' adding 'humanize/locale/nl_NL/LC_MESSAGES/humanize.mo' adding 'humanize/locale/nl_NL/LC_MESSAGES/humanize.po' adding 'humanize/locale/pl_PL/LC_MESSAGES/humanize.mo' adding 'humanize/locale/pl_PL/LC_MESSAGES/humanize.po' adding 'humanize/locale/pt_BR/LC_MESSAGES/humanize.mo' adding 'humanize/locale/pt_BR/LC_MESSAGES/humanize.po' adding 'humanize/locale/pt_PT/LC_MESSAGES/humanize.mo' adding 'humanize/locale/pt_PT/LC_MESSAGES/humanize.po' adding 'humanize/locale/ru_RU/LC_MESSAGES/humanize.mo' adding 'humanize/locale/ru_RU/LC_MESSAGES/humanize.po' adding 'humanize/locale/sk_SK/LC_MESSAGES/humanize.mo' adding 'humanize/locale/sk_SK/LC_MESSAGES/humanize.po' adding 'humanize/locale/sl_SI/LC_MESSAGES/humanize.mo' adding 'humanize/locale/sl_SI/LC_MESSAGES/humanize.po' adding 'humanize/locale/sv_SE/LC_MESSAGES/humanize.mo' adding 'humanize/locale/sv_SE/LC_MESSAGES/humanize.po' adding 'humanize/locale/tr_TR/LC_MESSAGES/humanize.mo' adding 'humanize/locale/tr_TR/LC_MESSAGES/humanize.po' adding 'humanize/locale/uk_UA/LC_MESSAGES/humanize.mo' adding 'humanize/locale/uk_UA/LC_MESSAGES/humanize.po' adding 'humanize/locale/vi_VN/LC_MESSAGES/humanize.mo' adding 'humanize/locale/vi_VN/LC_MESSAGES/humanize.po' adding 'humanize/locale/zh_CN/LC_MESSAGES/humanize.mo' adding 'humanize/locale/zh_CN/LC_MESSAGES/humanize.po' adding 'humanize/locale/zh_HK/LC_MESSAGES/humanize.mo' adding 'humanize/locale/zh_HK/LC_MESSAGES/humanize.po' adding 'humanize-4.3.0.dist-info/licenses/LICENCE' adding 'humanize-4.3.0.dist-info/METADATA' adding 'humanize-4.3.0.dist-info/WHEEL' adding 'humanize-4.3.0.dist-info/top_level.txt' adding 'humanize-4.3.0.dist-info/RECORD' removing build/bdist.openbsd-7.9-amd64/wheel Successfully built humanize-4.3.0-py3-none-any.whl >>> Running package in textproc/py-humanize at 1778680764.43 ===> textproc/py-humanize ===> Faking installation for py3-humanize-4.3.0p3 ===> Building package for py3-humanize-4.3.0p3 Create /exopi-cvs/ports/packages/amd64/all/py3-humanize-4.3.0p3.tgz Creating package py3-humanize-4.3.0p3 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 4% archiving|*** | 5% archiving|****** | 9% archiving|********* | 13% archiving|************ | 18% archiving|*************** | 24% archiving|**************** | 25% archiving|***************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|*********************** | 35% archiving|*********************** | 36% archiving|************************ | 38% archiving|************************* | 39% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|****************************** | 46% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 50% archiving|********************************* | 51% archiving|********************************** | 52% archiving|********************************** | 53% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************** | 59% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|****************************************** | 66% archiving|******************************************* | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************** | 71% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************** | 78% archiving|*************************************************** | 79% archiving|**************************************************** | 81% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|******************************************************* | 86% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|************************************************************* | 96% archiving|****************************************************************|100% /exopi-cvs/ports/plist/amd64/py3-humanize-4.3.0p3 was updated --- /exopi-cvs/ports/plist/amd64/py3-humanize-4.3.0p3 +++ /exopi-cvs/ports/plist/amd64/py3-humanize-4.3.0p3-new @@ -1,5 +1,5 @@ @name py3-humanize-4.3.0p3 -@version 16 +@version 17 @comment pkgpath=textproc/py-humanize ftp=yes @arch amd64 +DESC @@ -8,137 +8,137 @@ @pkgpath textproc/py-humanize,python3 @depend lang/python/3,-main:python->=3.13,<3.14:python-3.13.13 @cwd /usr/local -lib/python3.13/site-packages/humanize/ -lib/python3.13/site-packages/humanize-4.3.0.dist-info/ -lib/python3.13/site-packages/humanize-4.3.0.dist-info/METADATA -lib/python3.13/site-packages/humanize-4.3.0.dist-info/RECORD -lib/python3.13/site-packages/humanize-4.3.0.dist-info/WHEEL -lib/python3.13/site-packages/humanize-4.3.0.dist-info/licenses/ -lib/python3.13/site-packages/humanize-4.3.0.dist-info/licenses/LICENCE -lib/python3.13/site-packages/humanize-4.3.0.dist-info/top_level.txt -lib/python3.13/site-packages/humanize/__init__.py -lib/python3.13/site-packages/humanize/__pycache__/ -lib/python3.13/site-packages/humanize/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/humanize/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/humanize/__pycache__/filesize.cpython-313.opt-1.pyc -lib/python3.13/site-packages/humanize/__pycache__/filesize.cpython-313.pyc -lib/python3.13/site-packages/humanize/__pycache__/i18n.cpython-313.opt-1.pyc -lib/python3.13/site-packages/humanize/__pycache__/i18n.cpython-313.pyc -lib/python3.13/site-packages/humanize/__pycache__/number.cpython-313.opt-1.pyc -lib/python3.13/site-packages/humanize/__pycache__/number.cpython-313.pyc -lib/python3.13/site-packages/humanize/__pycache__/time.cpython-313.opt-1.pyc -lib/python3.13/site-packages/humanize/__pycache__/time.cpython-313.pyc -lib/python3.13/site-packages/humanize/filesize.py -lib/python3.13/site-packages/humanize/i18n.py -lib/python3.13/site-packages/humanize/locale/ -lib/python3.13/site-packages/humanize/locale/ar/ -lib/python3.13/site-packages/humanize/locale/ar/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/ar/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/ar/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/bn_BD/ -lib/python3.13/site-packages/humanize/locale/bn_BD/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/bn_BD/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/bn_BD/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/ca_ES/ -lib/python3.13/site-packages/humanize/locale/ca_ES/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/ca_ES/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/ca_ES/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/da_DK/ -lib/python3.13/site-packages/humanize/locale/da_DK/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/da_DK/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/da_DK/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/de_DE/ -lib/python3.13/site-packages/humanize/locale/de_DE/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/de_DE/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/de_DE/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/el_GR/ -lib/python3.13/site-packages/humanize/locale/el_GR/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/el_GR/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/el_GR/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/es_ES/ -lib/python3.13/site-packages/humanize/locale/es_ES/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/es_ES/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/es_ES/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/fa_IR/ -lib/python3.13/site-packages/humanize/locale/fa_IR/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/fa_IR/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/fi_FI/ -lib/python3.13/site-packages/humanize/locale/fi_FI/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/fi_FI/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/fr_FR/ -lib/python3.13/site-packages/humanize/locale/fr_FR/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/fr_FR/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/id_ID/ -lib/python3.13/site-packages/humanize/locale/id_ID/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/id_ID/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/id_ID/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/it_IT/ -lib/python3.13/site-packages/humanize/locale/it_IT/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/it_IT/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/it_IT/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/ja_JP/ -lib/python3.13/site-packages/humanize/locale/ja_JP/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/ja_JP/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/ja_JP/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/ko_KR/ -lib/python3.13/site-packages/humanize/locale/ko_KR/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/ko_KR/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/ko_KR/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/nl_NL/ -lib/python3.13/site-packages/humanize/locale/nl_NL/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/nl_NL/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/nl_NL/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/pl_PL/ -lib/python3.13/site-packages/humanize/locale/pl_PL/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/pl_PL/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/pl_PL/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/pt_BR/ -lib/python3.13/site-packages/humanize/locale/pt_BR/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/pt_BR/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/pt_BR/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/pt_PT/ -lib/python3.13/site-packages/humanize/locale/pt_PT/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/pt_PT/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/pt_PT/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/ru_RU/ -lib/python3.13/site-packages/humanize/locale/ru_RU/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/ru_RU/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/ru_RU/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/sk_SK/ -lib/python3.13/site-packages/humanize/locale/sk_SK/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/sk_SK/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/sk_SK/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/sl_SI/ -lib/python3.13/site-packages/humanize/locale/sl_SI/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/sl_SI/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/sl_SI/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/sv_SE/ -lib/python3.13/site-packages/humanize/locale/sv_SE/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/sv_SE/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/sv_SE/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/tr_TR/ -lib/python3.13/site-packages/humanize/locale/tr_TR/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/tr_TR/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/tr_TR/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/uk_UA/ -lib/python3.13/site-packages/humanize/locale/uk_UA/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/uk_UA/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/uk_UA/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/vi_VN/ -lib/python3.13/site-packages/humanize/locale/vi_VN/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/vi_VN/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/vi_VN/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/zh_CN/ -lib/python3.13/site-packages/humanize/locale/zh_CN/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/zh_CN/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/zh_CN/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/locale/zh_HK/ -lib/python3.13/site-packages/humanize/locale/zh_HK/LC_MESSAGES/ -lib/python3.13/site-packages/humanize/locale/zh_HK/LC_MESSAGES/humanize.mo -lib/python3.13/site-packages/humanize/locale/zh_HK/LC_MESSAGES/humanize.po -lib/python3.13/site-packages/humanize/number.py -lib/python3.13/site-packages/humanize/py.typed -lib/python3.13/site-packages/humanize/time.py +lib/python3.14/site-packages/humanize/ +lib/python3.14/site-packages/humanize-4.3.0.dist-info/ +lib/python3.14/site-packages/humanize-4.3.0.dist-info/METADATA +lib/python3.14/site-packages/humanize-4.3.0.dist-info/RECORD +lib/python3.14/site-packages/humanize-4.3.0.dist-info/WHEEL +lib/python3.14/site-packages/humanize-4.3.0.dist-info/licenses/ +lib/python3.14/site-packages/humanize-4.3.0.dist-info/licenses/LICENCE +lib/python3.14/site-packages/humanize-4.3.0.dist-info/top_level.txt +lib/python3.14/site-packages/humanize/__init__.py +lib/python3.14/site-packages/humanize/__pycache__/ +lib/python3.14/site-packages/humanize/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/humanize/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/humanize/__pycache__/filesize.cpython-314.opt-1.pyc +lib/python3.14/site-packages/humanize/__pycache__/filesize.cpython-314.pyc +lib/python3.14/site-packages/humanize/__pycache__/i18n.cpython-314.opt-1.pyc +lib/python3.14/site-packages/humanize/__pycache__/i18n.cpython-314.pyc +lib/python3.14/site-packages/humanize/__pycache__/number.cpython-314.opt-1.pyc +lib/python3.14/site-packages/humanize/__pycache__/number.cpython-314.pyc +lib/python3.14/site-packages/humanize/__pycache__/time.cpython-314.opt-1.pyc +lib/python3.14/site-packages/humanize/__pycache__/time.cpython-314.pyc +lib/python3.14/site-packages/humanize/filesize.py +lib/python3.14/site-packages/humanize/i18n.py +lib/python3.14/site-packages/humanize/locale/ +lib/python3.14/site-packages/humanize/locale/ar/ +lib/python3.14/site-packages/humanize/locale/ar/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/ar/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/ar/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/bn_BD/ +lib/python3.14/site-packages/humanize/locale/bn_BD/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/bn_BD/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/bn_BD/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/ca_ES/ +lib/python3.14/site-packages/humanize/locale/ca_ES/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/ca_ES/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/ca_ES/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/da_DK/ +lib/python3.14/site-packages/humanize/locale/da_DK/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/da_DK/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/da_DK/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/de_DE/ +lib/python3.14/site-packages/humanize/locale/de_DE/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/de_DE/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/de_DE/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/el_GR/ +lib/python3.14/site-packages/humanize/locale/el_GR/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/el_GR/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/el_GR/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/es_ES/ +lib/python3.14/site-packages/humanize/locale/es_ES/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/es_ES/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/es_ES/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/fa_IR/ +lib/python3.14/site-packages/humanize/locale/fa_IR/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/fa_IR/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/fi_FI/ +lib/python3.14/site-packages/humanize/locale/fi_FI/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/fi_FI/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/fr_FR/ +lib/python3.14/site-packages/humanize/locale/fr_FR/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/fr_FR/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/id_ID/ +lib/python3.14/site-packages/humanize/locale/id_ID/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/id_ID/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/id_ID/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/it_IT/ +lib/python3.14/site-packages/humanize/locale/it_IT/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/it_IT/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/it_IT/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/ja_JP/ +lib/python3.14/site-packages/humanize/locale/ja_JP/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/ja_JP/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/ja_JP/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/ko_KR/ +lib/python3.14/site-packages/humanize/locale/ko_KR/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/ko_KR/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/ko_KR/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/nl_NL/ +lib/python3.14/site-packages/humanize/locale/nl_NL/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/nl_NL/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/nl_NL/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/pl_PL/ +lib/python3.14/site-packages/humanize/locale/pl_PL/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/pl_PL/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/pl_PL/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/pt_BR/ +lib/python3.14/site-packages/humanize/locale/pt_BR/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/pt_BR/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/pt_BR/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/pt_PT/ +lib/python3.14/site-packages/humanize/locale/pt_PT/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/pt_PT/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/pt_PT/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/ru_RU/ +lib/python3.14/site-packages/humanize/locale/ru_RU/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/ru_RU/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/ru_RU/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/sk_SK/ +lib/python3.14/site-packages/humanize/locale/sk_SK/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/sk_SK/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/sk_SK/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/sl_SI/ +lib/python3.14/site-packages/humanize/locale/sl_SI/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/sl_SI/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/sl_SI/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/sv_SE/ +lib/python3.14/site-packages/humanize/locale/sv_SE/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/sv_SE/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/sv_SE/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/tr_TR/ +lib/python3.14/site-packages/humanize/locale/tr_TR/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/tr_TR/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/tr_TR/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/uk_UA/ +lib/python3.14/site-packages/humanize/locale/uk_UA/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/uk_UA/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/uk_UA/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/vi_VN/ +lib/python3.14/site-packages/humanize/locale/vi_VN/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/vi_VN/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/vi_VN/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/zh_CN/ +lib/python3.14/site-packages/humanize/locale/zh_CN/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/zh_CN/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/zh_CN/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/locale/zh_HK/ +lib/python3.14/site-packages/humanize/locale/zh_HK/LC_MESSAGES/ +lib/python3.14/site-packages/humanize/locale/zh_HK/LC_MESSAGES/humanize.mo +lib/python3.14/site-packages/humanize/locale/zh_HK/LC_MESSAGES/humanize.po +lib/python3.14/site-packages/humanize/number.py +lib/python3.14/site-packages/humanize/py.typed +lib/python3.14/site-packages/humanize/time.py Link to /exopi-cvs/ports/packages/amd64/ftp/py3-humanize-4.3.0p3.tgz >>> Running clean in textproc/py-humanize at 1778680765.97 ===> textproc/py-humanize ===> Cleaning for py3-humanize-4.3.0p3 >>> Ended at 1778680766.25 max_stuck=9.95/waiting-for-lock #164=13.50/depends=2.12/show-prepare-results=1.17/extract=0.34/build=1.96/package=1.54/clean=0.32