>>> py3-django-simple-captcha: Building community/py3-django-simple-captcha 0.6.0-r0 (using abuild 3.12.0-r2) started Sun, 21 Jan 2024 13:26:48 +0000 >>> py3-django-simple-captcha: Checking sanity of /home/buildozer/aports/community/py3-django-simple-captcha/APKBUILD... >>> py3-django-simple-captcha: Analyzing dependencies... >>> py3-django-simple-captcha: Installing for build: build-base python3 py3-django py3-pillow py3-setuptools (1/42) Installing libffi (3.4.4-r3) (2/42) Installing gdbm (1.23-r1) (3/42) Installing mpdecimal (4.0.0-r0) (4/42) Installing libpanelw (6.4_p20231125-r0) (5/42) Installing readline (8.2.10-r0) (6/42) Installing sqlite-libs (3.45.0-r0) (7/42) Installing python3 (3.11.6-r2) (8/42) Installing python3-pycache-pyc0 (3.11.6-r2) (9/42) Installing pyc (3.11.6-r2) (10/42) Installing python3-pyc (3.11.6-r2) (11/42) Installing py3-asgiref (3.7.2-r0) (12/42) Installing py3-asgiref-pyc (3.7.2-r0) (13/42) Installing py3-sqlparse (0.4.4-r1) (14/42) Installing py3-sqlparse-pyc (0.4.4-r1) (15/42) Installing tzdata (2023d-r0) (16/42) Installing py3-django (4.2.7-r0) (17/42) Installing py3-django-pyc (4.2.7-r0) (18/42) Installing libpng (1.6.40-r0) (19/42) Installing freetype (2.13.2-r0) (20/42) Installing libimagequant (4.2.2-r0) (21/42) Installing libjpeg-turbo (3.0.1-r0) (22/42) Installing lcms2 (2.16-r0) (23/42) Installing openjpeg (2.5.0-r3) (24/42) Installing libsharpyuv (1.3.2-r0) (25/42) Installing libwebp (1.3.2-r0) (26/42) Installing tiff (4.6.0-r0) (27/42) Installing libwebpdemux (1.3.2-r0) (28/42) Installing libwebpmux (1.3.2-r0) (29/42) Installing libxau (1.0.11-r3) (30/42) Installing libmd (1.1.0-r0) (31/42) Installing libbsd (0.11.8-r0) (32/42) Installing libxdmcp (1.1.4-r3) (33/42) Installing libxcb (1.16-r0) (34/42) Installing py3-pillow (10.2.0-r0) (35/42) Installing py3-pillow-pyc (10.2.0-r0) (36/42) Installing py3-parsing (3.1.1-r0) (37/42) Installing py3-parsing-pyc (3.1.1-r0) (38/42) Installing py3-packaging (23.2-r0) (39/42) Installing py3-packaging-pyc (23.2-r0) (40/42) Installing py3-setuptools (69.0.3-r0) (41/42) Installing py3-setuptools-pyc (69.0.3-r0) (42/42) Installing .makedepends-py3-django-simple-captcha (20240121.132649) Executing busybox-1.36.1-r19.trigger OK: 381 MiB in 152 packages >>> py3-django-simple-captcha: Cleaning up srcdir >>> py3-django-simple-captcha: Cleaning up pkgdir >>> py3-django-simple-captcha: Cleaning up tmpdir >>> py3-django-simple-captcha: Fetching https://distfiles.alpinelinux.org/distfiles/edge/django-simple-captcha-0.6.0.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-django-simple-captcha: Fetching django-simple-captcha-0.6.0.tar.gz::https://github.com/mbi/django-simple-captcha/archive/v0.6.0.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:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 100 111k 0 111k 0 0 31115 0 --:--:-- 0:00:03 --:--:-- 169k >>> py3-django-simple-captcha: Fetching https://distfiles.alpinelinux.org/distfiles/edge/django-simple-captcha-0.6.0.tar.gz >>> py3-django-simple-captcha: Checking sha512sums... django-simple-captcha-0.6.0.tar.gz: OK >>> py3-django-simple-captcha: Unpacking /var/cache/distfiles/django-simple-captcha-0.6.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/captcha copying captcha/urls.py -> build/lib/captcha copying captcha/helpers.py -> build/lib/captcha copying captcha/views.py -> build/lib/captcha copying captcha/__init__.py -> build/lib/captcha copying captcha/fields.py -> build/lib/captcha copying captcha/models.py -> build/lib/captcha creating build/lib/captcha/conf copying captcha/conf/settings.py -> build/lib/captcha/conf copying captcha/conf/__init__.py -> build/lib/captcha/conf creating build/lib/captcha/tests copying captcha/tests/tests.py -> build/lib/captcha/tests copying captcha/tests/urls.py -> build/lib/captcha/tests copying captcha/tests/views.py -> build/lib/captcha/tests copying captcha/tests/__init__.py -> build/lib/captcha/tests creating build/lib/captcha/migrations copying captcha/migrations/0001_initial.py -> build/lib/captcha/migrations copying captcha/migrations/0002_alter_captchastore_id.py -> build/lib/captcha/migrations copying captcha/migrations/__init__.py -> build/lib/captcha/migrations creating build/lib/captcha/management copying captcha/management/__init__.py -> build/lib/captcha/management creating build/lib/captcha/management/commands copying captcha/management/commands/captcha_create_pool.py -> build/lib/captcha/management/commands copying captcha/management/commands/captcha_clean.py -> build/lib/captcha/management/commands copying captcha/management/commands/__init__.py -> build/lib/captcha/management/commands running egg_info creating django_simple_captcha.egg-info writing django_simple_captcha.egg-info/PKG-INFO writing dependency_links to django_simple_captcha.egg-info/dependency_links.txt writing requirements to django_simple_captcha.egg-info/requires.txt writing top-level names to django_simple_captcha.egg-info/top_level.txt writing manifest file 'django_simple_captcha.egg-info/SOURCES.txt' reading manifest file 'django_simple_captcha.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.pep8' warning: no previously-included files found matching 'testproject/django-simple-captcha.db' no previously-included directories found matching '.tox' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'htmlcov' warning: no previously-included files matching '*pyc' found anywhere in distribution warning: no previously-included files matching 'coverage.xml' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '.coverage' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'django_simple_captcha.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'captcha.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.fonts' 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 'captcha.fonts' 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 'captcha.fonts' to be distributed and are already explicitly excluding 'captcha.fonts' 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:207: _Warning: Package 'captcha.jinja2.captcha.widgets' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.jinja2.captcha.widgets' 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 'captcha.jinja2.captcha.widgets' 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 'captcha.jinja2.captcha.widgets' to be distributed and are already explicitly excluding 'captcha.jinja2.captcha.widgets' 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:207: _Warning: Package 'captcha.locale.bg.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.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 'captcha.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 'captcha.locale.bg.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.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:207: _Warning: Package 'captcha.locale.cs.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.cs.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'captcha.locale.cs.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'captcha.locale.cs.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.cs.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'captcha.locale.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.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 'captcha.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 'captcha.locale.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.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:207: _Warning: Package 'captcha.locale.en.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.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 'captcha.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 'captcha.locale.en.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.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:207: _Warning: Package 'captcha.locale.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.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 'captcha.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 'captcha.locale.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.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:207: _Warning: Package 'captcha.locale.fa.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.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 'captcha.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 'captcha.locale.fa.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.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:207: _Warning: Package 'captcha.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.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 'captcha.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 'captcha.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.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:207: _Warning: Package 'captcha.locale.it.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.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 'captcha.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 'captcha.locale.it.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.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:207: _Warning: Package 'captcha.locale.ja.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.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 'captcha.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 'captcha.locale.ja.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.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:207: _Warning: Package 'captcha.locale.nl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.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 'captcha.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 'captcha.locale.nl.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.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:207: _Warning: Package 'captcha.locale.pl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.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 'captcha.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 'captcha.locale.pl.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.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:207: _Warning: Package 'captcha.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.pt_BR.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'captcha.locale.pt_BR.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'captcha.locale.pt_BR.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.pt_BR.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'captcha.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.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 'captcha.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 'captcha.locale.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.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:207: _Warning: Package 'captcha.locale.sk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.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 'captcha.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 'captcha.locale.sk.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.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:207: _Warning: Package 'captcha.locale.sv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.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 'captcha.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 'captcha.locale.sv.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.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:207: _Warning: Package 'captcha.locale.tr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.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 'captcha.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 'captcha.locale.tr.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.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:207: _Warning: Package 'captcha.locale.uk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.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 'captcha.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 'captcha.locale.uk.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.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:207: _Warning: Package 'captcha.locale.zh_CN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.zh_CN.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'captcha.locale.zh_CN.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'captcha.locale.zh_CN.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.zh_CN.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'captcha.locale.zh_Hans.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.zh_Hans.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'captcha.locale.zh_Hans.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'captcha.locale.zh_Hans.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.zh_Hans.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'captcha.templates.captcha.widgets' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.templates.captcha.widgets' 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 'captcha.templates.captcha.widgets' 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 'captcha.templates.captcha.widgets' to be distributed and are already explicitly excluding 'captcha.templates.captcha.widgets' 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/captcha/fonts copying captcha/fonts/COPYRIGHT.TXT -> build/lib/captcha/fonts copying captcha/fonts/README.TXT -> build/lib/captcha/fonts copying captcha/fonts/Vera.ttf -> build/lib/captcha/fonts creating build/lib/captcha/jinja2 creating build/lib/captcha/jinja2/captcha creating build/lib/captcha/jinja2/captcha/widgets copying captcha/jinja2/captcha/widgets/captcha.html -> build/lib/captcha/jinja2/captcha/widgets creating build/lib/captcha/locale creating build/lib/captcha/locale/bg creating build/lib/captcha/locale/bg/LC_MESSAGES copying captcha/locale/bg/LC_MESSAGES/django.mo -> build/lib/captcha/locale/bg/LC_MESSAGES copying captcha/locale/bg/LC_MESSAGES/django.po -> build/lib/captcha/locale/bg/LC_MESSAGES creating build/lib/captcha/locale/cs creating build/lib/captcha/locale/cs/LC_MESSAGES copying captcha/locale/cs/LC_MESSAGES/django.mo -> build/lib/captcha/locale/cs/LC_MESSAGES copying captcha/locale/cs/LC_MESSAGES/django.po -> build/lib/captcha/locale/cs/LC_MESSAGES creating build/lib/captcha/locale/de creating build/lib/captcha/locale/de/LC_MESSAGES copying captcha/locale/de/LC_MESSAGES/django.mo -> build/lib/captcha/locale/de/LC_MESSAGES copying captcha/locale/de/LC_MESSAGES/django.po -> build/lib/captcha/locale/de/LC_MESSAGES creating build/lib/captcha/locale/en creating build/lib/captcha/locale/en/LC_MESSAGES copying captcha/locale/en/LC_MESSAGES/django.mo -> build/lib/captcha/locale/en/LC_MESSAGES copying captcha/locale/en/LC_MESSAGES/django.po -> build/lib/captcha/locale/en/LC_MESSAGES creating build/lib/captcha/locale/es creating build/lib/captcha/locale/es/LC_MESSAGES copying captcha/locale/es/LC_MESSAGES/django.mo -> build/lib/captcha/locale/es/LC_MESSAGES copying captcha/locale/es/LC_MESSAGES/django.po -> build/lib/captcha/locale/es/LC_MESSAGES creating build/lib/captcha/locale/fa creating build/lib/captcha/locale/fa/LC_MESSAGES copying captcha/locale/fa/LC_MESSAGES/django.mo -> build/lib/captcha/locale/fa/LC_MESSAGES copying captcha/locale/fa/LC_MESSAGES/django.po -> build/lib/captcha/locale/fa/LC_MESSAGES creating build/lib/captcha/locale/fr creating build/lib/captcha/locale/fr/LC_MESSAGES copying captcha/locale/fr/LC_MESSAGES/django.mo -> build/lib/captcha/locale/fr/LC_MESSAGES copying captcha/locale/fr/LC_MESSAGES/django.po -> build/lib/captcha/locale/fr/LC_MESSAGES creating build/lib/captcha/locale/it creating build/lib/captcha/locale/it/LC_MESSAGES copying captcha/locale/it/LC_MESSAGES/django.mo -> build/lib/captcha/locale/it/LC_MESSAGES copying captcha/locale/it/LC_MESSAGES/django.po -> build/lib/captcha/locale/it/LC_MESSAGES creating build/lib/captcha/locale/ja creating build/lib/captcha/locale/ja/LC_MESSAGES copying captcha/locale/ja/LC_MESSAGES/django.mo -> build/lib/captcha/locale/ja/LC_MESSAGES copying captcha/locale/ja/LC_MESSAGES/django.po -> build/lib/captcha/locale/ja/LC_MESSAGES creating build/lib/captcha/locale/nl creating build/lib/captcha/locale/nl/LC_MESSAGES copying captcha/locale/nl/LC_MESSAGES/django.mo -> build/lib/captcha/locale/nl/LC_MESSAGES copying captcha/locale/nl/LC_MESSAGES/django.po -> build/lib/captcha/locale/nl/LC_MESSAGES creating build/lib/captcha/locale/pl creating build/lib/captcha/locale/pl/LC_MESSAGES copying captcha/locale/pl/LC_MESSAGES/django.mo -> build/lib/captcha/locale/pl/LC_MESSAGES copying captcha/locale/pl/LC_MESSAGES/django.po -> build/lib/captcha/locale/pl/LC_MESSAGES creating build/lib/captcha/locale/pt_BR creating build/lib/captcha/locale/pt_BR/LC_MESSAGES copying captcha/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/captcha/locale/pt_BR/LC_MESSAGES copying captcha/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/captcha/locale/pt_BR/LC_MESSAGES creating build/lib/captcha/locale/ru creating build/lib/captcha/locale/ru/LC_MESSAGES copying captcha/locale/ru/LC_MESSAGES/django.mo -> build/lib/captcha/locale/ru/LC_MESSAGES copying captcha/locale/ru/LC_MESSAGES/django.po -> build/lib/captcha/locale/ru/LC_MESSAGES creating build/lib/captcha/locale/sk creating build/lib/captcha/locale/sk/LC_MESSAGES copying captcha/locale/sk/LC_MESSAGES/django.mo -> build/lib/captcha/locale/sk/LC_MESSAGES copying captcha/locale/sk/LC_MESSAGES/django.po -> build/lib/captcha/locale/sk/LC_MESSAGES creating build/lib/captcha/locale/sv creating build/lib/captcha/locale/sv/LC_MESSAGES copying captcha/locale/sv/LC_MESSAGES/django.mo -> build/lib/captcha/locale/sv/LC_MESSAGES copying captcha/locale/sv/LC_MESSAGES/django.po -> build/lib/captcha/locale/sv/LC_MESSAGES creating build/lib/captcha/locale/tr creating build/lib/captcha/locale/tr/LC_MESSAGES copying captcha/locale/tr/LC_MESSAGES/django.mo -> build/lib/captcha/locale/tr/LC_MESSAGES copying captcha/locale/tr/LC_MESSAGES/django.po -> build/lib/captcha/locale/tr/LC_MESSAGES creating build/lib/captcha/locale/uk creating build/lib/captcha/locale/uk/LC_MESSAGES copying captcha/locale/uk/LC_MESSAGES/django.mo -> build/lib/captcha/locale/uk/LC_MESSAGES copying captcha/locale/uk/LC_MESSAGES/django.po -> build/lib/captcha/locale/uk/LC_MESSAGES creating build/lib/captcha/locale/zh_CN creating build/lib/captcha/locale/zh_CN/LC_MESSAGES copying captcha/locale/zh_CN/LC_MESSAGES/django.mo -> build/lib/captcha/locale/zh_CN/LC_MESSAGES copying captcha/locale/zh_CN/LC_MESSAGES/django.po -> build/lib/captcha/locale/zh_CN/LC_MESSAGES creating build/lib/captcha/locale/zh_Hans creating build/lib/captcha/locale/zh_Hans/LC_MESSAGES copying captcha/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/captcha/locale/zh_Hans/LC_MESSAGES copying captcha/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/captcha/locale/zh_Hans/LC_MESSAGES creating build/lib/captcha/templates creating build/lib/captcha/templates/captcha creating build/lib/captcha/templates/captcha/widgets copying captcha/templates/captcha/widgets/captcha.html -> build/lib/captcha/templates/captcha/widgets >>> WARNING: py3-django-simple-captcha: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> py3-django-simple-captcha: Entering fakeroot... 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-django-simple-captcha/pkg creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/fonts copying build/lib/captcha/fonts/README.TXT -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/fonts copying build/lib/captcha/fonts/COPYRIGHT.TXT -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/fonts copying build/lib/captcha/fonts/Vera.ttf -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/fonts creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/conf copying build/lib/captcha/conf/settings.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/conf copying build/lib/captcha/conf/__init__.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/conf creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/tests copying build/lib/captcha/tests/tests.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/tests copying build/lib/captcha/tests/urls.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/tests copying build/lib/captcha/tests/views.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/tests copying build/lib/captcha/tests/__init__.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/tests creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/migrations copying build/lib/captcha/migrations/0001_initial.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/migrations copying build/lib/captcha/migrations/0002_alter_captchastore_id.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/migrations copying build/lib/captcha/migrations/__init__.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/migrations copying build/lib/captcha/urls.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha copying build/lib/captcha/helpers.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/templates creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/templates/captcha creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/templates/captcha/widgets copying build/lib/captcha/templates/captcha/widgets/captcha.html -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/templates/captcha/widgets creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/ja creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/ja/LC_MESSAGES copying build/lib/captcha/locale/ja/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/ja/LC_MESSAGES copying build/lib/captcha/locale/ja/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/ja/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/nl creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/nl/LC_MESSAGES copying build/lib/captcha/locale/nl/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/nl/LC_MESSAGES copying build/lib/captcha/locale/nl/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/nl/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/bg creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/bg/LC_MESSAGES copying build/lib/captcha/locale/bg/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/bg/LC_MESSAGES copying build/lib/captcha/locale/bg/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/bg/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/cs creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/cs/LC_MESSAGES copying build/lib/captcha/locale/cs/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/cs/LC_MESSAGES copying build/lib/captcha/locale/cs/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/cs/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/fr creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/fr/LC_MESSAGES copying build/lib/captcha/locale/fr/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/fr/LC_MESSAGES copying build/lib/captcha/locale/fr/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/fr/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/sv creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/sv/LC_MESSAGES copying build/lib/captcha/locale/sv/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/sv/LC_MESSAGES copying build/lib/captcha/locale/sv/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/sv/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/uk creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/uk/LC_MESSAGES copying build/lib/captcha/locale/uk/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/uk/LC_MESSAGES copying build/lib/captcha/locale/uk/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/uk/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/de creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/de/LC_MESSAGES copying build/lib/captcha/locale/de/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/de/LC_MESSAGES copying build/lib/captcha/locale/de/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/de/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/sk creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/sk/LC_MESSAGES copying build/lib/captcha/locale/sk/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/sk/LC_MESSAGES copying build/lib/captcha/locale/sk/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/sk/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/zh_Hans creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/zh_Hans/LC_MESSAGES copying build/lib/captcha/locale/zh_Hans/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/zh_Hans/LC_MESSAGES copying build/lib/captcha/locale/zh_Hans/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/zh_Hans/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/ru creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/ru/LC_MESSAGES copying build/lib/captcha/locale/ru/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/ru/LC_MESSAGES copying build/lib/captcha/locale/ru/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/ru/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/zh_CN creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/zh_CN/LC_MESSAGES copying build/lib/captcha/locale/zh_CN/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/zh_CN/LC_MESSAGES copying build/lib/captcha/locale/zh_CN/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/zh_CN/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/it creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/it/LC_MESSAGES copying build/lib/captcha/locale/it/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/it/LC_MESSAGES copying build/lib/captcha/locale/it/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/it/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/en creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/en/LC_MESSAGES copying build/lib/captcha/locale/en/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/en/LC_MESSAGES copying build/lib/captcha/locale/en/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/en/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/fa creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/fa/LC_MESSAGES copying build/lib/captcha/locale/fa/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/fa/LC_MESSAGES copying build/lib/captcha/locale/fa/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/fa/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/es creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/es/LC_MESSAGES copying build/lib/captcha/locale/es/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/es/LC_MESSAGES copying build/lib/captcha/locale/es/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/es/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/tr creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/tr/LC_MESSAGES copying build/lib/captcha/locale/tr/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/tr/LC_MESSAGES copying build/lib/captcha/locale/tr/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/tr/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/pl creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/pl/LC_MESSAGES copying build/lib/captcha/locale/pl/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/pl/LC_MESSAGES copying build/lib/captcha/locale/pl/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/pl/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/pt_BR creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/pt_BR/LC_MESSAGES copying build/lib/captcha/locale/pt_BR/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/pt_BR/LC_MESSAGES copying build/lib/captcha/locale/pt_BR/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/locale/pt_BR/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/management copying build/lib/captcha/management/__init__.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/management creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/management/commands copying build/lib/captcha/management/commands/captcha_create_pool.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/management/commands copying build/lib/captcha/management/commands/captcha_clean.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/management/commands copying build/lib/captcha/management/commands/__init__.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/management/commands copying build/lib/captcha/views.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha copying build/lib/captcha/__init__.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha copying build/lib/captcha/fields.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha copying build/lib/captcha/models.py -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/jinja2 creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/jinja2/captcha creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/jinja2/captcha/widgets copying build/lib/captcha/jinja2/captcha/widgets/captcha.html -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/jinja2/captcha/widgets byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/conf/settings.py to settings.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/conf/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/tests/tests.py to tests.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/tests/urls.py to urls.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/tests/views.py to views.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/migrations/0001_initial.py to 0001_initial.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/migrations/0002_alter_captchastore_id.py to 0002_alter_captchastore_id.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/migrations/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/urls.py to urls.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/helpers.py to helpers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/management/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/management/commands/captcha_create_pool.py to captcha_create_pool.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/management/commands/captcha_clean.py to captcha_clean.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/management/commands/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/views.py to views.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/fields.py to fields.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/models.py to models.cpython-311.pyc running install_egg_info running egg_info writing django_simple_captcha.egg-info/PKG-INFO writing dependency_links to django_simple_captcha.egg-info/dependency_links.txt writing requirements to django_simple_captcha.egg-info/requires.txt writing top-level names to django_simple_captcha.egg-info/top_level.txt reading manifest file 'django_simple_captcha.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.pep8' warning: no previously-included files found matching 'testproject/django-simple-captcha.db' no previously-included directories found matching '.tox' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'htmlcov' warning: no previously-included files matching '*pyc' found anywhere in distribution warning: no previously-included files matching 'coverage.xml' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '.coverage' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'django_simple_captcha.egg-info/SOURCES.txt' Copying django_simple_captcha.egg-info to /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/django_simple_captcha-0.6.0-py3.11.egg-info running install_scripts >>> py3-django-simple-captcha-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/conf/__pycache__' -> '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha-pyc/usr/lib/python3.11/site-packages/captcha/conf/__pycache__' '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/tests/__pycache__' -> '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha-pyc/usr/lib/python3.11/site-packages/captcha/tests/__pycache__' '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/migrations/__pycache__' -> '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha-pyc/usr/lib/python3.11/site-packages/captcha/migrations/__pycache__' '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/management/__pycache__' -> '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha-pyc/usr/lib/python3.11/site-packages/captcha/management/__pycache__' '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/management/commands/__pycache__' -> '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha-pyc/usr/lib/python3.11/site-packages/captcha/management/commands/__pycache__' '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/__pycache__' -> '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha-pyc/usr/lib/python3.11/site-packages/captcha/__pycache__' >>> py3-django-simple-captcha-pyc*: Preparing subpackage py3-django-simple-captcha-pyc... >>> py3-django-simple-captcha-pyc*: Running postcheck for py3-django-simple-captcha-pyc >>> py3-django-simple-captcha*: Running postcheck for py3-django-simple-captcha >>> py3-django-simple-captcha*: Preparing package py3-django-simple-captcha... >>> py3-django-simple-captcha-pyc*: Tracing dependencies... python3 py3-django py3-pillow python3~3.11 >>> py3-django-simple-captcha-pyc*: Package size: 204.0 KB >>> py3-django-simple-captcha-pyc*: Compressing data... >>> py3-django-simple-captcha-pyc*: Create checksum... >>> py3-django-simple-captcha-pyc*: Create py3-django-simple-captcha-pyc-0.6.0-r0.apk >>> py3-django-simple-captcha*: Tracing dependencies... python3 py3-django py3-pillow python3~3.11 >>> py3-django-simple-captcha*: Package size: 584.0 KB >>> py3-django-simple-captcha*: Compressing data... >>> py3-django-simple-captcha*: Create checksum... >>> py3-django-simple-captcha*: Create py3-django-simple-captcha-0.6.0-r0.apk >>> py3-django-simple-captcha: Build complete at Sun, 21 Jan 2024 13:26:56 +0000 elapsed time 0h 0m 8s >>> py3-django-simple-captcha: Cleaning up srcdir >>> py3-django-simple-captcha: Cleaning up pkgdir >>> py3-django-simple-captcha: Uninstalling dependencies... (1/42) Purging .makedepends-py3-django-simple-captcha (20240121.132649) (2/42) Purging py3-django-pyc (4.2.7-r0) (3/42) Purging py3-django (4.2.7-r0) (4/42) Purging py3-asgiref-pyc (3.7.2-r0) (5/42) Purging py3-asgiref (3.7.2-r0) (6/42) Purging py3-sqlparse-pyc (0.4.4-r1) (7/42) Purging py3-sqlparse (0.4.4-r1) (8/42) Purging tzdata (2023d-r0) (9/42) Purging py3-pillow-pyc (10.2.0-r0) (10/42) Purging py3-pillow (10.2.0-r0) (11/42) Purging py3-setuptools-pyc (69.0.3-r0) (12/42) Purging py3-setuptools (69.0.3-r0) (13/42) Purging py3-packaging-pyc (23.2-r0) (14/42) Purging py3-packaging (23.2-r0) (15/42) Purging py3-parsing-pyc (3.1.1-r0) (16/42) Purging py3-parsing (3.1.1-r0) (17/42) Purging freetype (2.13.2-r0) (18/42) Purging lcms2 (2.16-r0) (19/42) Purging libimagequant (4.2.2-r0) (20/42) Purging libpng (1.6.40-r0) (21/42) Purging libwebpdemux (1.3.2-r0) (22/42) Purging libwebpmux (1.3.2-r0) (23/42) Purging libxcb (1.16-r0) (24/42) Purging libxdmcp (1.1.4-r3) (25/42) Purging openjpeg (2.5.0-r3) (26/42) Purging python3-pyc (3.11.6-r2) (27/42) Purging python3-pycache-pyc0 (3.11.6-r2) (28/42) Purging pyc (3.11.6-r2) (29/42) Purging tiff (4.6.0-r0) (30/42) Purging python3 (3.11.6-r2) (31/42) Purging gdbm (1.23-r1) (32/42) Purging libbsd (0.11.8-r0) (33/42) Purging libffi (3.4.4-r3) (34/42) Purging libjpeg-turbo (3.0.1-r0) (35/42) Purging libmd (1.1.0-r0) (36/42) Purging libpanelw (6.4_p20231125-r0) (37/42) Purging libwebp (1.3.2-r0) (38/42) Purging libsharpyuv (1.3.2-r0) (39/42) Purging libxau (1.0.11-r3) (40/42) Purging mpdecimal (4.0.0-r0) (41/42) Purging readline (8.2.10-r0) (42/42) Purging sqlite-libs (3.45.0-r0) Executing busybox-1.36.1-r19.trigger OK: 265 MiB in 110 packages >>> py3-django-simple-captcha: Updating the community/ppc64le repository index... >>> py3-django-simple-captcha: Signing the index...