>>> py3-wtforms: Building community/py3-wtforms 3.0.1-r3 (using abuild 3.11.21-r0) started Mon, 31 Jul 2023 17:20:19 +0000 >>> py3-wtforms: Checking sanity of /home/buildozer/aports/community/py3-wtforms/APKBUILD... >>> py3-wtforms: Analyzing dependencies... >>> py3-wtforms: Installing for build: build-base python3 py3-setuptools py3-babel (1/23) Installing libbz2 (1.0.8-r6) (2/23) Installing libffi (3.4.4-r3) (3/23) Installing gdbm (1.23-r1) (4/23) Installing xz-libs (5.4.3-r1) (5/23) Installing mpdecimal (2.5.1-r2) (6/23) Installing libpanelw (6.4_p20230722-r0) (7/23) Installing readline (8.2.1-r2) (8/23) Installing sqlite-libs (3.42.0-r2) (9/23) Installing python3 (3.11.4-r4) (10/23) Installing python3-pycache-pyc0 (3.11.4-r4) (11/23) Installing pyc (0.1-r0) (12/23) Installing python3-pyc (3.11.4-r4) (13/23) Installing py3-parsing (3.1.0-r0) (14/23) Installing py3-parsing-pyc (3.1.0-r0) (15/23) Installing py3-packaging (23.1-r3) (16/23) Installing py3-packaging-pyc (23.1-r3) (17/23) Installing py3-setuptools (68.0.0-r2) (18/23) Installing py3-setuptools-pyc (68.0.0-r2) (19/23) Installing py3-tz (2023.3-r1) (20/23) Installing py3-tz-pyc (2023.3-r1) (21/23) Installing py3-babel (2.12.1-r1) (22/23) Installing py3-babel-pyc (2.12.1-r1) (23/23) Installing .makedepends-py3-wtforms (20230731.172020) Executing busybox-1.36.1-r4.trigger OK: 398 MiB in 125 packages >>> py3-wtforms: Cleaning up srcdir >>> py3-wtforms: Cleaning up pkgdir >>> py3-wtforms: Cleaning up tmpdir >>> py3-wtforms: Fetching https://files.pythonhosted.org/packages/source/W/WTForms/WTForms-3.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 134k 100 134k 0 0 3683k 0 --:--:-- --:--:-- --:--:-- 3683k >>> py3-wtforms: Fetching https://files.pythonhosted.org/packages/source/W/WTForms/WTForms-3.0.1.tar.gz >>> py3-wtforms: Checking sha512sums... WTForms-3.0.1.tar.gz: OK >>> py3-wtforms: Unpacking /var/cache/distfiles/WTForms-3.0.1.tar.gz... /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. running build running build_py creating build creating build/lib creating build/lib/wtforms copying src/wtforms/i18n.py -> build/lib/wtforms copying src/wtforms/validators.py -> build/lib/wtforms copying src/wtforms/utils.py -> build/lib/wtforms copying src/wtforms/meta.py -> build/lib/wtforms copying src/wtforms/form.py -> build/lib/wtforms copying src/wtforms/__init__.py -> build/lib/wtforms creating build/lib/wtforms/csrf copying src/wtforms/csrf/session.py -> build/lib/wtforms/csrf copying src/wtforms/csrf/core.py -> build/lib/wtforms/csrf copying src/wtforms/csrf/__init__.py -> build/lib/wtforms/csrf creating build/lib/wtforms/fields copying src/wtforms/fields/datetime.py -> build/lib/wtforms/fields copying src/wtforms/fields/choices.py -> build/lib/wtforms/fields copying src/wtforms/fields/list.py -> build/lib/wtforms/fields copying src/wtforms/fields/core.py -> build/lib/wtforms/fields copying src/wtforms/fields/form.py -> build/lib/wtforms/fields copying src/wtforms/fields/numeric.py -> build/lib/wtforms/fields copying src/wtforms/fields/__init__.py -> build/lib/wtforms/fields copying src/wtforms/fields/simple.py -> build/lib/wtforms/fields creating build/lib/wtforms/widgets copying src/wtforms/widgets/core.py -> build/lib/wtforms/widgets copying src/wtforms/widgets/__init__.py -> build/lib/wtforms/widgets running egg_info writing src/WTForms.egg-info/PKG-INFO writing dependency_links to src/WTForms.egg-info/dependency_links.txt writing requirements to src/WTForms.egg-info/requires.txt writing top-level names to src/WTForms.egg-info/top_level.txt reading manifest file 'src/WTForms.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/WTForms.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale' 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 'wtforms.locale' 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 'wtforms.locale' to be distributed and are already explicitly excluding 'wtforms.locale' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.ar.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.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 'wtforms.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 'wtforms.locale.ar.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.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/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.bg.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.bg.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'wtforms.locale.bg.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'wtforms.locale.bg.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.bg.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.ca.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.ca.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'wtforms.locale.ca.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'wtforms.locale.ca.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.ca.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.cs_CZ.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.cs_CZ.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 'wtforms.locale.cs_CZ.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 'wtforms.locale.cs_CZ.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.cs_CZ.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.cy.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.cy.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'wtforms.locale.cy.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'wtforms.locale.cy.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.cy.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.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 'wtforms.locale.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 'wtforms.locale.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.de.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.de_CH.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.de_CH.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'wtforms.locale.de_CH.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'wtforms.locale.de_CH.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.de_CH.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.el.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.el.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'wtforms.locale.el.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'wtforms.locale.el.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.el.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.en.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.en.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'wtforms.locale.en.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'wtforms.locale.en.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.en.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.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 'wtforms.locale.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 'wtforms.locale.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.es.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.et.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.et.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'wtforms.locale.et.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'wtforms.locale.et.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.et.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.fa.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.fa.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'wtforms.locale.fa.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'wtforms.locale.fa.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.fa.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.fi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.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 'wtforms.locale.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 'wtforms.locale.fi.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.fi.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.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 'wtforms.locale.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 'wtforms.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.fr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.he.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.he.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'wtforms.locale.he.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'wtforms.locale.he.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.he.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.hu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.hu.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'wtforms.locale.hu.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'wtforms.locale.hu.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.hu.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.it.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.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 'wtforms.locale.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 'wtforms.locale.it.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.it.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.ja.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.ja.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'wtforms.locale.ja.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'wtforms.locale.ja.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.ja.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.ko.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.ko.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'wtforms.locale.ko.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'wtforms.locale.ko.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.ko.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.nb.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.nb.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'wtforms.locale.nb.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'wtforms.locale.nb.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.nb.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.nl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.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 'wtforms.locale.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 'wtforms.locale.nl.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.nl.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.pl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.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 'wtforms.locale.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 'wtforms.locale.pl.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.pl.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.pt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.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 'wtforms.locale.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 'wtforms.locale.pt.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.pt.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.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 'wtforms.locale.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 'wtforms.locale.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.ru.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.sk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.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 'wtforms.locale.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 'wtforms.locale.sk.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.sk.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.sv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.sv.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'wtforms.locale.sv.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'wtforms.locale.sv.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.sv.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.tr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.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 'wtforms.locale.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 'wtforms.locale.tr.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.tr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.uk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.uk.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'wtforms.locale.uk.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'wtforms.locale.uk.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.uk.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.zh.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.zh.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 'wtforms.locale.zh.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 'wtforms.locale.zh.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.zh.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'wtforms.locale.zh_TW.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'wtforms.locale.zh_TW.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'wtforms.locale.zh_TW.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'wtforms.locale.zh_TW.LC_MESSAGES' to be distributed and are already explicitly excluding 'wtforms.locale.zh_TW.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/wtforms/locale copying src/wtforms/locale/README.md -> build/lib/wtforms/locale copying src/wtforms/locale/wtforms.pot -> build/lib/wtforms/locale creating build/lib/wtforms/locale/ar creating build/lib/wtforms/locale/ar/LC_MESSAGES copying src/wtforms/locale/ar/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/ar/LC_MESSAGES copying src/wtforms/locale/ar/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/ar/LC_MESSAGES creating build/lib/wtforms/locale/bg creating build/lib/wtforms/locale/bg/LC_MESSAGES copying src/wtforms/locale/bg/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/bg/LC_MESSAGES copying src/wtforms/locale/bg/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/bg/LC_MESSAGES creating build/lib/wtforms/locale/ca creating build/lib/wtforms/locale/ca/LC_MESSAGES copying src/wtforms/locale/ca/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/ca/LC_MESSAGES copying src/wtforms/locale/ca/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/ca/LC_MESSAGES creating build/lib/wtforms/locale/cs_CZ creating build/lib/wtforms/locale/cs_CZ/LC_MESSAGES copying src/wtforms/locale/cs_CZ/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/cs_CZ/LC_MESSAGES copying src/wtforms/locale/cs_CZ/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/cs_CZ/LC_MESSAGES creating build/lib/wtforms/locale/cy creating build/lib/wtforms/locale/cy/LC_MESSAGES copying src/wtforms/locale/cy/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/cy/LC_MESSAGES copying src/wtforms/locale/cy/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/cy/LC_MESSAGES creating build/lib/wtforms/locale/de creating build/lib/wtforms/locale/de/LC_MESSAGES copying src/wtforms/locale/de/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/de/LC_MESSAGES copying src/wtforms/locale/de/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/de/LC_MESSAGES creating build/lib/wtforms/locale/de_CH creating build/lib/wtforms/locale/de_CH/LC_MESSAGES copying src/wtforms/locale/de_CH/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/de_CH/LC_MESSAGES copying src/wtforms/locale/de_CH/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/de_CH/LC_MESSAGES creating build/lib/wtforms/locale/el creating build/lib/wtforms/locale/el/LC_MESSAGES copying src/wtforms/locale/el/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/el/LC_MESSAGES copying src/wtforms/locale/el/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/el/LC_MESSAGES creating build/lib/wtforms/locale/en creating build/lib/wtforms/locale/en/LC_MESSAGES copying src/wtforms/locale/en/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/en/LC_MESSAGES copying src/wtforms/locale/en/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/en/LC_MESSAGES creating build/lib/wtforms/locale/es creating build/lib/wtforms/locale/es/LC_MESSAGES copying src/wtforms/locale/es/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/es/LC_MESSAGES copying src/wtforms/locale/es/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/es/LC_MESSAGES creating build/lib/wtforms/locale/et creating build/lib/wtforms/locale/et/LC_MESSAGES copying src/wtforms/locale/et/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/et/LC_MESSAGES copying src/wtforms/locale/et/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/et/LC_MESSAGES creating build/lib/wtforms/locale/fa creating build/lib/wtforms/locale/fa/LC_MESSAGES copying src/wtforms/locale/fa/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/fa/LC_MESSAGES copying src/wtforms/locale/fa/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/fa/LC_MESSAGES creating build/lib/wtforms/locale/fi creating build/lib/wtforms/locale/fi/LC_MESSAGES copying src/wtforms/locale/fi/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/fi/LC_MESSAGES copying src/wtforms/locale/fi/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/fi/LC_MESSAGES creating build/lib/wtforms/locale/fr creating build/lib/wtforms/locale/fr/LC_MESSAGES copying src/wtforms/locale/fr/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/fr/LC_MESSAGES copying src/wtforms/locale/fr/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/fr/LC_MESSAGES creating build/lib/wtforms/locale/he creating build/lib/wtforms/locale/he/LC_MESSAGES copying src/wtforms/locale/he/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/he/LC_MESSAGES copying src/wtforms/locale/he/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/he/LC_MESSAGES creating build/lib/wtforms/locale/hu creating build/lib/wtforms/locale/hu/LC_MESSAGES copying src/wtforms/locale/hu/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/hu/LC_MESSAGES copying src/wtforms/locale/hu/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/hu/LC_MESSAGES creating build/lib/wtforms/locale/it creating build/lib/wtforms/locale/it/LC_MESSAGES copying src/wtforms/locale/it/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/it/LC_MESSAGES copying src/wtforms/locale/it/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/it/LC_MESSAGES creating build/lib/wtforms/locale/ja creating build/lib/wtforms/locale/ja/LC_MESSAGES copying src/wtforms/locale/ja/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/ja/LC_MESSAGES copying src/wtforms/locale/ja/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/ja/LC_MESSAGES creating build/lib/wtforms/locale/ko creating build/lib/wtforms/locale/ko/LC_MESSAGES copying src/wtforms/locale/ko/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/ko/LC_MESSAGES copying src/wtforms/locale/ko/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/ko/LC_MESSAGES creating build/lib/wtforms/locale/nb creating build/lib/wtforms/locale/nb/LC_MESSAGES copying src/wtforms/locale/nb/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/nb/LC_MESSAGES copying src/wtforms/locale/nb/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/nb/LC_MESSAGES creating build/lib/wtforms/locale/nl creating build/lib/wtforms/locale/nl/LC_MESSAGES copying src/wtforms/locale/nl/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/nl/LC_MESSAGES copying src/wtforms/locale/nl/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/nl/LC_MESSAGES creating build/lib/wtforms/locale/pl creating build/lib/wtforms/locale/pl/LC_MESSAGES copying src/wtforms/locale/pl/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/pl/LC_MESSAGES copying src/wtforms/locale/pl/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/pl/LC_MESSAGES creating build/lib/wtforms/locale/pt creating build/lib/wtforms/locale/pt/LC_MESSAGES copying src/wtforms/locale/pt/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/pt/LC_MESSAGES copying src/wtforms/locale/pt/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/pt/LC_MESSAGES creating build/lib/wtforms/locale/ru creating build/lib/wtforms/locale/ru/LC_MESSAGES copying src/wtforms/locale/ru/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/ru/LC_MESSAGES copying src/wtforms/locale/ru/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/ru/LC_MESSAGES creating build/lib/wtforms/locale/sk creating build/lib/wtforms/locale/sk/LC_MESSAGES copying src/wtforms/locale/sk/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/sk/LC_MESSAGES copying src/wtforms/locale/sk/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/sk/LC_MESSAGES creating build/lib/wtforms/locale/sv creating build/lib/wtforms/locale/sv/LC_MESSAGES copying src/wtforms/locale/sv/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/sv/LC_MESSAGES copying src/wtforms/locale/sv/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/sv/LC_MESSAGES creating build/lib/wtforms/locale/tr creating build/lib/wtforms/locale/tr/LC_MESSAGES copying src/wtforms/locale/tr/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/tr/LC_MESSAGES copying src/wtforms/locale/tr/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/tr/LC_MESSAGES creating build/lib/wtforms/locale/uk creating build/lib/wtforms/locale/uk/LC_MESSAGES copying src/wtforms/locale/uk/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/uk/LC_MESSAGES copying src/wtforms/locale/uk/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/uk/LC_MESSAGES creating build/lib/wtforms/locale/zh creating build/lib/wtforms/locale/zh/LC_MESSAGES copying src/wtforms/locale/zh/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/zh/LC_MESSAGES copying src/wtforms/locale/zh/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/zh/LC_MESSAGES creating build/lib/wtforms/locale/zh_TW creating build/lib/wtforms/locale/zh_TW/LC_MESSAGES copying src/wtforms/locale/zh_TW/LC_MESSAGES/wtforms.mo -> build/lib/wtforms/locale/zh_TW/LC_MESSAGES copying src/wtforms/locale/zh_TW/LC_MESSAGES/wtforms.po -> build/lib/wtforms/locale/zh_TW/LC_MESSAGES >>> py3-wtforms: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-wtforms/pkg creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ar creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ar/LC_MESSAGES copying build/lib/wtforms/locale/ar/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ar/LC_MESSAGES copying build/lib/wtforms/locale/ar/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ar/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/fa creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/fa/LC_MESSAGES copying build/lib/wtforms/locale/fa/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/fa/LC_MESSAGES copying build/lib/wtforms/locale/fa/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/fa/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/cy creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/cy/LC_MESSAGES copying build/lib/wtforms/locale/cy/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/cy/LC_MESSAGES copying build/lib/wtforms/locale/cy/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/cy/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ko creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ko/LC_MESSAGES copying build/lib/wtforms/locale/ko/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ko/LC_MESSAGES copying build/lib/wtforms/locale/ko/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ko/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/pt creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/pt/LC_MESSAGES copying build/lib/wtforms/locale/pt/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/pt/LC_MESSAGES copying build/lib/wtforms/locale/pt/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/pt/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/de_CH creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/de_CH/LC_MESSAGES copying build/lib/wtforms/locale/de_CH/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/de_CH/LC_MESSAGES copying build/lib/wtforms/locale/de_CH/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/de_CH/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/he creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/he/LC_MESSAGES copying build/lib/wtforms/locale/he/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/he/LC_MESSAGES copying build/lib/wtforms/locale/he/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/he/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/et creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/et/LC_MESSAGES copying build/lib/wtforms/locale/et/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/et/LC_MESSAGES copying build/lib/wtforms/locale/et/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/et/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/sv creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/sv/LC_MESSAGES copying build/lib/wtforms/locale/sv/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/sv/LC_MESSAGES copying build/lib/wtforms/locale/sv/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/sv/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/en creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/en/LC_MESSAGES copying build/lib/wtforms/locale/en/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/en/LC_MESSAGES copying build/lib/wtforms/locale/en/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/en/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/nl creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/nl/LC_MESSAGES copying build/lib/wtforms/locale/nl/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/nl/LC_MESSAGES copying build/lib/wtforms/locale/nl/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/nl/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ca creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ca/LC_MESSAGES copying build/lib/wtforms/locale/ca/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ca/LC_MESSAGES copying build/lib/wtforms/locale/ca/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ca/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/fr creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/fr/LC_MESSAGES copying build/lib/wtforms/locale/fr/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/fr/LC_MESSAGES copying build/lib/wtforms/locale/fr/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/fr/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/tr creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/tr/LC_MESSAGES copying build/lib/wtforms/locale/tr/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/tr/LC_MESSAGES copying build/lib/wtforms/locale/tr/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/tr/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/fi creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/fi/LC_MESSAGES copying build/lib/wtforms/locale/fi/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/fi/LC_MESSAGES copying build/lib/wtforms/locale/fi/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/fi/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/es creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/es/LC_MESSAGES copying build/lib/wtforms/locale/es/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/es/LC_MESSAGES copying build/lib/wtforms/locale/es/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/es/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/uk creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/uk/LC_MESSAGES copying build/lib/wtforms/locale/uk/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/uk/LC_MESSAGES copying build/lib/wtforms/locale/uk/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/uk/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/zh creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/zh/LC_MESSAGES copying build/lib/wtforms/locale/zh/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/zh/LC_MESSAGES copying build/lib/wtforms/locale/zh/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/zh/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/de creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/de/LC_MESSAGES copying build/lib/wtforms/locale/de/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/de/LC_MESSAGES copying build/lib/wtforms/locale/de/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/de/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/pl creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/pl/LC_MESSAGES copying build/lib/wtforms/locale/pl/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/pl/LC_MESSAGES copying build/lib/wtforms/locale/pl/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/pl/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ru creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ru/LC_MESSAGES copying build/lib/wtforms/locale/ru/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ru/LC_MESSAGES copying build/lib/wtforms/locale/ru/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ru/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/nb creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/nb/LC_MESSAGES copying build/lib/wtforms/locale/nb/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/nb/LC_MESSAGES copying build/lib/wtforms/locale/nb/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/nb/LC_MESSAGES copying build/lib/wtforms/locale/wtforms.pot -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/cs_CZ creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/cs_CZ/LC_MESSAGES copying build/lib/wtforms/locale/cs_CZ/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/cs_CZ/LC_MESSAGES copying build/lib/wtforms/locale/cs_CZ/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/cs_CZ/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/el creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/el/LC_MESSAGES copying build/lib/wtforms/locale/el/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/el/LC_MESSAGES copying build/lib/wtforms/locale/el/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/el/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/zh_TW creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/zh_TW/LC_MESSAGES copying build/lib/wtforms/locale/zh_TW/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/zh_TW/LC_MESSAGES copying build/lib/wtforms/locale/zh_TW/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/zh_TW/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/it creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/it/LC_MESSAGES copying build/lib/wtforms/locale/it/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/it/LC_MESSAGES copying build/lib/wtforms/locale/it/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/it/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/sk creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/sk/LC_MESSAGES copying build/lib/wtforms/locale/sk/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/sk/LC_MESSAGES copying build/lib/wtforms/locale/sk/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/sk/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/hu creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/hu/LC_MESSAGES copying build/lib/wtforms/locale/hu/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/hu/LC_MESSAGES copying build/lib/wtforms/locale/hu/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/hu/LC_MESSAGES creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/bg creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/bg/LC_MESSAGES copying build/lib/wtforms/locale/bg/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/bg/LC_MESSAGES copying build/lib/wtforms/locale/bg/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/bg/LC_MESSAGES copying build/lib/wtforms/locale/README.md -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ja creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ja/LC_MESSAGES copying build/lib/wtforms/locale/ja/LC_MESSAGES/wtforms.mo -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ja/LC_MESSAGES copying build/lib/wtforms/locale/ja/LC_MESSAGES/wtforms.po -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/locale/ja/LC_MESSAGES copying build/lib/wtforms/i18n.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/csrf copying build/lib/wtforms/csrf/session.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/csrf copying build/lib/wtforms/csrf/core.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/csrf copying build/lib/wtforms/csrf/__init__.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/csrf copying build/lib/wtforms/validators.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields copying build/lib/wtforms/fields/datetime.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields copying build/lib/wtforms/fields/choices.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields copying build/lib/wtforms/fields/list.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields copying build/lib/wtforms/fields/core.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields copying build/lib/wtforms/fields/form.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields copying build/lib/wtforms/fields/numeric.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields copying build/lib/wtforms/fields/__init__.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields copying build/lib/wtforms/fields/simple.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields copying build/lib/wtforms/utils.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms copying build/lib/wtforms/meta.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms copying build/lib/wtforms/form.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms creating /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/widgets copying build/lib/wtforms/widgets/core.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/widgets copying build/lib/wtforms/widgets/__init__.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/widgets copying build/lib/wtforms/__init__.py -> /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/i18n.py to i18n.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/csrf/session.py to session.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/csrf/core.py to core.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/csrf/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/validators.py to validators.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields/datetime.py to datetime.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields/choices.py to choices.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields/list.py to list.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields/core.py to core.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields/form.py to form.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields/numeric.py to numeric.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields/simple.py to simple.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/meta.py to meta.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/form.py to form.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/widgets/core.py to core.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/widgets/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info writing src/WTForms.egg-info/PKG-INFO writing dependency_links to src/WTForms.egg-info/dependency_links.txt writing requirements to src/WTForms.egg-info/requires.txt writing top-level names to src/WTForms.egg-info/top_level.txt reading manifest file 'src/WTForms.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/WTForms.egg-info/SOURCES.txt' Copying src/WTForms.egg-info to /home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/WTForms-3.0.1-py3.11.egg-info running install_scripts >>> py3-wtforms-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/__pycache__' -> '/home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms-pyc/usr/lib/python3.11/site-packages/wtforms/__pycache__' '/home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/csrf/__pycache__' -> '/home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms-pyc/usr/lib/python3.11/site-packages/wtforms/csrf/__pycache__' '/home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/fields/__pycache__' -> '/home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms-pyc/usr/lib/python3.11/site-packages/wtforms/fields/__pycache__' '/home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms/usr/lib/python3.11/site-packages/wtforms/widgets/__pycache__' -> '/home/buildozer/aports/community/py3-wtforms/pkg/py3-wtforms-pyc/usr/lib/python3.11/site-packages/wtforms/widgets/__pycache__' >>> py3-wtforms-pyc*: Preparing subpackage py3-wtforms-pyc... >>> py3-wtforms-pyc*: Running postcheck for py3-wtforms-pyc >>> py3-wtforms*: Running postcheck for py3-wtforms >>> py3-wtforms*: Preparing package py3-wtforms... >>> py3-wtforms-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-wtforms-pyc*: Package size: 260.0 KB >>> py3-wtforms-pyc*: Compressing data... >>> py3-wtforms-pyc*: Create checksum... >>> py3-wtforms-pyc*: Create py3-wtforms-pyc-3.0.1-r3.apk >>> py3-wtforms*: Tracing dependencies... python3 python3~3.11 >>> py3-wtforms*: Package size: 836.0 KB >>> py3-wtforms*: Compressing data... >>> py3-wtforms*: Create checksum... >>> py3-wtforms*: Create py3-wtforms-3.0.1-r3.apk >>> py3-wtforms: Build complete at Mon, 31 Jul 2023 17:20:22 +0000 elapsed time 0h 0m 3s >>> py3-wtforms: Cleaning up srcdir >>> py3-wtforms: Cleaning up pkgdir >>> py3-wtforms: Uninstalling dependencies... (1/23) Purging .makedepends-py3-wtforms (20230731.172020) (2/23) Purging py3-setuptools-pyc (68.0.0-r2) (3/23) Purging py3-setuptools (68.0.0-r2) (4/23) Purging py3-packaging-pyc (23.1-r3) (5/23) Purging py3-packaging (23.1-r3) (6/23) Purging py3-parsing-pyc (3.1.0-r0) (7/23) Purging py3-parsing (3.1.0-r0) (8/23) Purging py3-babel-pyc (2.12.1-r1) (9/23) Purging py3-babel (2.12.1-r1) (10/23) Purging py3-tz-pyc (2023.3-r1) (11/23) Purging py3-tz (2023.3-r1) (12/23) Purging python3-pyc (3.11.4-r4) (13/23) Purging python3-pycache-pyc0 (3.11.4-r4) (14/23) Purging pyc (0.1-r0) (15/23) Purging python3 (3.11.4-r4) (16/23) Purging gdbm (1.23-r1) (17/23) Purging libbz2 (1.0.8-r6) (18/23) Purging libffi (3.4.4-r3) (19/23) Purging libpanelw (6.4_p20230722-r0) (20/23) Purging mpdecimal (2.5.1-r2) (21/23) Purging readline (8.2.1-r2) (22/23) Purging sqlite-libs (3.42.0-r2) (23/23) Purging xz-libs (5.4.3-r1) Executing busybox-1.36.1-r4.trigger OK: 315 MiB in 102 packages >>> py3-wtforms: Updating the community/armhf repository index... >>> py3-wtforms: Signing the index...