>>> Building on exopi-3 under textproc/py-humanize,python3 BDEPENDS = [devel/py-setuptools_scm,python3;devel/py-build,python3;lang/python/3.10;devel/py-wheel,python3;devel/py-setuptools,python3;devel/py-installer,python3] DIST = [textproc/py-humanize,python3:humanize-4.3.0.tar.gz] FULLPKGNAME = py3-humanize-4.3.0p0 RDEPENDS = [lang/python/3.10] (Junk lock obtained for exopi-3 at 1713957237.74) >>> Running depends in textproc/py-humanize,python3 at 1713957237.77 last junk was in devel/capstone/python,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-setuptools_scm-8.0.4 py3-wheel-0.43.0 python-3.10.14p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-setuptools_scm-8.0.4 py3-wheel-0.43.0 python-3.10.14p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-setuptools_scm-8.0.4 py3-wheel-0.43.0 python-3.10.14p0 >>> Running show-prepare-results in textproc/py-humanize,python3 at 1713957244.96 ===> textproc/py-humanize,python3 ===> Building from scratch py3-humanize-4.3.0p0 ===> py3-humanize-4.3.0p0 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-humanize-4.3.0p0 depends on: py3-build-* -> py3-build-1.1.1 ===> py3-humanize-4.3.0p0 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-humanize-4.3.0p0 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-humanize-4.3.0p0 depends on: py3-wheel-* -> py3-wheel-0.43.0 ===> py3-humanize-4.3.0p0 depends on: py3-setuptools_scm-* -> py3-setuptools_scm-8.0.4 py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-setuptools_scm-8.0.4 py3-wheel-0.43.0 python-3.10.14p0 (Junk lock released for exopi-3 at 1713957247.13) distfiles size=78035 >>> Running build in textproc/py-humanize,python3 at 1713957247.15 ===> textproc/py-humanize,python3 ===> Checking files for py3-humanize-4.3.0p0 `/exopi-cvs/ports/distfiles/humanize-4.3.0.tar.gz' is up to date. >> (SHA256) humanize-4.3.0.tar.gz: OK ===> Extracting for py3-humanize-4.3.0p0 ===> Patching for py3-humanize-4.3.0p0 ===> 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.0p0 ===> Configuring for py3-humanize-4.3.0p0 ===> Building for py3-humanize-4.3.0p0 * Getting build dependencies for wheel... /usr/local/lib/python3.10/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) 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.10/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running bdist_wheel running build running build_py creating build creating build/lib 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' /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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) copying src/humanize/py.typed -> build/lib/humanize creating build/lib/humanize/locale creating build/lib/humanize/locale/ar 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/humanize copying build/lib/humanize/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/humanize copying build/lib/humanize/filesize.py -> build/bdist.openbsd-7.5-amd64/wheel/humanize copying build/lib/humanize/i18n.py -> build/bdist.openbsd-7.5-amd64/wheel/humanize copying build/lib/humanize/number.py -> build/bdist.openbsd-7.5-amd64/wheel/humanize copying build/lib/humanize/time.py -> build/bdist.openbsd-7.5-amd64/wheel/humanize copying build/lib/humanize/py.typed -> build/bdist.openbsd-7.5-amd64/wheel/humanize creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ar creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ar/LC_MESSAGES copying build/lib/humanize/locale/ar/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ar/LC_MESSAGES copying build/lib/humanize/locale/ar/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ar/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/bn_BD creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/bn_BD/LC_MESSAGES copying build/lib/humanize/locale/bn_BD/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/bn_BD/LC_MESSAGES copying build/lib/humanize/locale/bn_BD/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/bn_BD/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ca_ES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ca_ES/LC_MESSAGES copying build/lib/humanize/locale/ca_ES/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ca_ES/LC_MESSAGES copying build/lib/humanize/locale/ca_ES/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ca_ES/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/da_DK creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/da_DK/LC_MESSAGES copying build/lib/humanize/locale/da_DK/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/da_DK/LC_MESSAGES copying build/lib/humanize/locale/da_DK/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/da_DK/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/de_DE creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/de_DE/LC_MESSAGES copying build/lib/humanize/locale/de_DE/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/de_DE/LC_MESSAGES copying build/lib/humanize/locale/de_DE/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/de_DE/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/el_GR creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/el_GR/LC_MESSAGES copying build/lib/humanize/locale/el_GR/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/el_GR/LC_MESSAGES copying build/lib/humanize/locale/el_GR/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/el_GR/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/es_ES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/es_ES/LC_MESSAGES copying build/lib/humanize/locale/es_ES/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/es_ES/LC_MESSAGES copying build/lib/humanize/locale/es_ES/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/es_ES/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/fa_IR creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/fa_IR/LC_MESSAGES copying build/lib/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/fa_IR/LC_MESSAGES copying build/lib/humanize/locale/fa_IR/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/fa_IR/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/fi_FI creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/fi_FI/LC_MESSAGES copying build/lib/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/fi_FI/LC_MESSAGES copying build/lib/humanize/locale/fi_FI/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/fi_FI/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/fr_FR creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/fr_FR/LC_MESSAGES copying build/lib/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/fr_FR/LC_MESSAGES copying build/lib/humanize/locale/fr_FR/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/fr_FR/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/id_ID creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/id_ID/LC_MESSAGES copying build/lib/humanize/locale/id_ID/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/id_ID/LC_MESSAGES copying build/lib/humanize/locale/id_ID/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/id_ID/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/it_IT creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/it_IT/LC_MESSAGES copying build/lib/humanize/locale/it_IT/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/it_IT/LC_MESSAGES copying build/lib/humanize/locale/it_IT/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/it_IT/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ja_JP creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ja_JP/LC_MESSAGES copying build/lib/humanize/locale/ja_JP/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ja_JP/LC_MESSAGES copying build/lib/humanize/locale/ja_JP/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ja_JP/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ko_KR creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ko_KR/LC_MESSAGES copying build/lib/humanize/locale/ko_KR/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ko_KR/LC_MESSAGES copying build/lib/humanize/locale/ko_KR/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ko_KR/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/nl_NL creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/nl_NL/LC_MESSAGES copying build/lib/humanize/locale/nl_NL/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/nl_NL/LC_MESSAGES copying build/lib/humanize/locale/nl_NL/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/nl_NL/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/pl_PL creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/pl_PL/LC_MESSAGES copying build/lib/humanize/locale/pl_PL/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/pl_PL/LC_MESSAGES copying build/lib/humanize/locale/pl_PL/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/pl_PL/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/pt_BR creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/pt_BR/LC_MESSAGES copying build/lib/humanize/locale/pt_BR/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/pt_BR/LC_MESSAGES copying build/lib/humanize/locale/pt_BR/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/pt_BR/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/pt_PT creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/pt_PT/LC_MESSAGES copying build/lib/humanize/locale/pt_PT/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/pt_PT/LC_MESSAGES copying build/lib/humanize/locale/pt_PT/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/pt_PT/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ru_RU creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ru_RU/LC_MESSAGES copying build/lib/humanize/locale/ru_RU/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ru_RU/LC_MESSAGES copying build/lib/humanize/locale/ru_RU/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/ru_RU/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/sk_SK creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/sk_SK/LC_MESSAGES copying build/lib/humanize/locale/sk_SK/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/sk_SK/LC_MESSAGES copying build/lib/humanize/locale/sk_SK/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/sk_SK/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/sl_SI creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/sl_SI/LC_MESSAGES copying build/lib/humanize/locale/sl_SI/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/sl_SI/LC_MESSAGES copying build/lib/humanize/locale/sl_SI/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/sl_SI/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/sv_SE creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/sv_SE/LC_MESSAGES copying build/lib/humanize/locale/sv_SE/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/sv_SE/LC_MESSAGES copying build/lib/humanize/locale/sv_SE/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/sv_SE/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/tr_TR creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/tr_TR/LC_MESSAGES copying build/lib/humanize/locale/tr_TR/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/tr_TR/LC_MESSAGES copying build/lib/humanize/locale/tr_TR/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/tr_TR/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/uk_UA creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/uk_UA/LC_MESSAGES copying build/lib/humanize/locale/uk_UA/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/uk_UA/LC_MESSAGES copying build/lib/humanize/locale/uk_UA/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/uk_UA/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/vi_VN creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/vi_VN/LC_MESSAGES copying build/lib/humanize/locale/vi_VN/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/vi_VN/LC_MESSAGES copying build/lib/humanize/locale/vi_VN/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/vi_VN/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/zh_CN creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/zh_CN/LC_MESSAGES copying build/lib/humanize/locale/zh_CN/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/zh_CN/LC_MESSAGES copying build/lib/humanize/locale/zh_CN/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/zh_CN/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/zh_HK creating build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/zh_HK/LC_MESSAGES copying build/lib/humanize/locale/zh_HK/LC_MESSAGES/humanize.mo -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/zh_HK/LC_MESSAGES copying build/lib/humanize/locale/zh_HK/LC_MESSAGES/humanize.po -> build/bdist.openbsd-7.5-amd64/wheel/humanize/locale/zh_HK/LC_MESSAGES running install_egg_info Copying src/humanize.egg-info to build/bdist.openbsd-7.5-amd64/wheel/humanize-4.3.0-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/humanize-4.3.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-humanize-4.3.0-python3/humanize-4.3.0/dist/.tmp-odg2gaa2/humanize-4.3.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-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/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.5-amd64/wheel Successfully built humanize-4.3.0-py3-none-any.whl >>> Running package in textproc/py-humanize,python3 at 1713957251.35 ===> textproc/py-humanize,python3 ===> Faking installation for py3-humanize-4.3.0p0 ===> Building package for py3-humanize-4.3.0p0 Create /exopi-cvs/ports/packages/amd64/all/py3-humanize-4.3.0p0.tgz Creating package py3-humanize-4.3.0p0 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-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|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% 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|** | 3% archiving|*** | 4% archiving|***** | 7% archiving|******* | 11% archiving|********* | 14% archiving|************ | 18% archiving|************* | 20% archiving|************** | 22% archiving|************** | 23% archiving|*************** | 24% archiving|**************** | 25% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|******************* | 29% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|*********************** | 36% archiving|************************ | 37% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|**************************** | 44% archiving|***************************** | 45% archiving|****************************** | 47% archiving|******************************* | 49% archiving|******************************** | 50% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|************************************ | 56% archiving|************************************* | 58% archiving|************************************** | 59% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|****************************************** | 66% archiving|******************************************* | 66% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|*********************************************** | 74% archiving|************************************************ | 75% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|********************************************************** | 90% archiving|*********************************************************** | 92% archiving|************************************************************* | 95% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-humanize-4.3.0p0.tgz >>> Running clean in textproc/py-humanize,python3 at 1713957254.27 ===> textproc/py-humanize,python3 ===> Cleaning for py3-humanize-4.3.0p0 >>> Ended at 1713957254.76 max_stuck=0.87/depends=7.20/show-prepare-results=2.19/build=4.20/package=2.92/clean=0.51