>>> py3-django-contact-form: Building community/py3-django-contact-form 1.9-r1 (using abuild 3.10.0_rc1-r2) started Tue, 01 Nov 2022 16:13:30 +0000
>>> py3-django-contact-form: Checking sanity of /home/buildozer/aports/community/py3-django-contact-form/APKBUILD...
>>> py3-django-contact-form: Analyzing dependencies...
>>> py3-django-contact-form: Installing for build: build-base py3-django py3-setuptools
(1/16) Installing libbz2 (1.0.8-r3)
(2/16) Installing libffi (3.4.4-r0)
(3/16) Installing gdbm (1.23-r0)
(4/16) Installing xz-libs (5.2.7-r0)
(5/16) Installing mpdecimal (2.5.1-r1)
(6/16) Installing readline (8.2.0-r0)
(7/16) Installing sqlite-libs (3.39.4-r0)
(8/16) Installing python3 (3.10.8-r3)
(9/16) Installing py3-asgiref (3.5.2-r0)
(10/16) Installing py3-sqlparse (0.4.3-r0)
(11/16) Installing py3-tz (2022.4-r0)
(12/16) Installing py3-django (3.2.16-r0)
(13/16) Installing py3-parsing (3.0.9-r0)
(14/16) Installing py3-packaging (21.3-r2)
(15/16) Installing py3-setuptools (65.5.0-r0)
(16/16) Installing .makedepends-py3-django-contact-form (20221101.161351)
Executing busybox-1.35.0-r27.trigger
OK: 372 MiB in 108 packages
>>> py3-django-contact-form: Cleaning up srcdir
>>> py3-django-contact-form: Cleaning up pkgdir
>>> py3-django-contact-form: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/django-contact-form-1.9.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 27466  100 27466    0     0   211k      0 --:--:-- --:--:-- --:--:--  211k
>>> py3-django-contact-form: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/django-contact-form-1.9.tar.gz
>>> py3-django-contact-form: Checking sha512sums...
django-contact-form-1.9.tar.gz: OK
>>> py3-django-contact-form: Unpacking /var/cache/distfiles/v3.17/django-contact-form-1.9.tar.gz...
running build
running build_py
creating build
creating build/lib
creating build/lib/contact_form
copying src/contact_form/urls.py -> build/lib/contact_form
copying src/contact_form/__init__.py -> build/lib/contact_form
copying src/contact_form/akismet_urls.py -> build/lib/contact_form
copying src/contact_form/forms.py -> build/lib/contact_form
copying src/contact_form/views.py -> build/lib/contact_form
running egg_info
writing src/django_contact_form.egg-info/PKG-INFO
writing dependency_links to src/django_contact_form.egg-info/dependency_links.txt
writing requirements to src/django_contact_form.egg-info/requires.txt
writing top-level names to src/django_contact_form.egg-info/top_level.txt
reading manifest file 'src/django_contact_form.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'AUTHORS'
adding license file 'LICENSE'
writing manifest file 'src/django_contact_form.egg-info/SOURCES.txt'
/usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.da.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.locale.da.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 'contact_form.locale.da.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.de.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.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 'contact_form.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.en.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.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 'contact_form.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.es.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.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 'contact_form.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.eu.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.locale.eu.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 'contact_form.locale.eu.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.fr.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.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 'contact_form.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.it.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.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 'contact_form.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.nl.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.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 'contact_form.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.uk.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.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 'contact_form.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)
creating build/lib/contact_form/locale
creating build/lib/contact_form/locale/da
creating build/lib/contact_form/locale/da/LC_MESSAGES
copying src/contact_form/locale/da/LC_MESSAGES/django.po -> build/lib/contact_form/locale/da/LC_MESSAGES
creating build/lib/contact_form/locale/de
creating build/lib/contact_form/locale/de/LC_MESSAGES
copying src/contact_form/locale/de/LC_MESSAGES/django.mo -> build/lib/contact_form/locale/de/LC_MESSAGES
copying src/contact_form/locale/de/LC_MESSAGES/django.po -> build/lib/contact_form/locale/de/LC_MESSAGES
creating build/lib/contact_form/locale/en
creating build/lib/contact_form/locale/en/LC_MESSAGES
copying src/contact_form/locale/en/LC_MESSAGES/django.mo -> build/lib/contact_form/locale/en/LC_MESSAGES
copying src/contact_form/locale/en/LC_MESSAGES/django.po -> build/lib/contact_form/locale/en/LC_MESSAGES
creating build/lib/contact_form/locale/es
creating build/lib/contact_form/locale/es/LC_MESSAGES
copying src/contact_form/locale/es/LC_MESSAGES/django.mo -> build/lib/contact_form/locale/es/LC_MESSAGES
copying src/contact_form/locale/es/LC_MESSAGES/django.po -> build/lib/contact_form/locale/es/LC_MESSAGES
creating build/lib/contact_form/locale/eu
creating build/lib/contact_form/locale/eu/LC_MESSAGES
copying src/contact_form/locale/eu/LC_MESSAGES/django.mo -> build/lib/contact_form/locale/eu/LC_MESSAGES
copying src/contact_form/locale/eu/LC_MESSAGES/django.po -> build/lib/contact_form/locale/eu/LC_MESSAGES
creating build/lib/contact_form/locale/fr
creating build/lib/contact_form/locale/fr/LC_MESSAGES
copying src/contact_form/locale/fr/LC_MESSAGES/django.mo -> build/lib/contact_form/locale/fr/LC_MESSAGES
copying src/contact_form/locale/fr/LC_MESSAGES/django.po -> build/lib/contact_form/locale/fr/LC_MESSAGES
creating build/lib/contact_form/locale/it
creating build/lib/contact_form/locale/it/LC_MESSAGES
copying src/contact_form/locale/it/LC_MESSAGES/django.po -> build/lib/contact_form/locale/it/LC_MESSAGES
creating build/lib/contact_form/locale/nl
creating build/lib/contact_form/locale/nl/LC_MESSAGES
copying src/contact_form/locale/nl/LC_MESSAGES/django.mo -> build/lib/contact_form/locale/nl/LC_MESSAGES
copying src/contact_form/locale/nl/LC_MESSAGES/django.po -> build/lib/contact_form/locale/nl/LC_MESSAGES
creating build/lib/contact_form/locale/uk
creating build/lib/contact_form/locale/uk/LC_MESSAGES
copying src/contact_form/locale/uk/LC_MESSAGES/django.mo -> build/lib/contact_form/locale/uk/LC_MESSAGES
copying src/contact_form/locale/uk/LC_MESSAGES/django.po -> build/lib/contact_form/locale/uk/LC_MESSAGES
>>> WARNING: py3-django-contact-form: 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-contact-form: Entering fakeroot...
running install
/usr/lib/python3.10/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 src/django_contact_form.egg-info/PKG-INFO
writing dependency_links to src/django_contact_form.egg-info/dependency_links.txt
writing requirements to src/django_contact_form.egg-info/requires.txt
writing top-level names to src/django_contact_form.egg-info/top_level.txt
reading manifest file 'src/django_contact_form.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'AUTHORS'
adding license file 'LICENSE'
writing manifest file 'src/django_contact_form.egg-info/SOURCES.txt'
/usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.da.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.locale.da.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 'contact_form.locale.da.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.de.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.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 'contact_form.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.en.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.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 'contact_form.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.es.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.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 'contact_form.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.eu.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.locale.eu.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 'contact_form.locale.eu.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.fr.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.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 'contact_form.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.it.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.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 'contact_form.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.nl.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.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 'contact_form.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'contact_form.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'contact_form.locale.uk.LC_MESSAGES' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'contact_form.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 'contact_form.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)
running install_lib
creating /home/buildozer/aports/community/py3-django-contact-form/pkg
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form
copying build/lib/contact_form/urls.py -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form
copying build/lib/contact_form/__init__.py -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form
copying build/lib/contact_form/akismet_urls.py -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form
copying build/lib/contact_form/forms.py -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form
copying build/lib/contact_form/views.py -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/es
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/es/LC_MESSAGES
copying build/lib/contact_form/locale/es/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/es/LC_MESSAGES
copying build/lib/contact_form/locale/es/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/es/LC_MESSAGES
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/eu
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/eu/LC_MESSAGES
copying build/lib/contact_form/locale/eu/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/eu/LC_MESSAGES
copying build/lib/contact_form/locale/eu/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/eu/LC_MESSAGES
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/uk
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/uk/LC_MESSAGES
copying build/lib/contact_form/locale/uk/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/uk/LC_MESSAGES
copying build/lib/contact_form/locale/uk/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/uk/LC_MESSAGES
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/da
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/da/LC_MESSAGES
copying build/lib/contact_form/locale/da/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/da/LC_MESSAGES
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/de
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/de/LC_MESSAGES
copying build/lib/contact_form/locale/de/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/de/LC_MESSAGES
copying build/lib/contact_form/locale/de/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/de/LC_MESSAGES
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/it
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/it/LC_MESSAGES
copying build/lib/contact_form/locale/it/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/it/LC_MESSAGES
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/nl
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/nl/LC_MESSAGES
copying build/lib/contact_form/locale/nl/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/nl/LC_MESSAGES
copying build/lib/contact_form/locale/nl/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/nl/LC_MESSAGES
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/en
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/en/LC_MESSAGES
copying build/lib/contact_form/locale/en/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/en/LC_MESSAGES
copying build/lib/contact_form/locale/en/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/en/LC_MESSAGES
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/fr
creating /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/fr/LC_MESSAGES
copying build/lib/contact_form/locale/fr/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/fr/LC_MESSAGES
copying build/lib/contact_form/locale/fr/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/locale/fr/LC_MESSAGES
byte-compiling /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/urls.py to urls.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/__init__.py to __init__.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/akismet_urls.py to akismet_urls.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/forms.py to forms.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/contact_form/views.py to views.cpython-310.pyc
running install_egg_info
Copying src/django_contact_form.egg-info to /home/buildozer/aports/community/py3-django-contact-form/pkg/py3-django-contact-form/usr/lib/python3.10/site-packages/django_contact_form-1.9-py3.10.egg-info
running install_scripts
>>> py3-django-contact-form*: Running postcheck for py3-django-contact-form
>>> py3-django-contact-form*: Preparing package py3-django-contact-form...
>>> py3-django-contact-form*: Tracing dependencies...
>>> py3-django-contact-form*: Package size: 240.0 KB
>>> py3-django-contact-form*: Compressing data...
>>> py3-django-contact-form*: Create checksum...
>>> py3-django-contact-form*: Create py3-django-contact-form-1.9-r1.apk
>>> py3-django-contact-form: Build complete at Tue, 01 Nov 2022 16:13:54 +0000 elapsed time 0h 0m 24s
>>> py3-django-contact-form: Cleaning up srcdir
>>> py3-django-contact-form: Cleaning up pkgdir
>>> py3-django-contact-form: Uninstalling dependencies...
(1/16) Purging .makedepends-py3-django-contact-form (20221101.161351)
(2/16) Purging py3-django (3.2.16-r0)
(3/16) Purging py3-asgiref (3.5.2-r0)
(4/16) Purging py3-sqlparse (0.4.3-r0)
(5/16) Purging py3-tz (2022.4-r0)
(6/16) Purging py3-setuptools (65.5.0-r0)
(7/16) Purging py3-packaging (21.3-r2)
(8/16) Purging py3-parsing (3.0.9-r0)
(9/16) Purging python3 (3.10.8-r3)
(10/16) Purging libbz2 (1.0.8-r3)
(11/16) Purging libffi (3.4.4-r0)
(12/16) Purging gdbm (1.23-r0)
(13/16) Purging xz-libs (5.2.7-r0)
(14/16) Purging mpdecimal (2.5.1-r1)
(15/16) Purging readline (8.2.0-r0)
(16/16) Purging sqlite-libs (3.39.4-r0)
Executing busybox-1.35.0-r27.trigger
OK: 267 MiB in 92 packages
>>> py3-django-contact-form: Updating the community/x86_64 repository index...
>>> py3-django-contact-form: Signing the index...