>>> py3-django-simple-captcha: Building community/py3-django-simple-captcha 0.5.17-r2 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 07:17:33 +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/29) Installing libffi (3.4.4-r0) (2/29) Installing gdbm (1.23-r0) (3/29) Installing mpdecimal (2.5.1-r1) (4/29) Installing readline (8.2.0-r0) (5/29) Installing sqlite-libs (3.40.0-r0) (6/29) Installing python3 (3.11.0-r2) (7/29) Installing py3-asgiref (3.5.2-r1) (8/29) Installing py3-sqlparse (0.4.3-r1) (9/29) Installing py3-tz (2022.6-r1) (10/29) Installing py3-django (3.2.16-r1) (11/29) Installing py3-olefile (0.46-r7) (12/29) Installing libpng (1.6.38-r0) (13/29) Installing freetype (2.12.1-r0) (14/29) Installing libimagequant (4.0.4-r0) (15/29) Installing libjpeg-turbo (2.1.4-r0) (16/29) Installing lcms2 (2.14-r0) (17/29) Installing openjpeg (2.5.0-r0) (18/29) Installing libwebp (1.2.4-r1) (19/29) Installing tiff (4.4.0-r1) (20/29) Installing libxau (1.0.10-r0) (21/29) Installing libmd (1.0.4-r0) (22/29) Installing libbsd (0.11.7-r0) (23/29) Installing libxdmcp (1.1.4-r0) (24/29) Installing libxcb (1.15-r0) (25/29) Installing py3-pillow (9.3.0-r1) (26/29) Installing py3-parsing (3.0.9-r1) (27/29) Installing py3-packaging (21.3-r3) (28/29) Installing py3-setuptools (65.6.0-r1) (29/29) Installing .makedepends-py3-django-simple-captcha (20221123.071734) Executing busybox-1.35.0-r29.trigger OK: 421 MiB in 130 packages >>> py3-django-simple-captcha: Cleaning up srcdir >>> py3-django-simple-captcha: Cleaning up pkgdir >>> py3-django-simple-captcha: Fetching https://distfiles.alpinelinux.org/distfiles/edge//django-simple-captcha-0.5.17.tar.gz >>> py3-django-simple-captcha: Fetching https://distfiles.alpinelinux.org/distfiles/edge//django-simple-captcha-0.5.17.tar.gz >>> py3-django-simple-captcha: Checking sha512sums... django-simple-captcha-0.5.17.tar.gz: OK >>> py3-django-simple-captcha: Unpacking /var/cache/distfiles/edge//django-simple-captcha-0.5.17.tar.gz... running build running build_py creating build creating build/lib creating build/lib/captcha copying captcha/fields.py -> build/lib/captcha copying captcha/views.py -> build/lib/captcha copying captcha/helpers.py -> build/lib/captcha copying captcha/urls.py -> build/lib/captcha copying captcha/__init__.py -> build/lib/captcha copying captcha/models.py -> build/lib/captcha creating build/lib/captcha/management copying captcha/management/__init__.py -> build/lib/captcha/management creating 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 copying captcha/migrations/0001_initial.py -> build/lib/captcha/migrations creating build/lib/captcha/tests copying captcha/tests/views.py -> build/lib/captcha/tests copying captcha/tests/urls.py -> build/lib/captcha/tests copying captcha/tests/tests.py -> build/lib/captcha/tests copying captcha/tests/__init__.py -> build/lib/captcha/tests creating build/lib/captcha/conf copying captcha/conf/__init__.py -> build/lib/captcha/conf copying captcha/conf/settings.py -> build/lib/captcha/conf creating build/lib/captcha/management/commands copying captcha/management/commands/__init__.py -> build/lib/captcha/management/commands copying captcha/management/commands/captcha_clean.py -> build/lib/captcha/management/commands copying captcha/management/commands/captcha_create_pool.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:202: SetuptoolsDeprecationWarning: Installing 'captcha.fonts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.fonts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.fonts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.fonts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.jinja2.captcha.widgets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.jinja2.captcha.widgets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.jinja2.captcha.widgets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.jinja2.captcha.widgets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.zh_CN.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.zh_CN.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.zh_CN.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.zh_CN.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.templates.captcha' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.templates.captcha' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.templates.captcha' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.templates.captcha' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.templates.captcha.widgets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.templates.captcha.widgets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.templates.captcha.widgets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.templates.captcha.widgets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! 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 copying captcha/templates/captcha/field.html -> build/lib/captcha/templates/captcha copying captcha/templates/captcha/hidden_field.html -> build/lib/captcha/templates/captcha copying captcha/templates/captcha/image.html -> build/lib/captcha/templates/captcha copying captcha/templates/captcha/text_field.html -> 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/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py 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' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.fonts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.fonts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.fonts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.fonts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.jinja2.captcha.widgets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.jinja2.captcha.widgets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.jinja2.captcha.widgets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.jinja2.captcha.widgets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.zh_CN.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.zh_CN.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.zh_CN.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.zh_CN.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.templates.captcha' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.templates.captcha' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.templates.captcha' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.templates.captcha' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'captcha.templates.captcha.widgets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'captcha.templates.captcha.widgets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'captcha.templates.captcha.widgets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'captcha.templates.captcha.widgets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) 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 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 creating /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/__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/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/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/__init__.py -> /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/views.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/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/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/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/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/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/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/__init__.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/urls.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 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/__init__.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/settings.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/templates creating /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/templates/captcha copying build/lib/captcha/templates/captcha/field.html -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/templates/captcha copying build/lib/captcha/templates/captcha/image.html -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/templates/captcha copying build/lib/captcha/templates/captcha/text_field.html -> /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 copying build/lib/captcha/templates/captcha/hidden_field.html -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/templates/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 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/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.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 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 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.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 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 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.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 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 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.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 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 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.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 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 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.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 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 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.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 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 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.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 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 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.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 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 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.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 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 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.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 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 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.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 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 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.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 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 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.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 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 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.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 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 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.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 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 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.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 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 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.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 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 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.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 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/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/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/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/Vera.ttf -> /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha/usr/lib/python3.11/site-packages/captcha/fonts 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/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/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/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/__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/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/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/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/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/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/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/__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/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/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/__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/models.py to models.cpython-311.pyc running install_egg_info 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.5.17-py3.11.egg-info running install_scripts >>> 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*: Tracing dependencies... >>> py3-django-simple-captcha*: Package size: 776.0 KB >>> py3-django-simple-captcha*: Compressing data... >>> py3-django-simple-captcha*: Create checksum... >>> py3-django-simple-captcha*: Create py3-django-simple-captcha-0.5.17-r2.apk >>> py3-django-simple-captcha: Build complete at Wed, 23 Nov 2022 07:17:36 +0000 elapsed time 0h 0m 3s >>> py3-django-simple-captcha: Cleaning up srcdir >>> py3-django-simple-captcha: Cleaning up pkgdir >>> py3-django-simple-captcha: Uninstalling dependencies... (1/29) Purging .makedepends-py3-django-simple-captcha (20221123.071734) (2/29) Purging py3-django (3.2.16-r1) (3/29) Purging py3-asgiref (3.5.2-r1) (4/29) Purging py3-sqlparse (0.4.3-r1) (5/29) Purging py3-tz (2022.6-r1) (6/29) Purging py3-pillow (9.3.0-r1) (7/29) Purging py3-olefile (0.46-r7) (8/29) Purging py3-setuptools (65.6.0-r1) (9/29) Purging py3-packaging (21.3-r3) (10/29) Purging py3-parsing (3.0.9-r1) (11/29) Purging python3 (3.11.0-r2) (12/29) Purging libffi (3.4.4-r0) (13/29) Purging gdbm (1.23-r0) (14/29) Purging mpdecimal (2.5.1-r1) (15/29) Purging readline (8.2.0-r0) (16/29) Purging sqlite-libs (3.40.0-r0) (17/29) Purging freetype (2.12.1-r0) (18/29) Purging libpng (1.6.38-r0) (19/29) Purging libimagequant (4.0.4-r0) (20/29) Purging tiff (4.4.0-r1) (21/29) Purging libjpeg-turbo (2.1.4-r0) (22/29) Purging lcms2 (2.14-r0) (23/29) Purging openjpeg (2.5.0-r0) (24/29) Purging libwebp (1.2.4-r1) (25/29) Purging libxcb (1.15-r0) (26/29) Purging libxau (1.0.10-r0) (27/29) Purging libxdmcp (1.1.4-r0) (28/29) Purging libbsd (0.11.7-r0) (29/29) Purging libmd (1.0.4-r0) Executing busybox-1.35.0-r29.trigger OK: 290 MiB in 101 packages >>> py3-django-simple-captcha: Updating the community/armv7 repository index... >>> py3-django-simple-captcha: Signing the index...