>>> py3-django-filter: Building community/py3-django-filter 22.1-r3 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 06:43:30 +0000 >>> py3-django-filter: Checking sanity of /home/buildozer/aports/community/py3-django-filter/APKBUILD... >>> py3-django-filter: Analyzing dependencies... >>> py3-django-filter: Installing for build: build-base py3-django py3-setuptools py3-markdown py3-core-api py3-coverage py3-tz py3-django-crispy-forms py3-django-rest-framework py3-mock (1/58) Installing libffi (3.4.6-r0) (2/58) Installing gdbm (1.23-r1) (3/58) Installing mpdecimal (4.0.0-r0) (4/58) Installing libpanelw (6.4_p20240330-r0) (5/58) Installing readline (8.2.10-r0) (6/58) Installing sqlite-libs (3.45.2-r0) (7/58) Installing python3 (3.12.3-r0) (8/58) Installing python3-pycache-pyc0 (3.12.3-r0) (9/58) Installing pyc (3.12.3-r0) (10/58) Installing py3-asgiref (3.8.1-r1) (11/58) Installing py3-asgiref-pyc (3.8.1-r1) (12/58) Installing py3-sqlparse (0.4.4-r2) (13/58) Installing py3-sqlparse-pyc (0.4.4-r2) (14/58) Installing tzdata (2024a-r1) (15/58) Installing py3-django-pyc (4.2.11-r1) (16/58) Installing python3-pyc (3.12.3-r0) (17/58) Installing py3-django (4.2.11-r1) (18/58) Installing py3-parsing (3.1.2-r1) (19/58) Installing py3-parsing-pyc (3.1.2-r1) (20/58) Installing py3-packaging (24.0-r1) (21/58) Installing py3-packaging-pyc (24.0-r1) (22/58) Installing py3-setuptools (69.2.0-r2) (23/58) Installing py3-setuptools-pyc (69.2.0-r2) (24/58) Installing py3-markdown (3.5.2-r1) (25/58) Installing py3-markdown-pyc (3.5.2-r1) (26/58) Installing py3-markupsafe (2.1.5-r1) (27/58) Installing py3-markupsafe-pyc (2.1.5-r1) (28/58) Installing py3-jinja2 (3.1.3-r1) (29/58) Installing py3-jinja2-pyc (3.1.3-r1) (30/58) Installing py3-coreschema (0.0.4-r9) (31/58) Installing py3-coreschema-pyc (0.0.4-r9) (32/58) Installing py3-itypes (1.2.0-r6) (33/58) Installing py3-itypes-pyc (1.2.0-r6) (34/58) Installing py3-certifi (2024.2.2-r1) (35/58) Installing py3-certifi-pyc (2024.2.2-r1) (36/58) Installing py3-charset-normalizer (3.3.2-r1) (37/58) Installing py3-charset-normalizer-pyc (3.3.2-r1) (38/58) Installing py3-idna (3.6-r1) (39/58) Installing py3-idna-pyc (3.6-r1) (40/58) Installing py3-urllib3 (1.26.18-r1) (41/58) Installing py3-urllib3-pyc (1.26.18-r1) (42/58) Installing py3-requests (2.31.0-r2) (43/58) Installing py3-requests-pyc (2.31.0-r2) (44/58) Installing py3-uritemplate (4.1.1-r3) (45/58) Installing py3-uritemplate-pyc (4.1.1-r3) (46/58) Installing py3-core-api (2.3.3-r12) (47/58) Installing py3-core-api-pyc (2.3.3-r12) (48/58) Installing py3-coverage (6.5.0-r6) (49/58) Installing py3-coverage-pyc (6.5.0-r6) (50/58) Installing py3-tz (2024.1-r1) (51/58) Installing py3-tz-pyc (2024.1-r1) (52/58) Installing py3-django-crispy-forms (2.1-r1) (53/58) Installing py3-django-crispy-forms-pyc (2.1-r1) (54/58) Installing py3-django-rest-framework (3.15.1-r1) (55/58) Installing py3-django-rest-framework-pyc (3.15.1-r1) (56/58) Installing py3-mock (5.1.0-r2) (57/58) Installing py3-mock-pyc (5.1.0-r2) (58/58) Installing .makedepends-py3-django-filter (20240413.064331) Executing busybox-1.36.1-r25.trigger OK: 382 MiB in 168 packages >>> py3-django-filter: Cleaning up srcdir >>> py3-django-filter: Cleaning up pkgdir >>> py3-django-filter: Cleaning up tmpdir >>> py3-django-filter: Fetching https://distfiles.alpinelinux.org/distfiles/edge/django-filter-22.1.tar.gz >>> py3-django-filter: Fetching https://distfiles.alpinelinux.org/distfiles/edge/django-filter-22.1.tar.gz >>> py3-django-filter: Checking sha512sums... django-filter-22.1.tar.gz: OK >>> py3-django-filter: Unpacking /var/cache/distfiles/django-filter-22.1.tar.gz... no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.ar.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.ar.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.ar.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.ar.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.ar.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.be.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.be.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.be.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.be.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.be.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.bg.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.bg.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.bg.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.bg.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.bg.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.cs.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.cs.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.cs.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.cs.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.cs.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.da.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.da.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.da.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.da.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.da.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.de.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.de.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.de.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.el.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.el.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.el.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.el.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.el.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.es.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.es.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.es.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.es_AR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.es_AR.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.es_AR.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.es_AR.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.es_AR.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.fr.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.fr.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.fr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.it.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.it.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.it.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.it.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.it.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.pl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.pl.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.pl.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.pl.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.pl.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.pt_BR.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.pt_BR.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.pt_BR.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.pt_BR.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.ru.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.ru.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.ru.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.sk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.sk.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.sk.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.sk.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.sk.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.uk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.uk.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.uk.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.uk.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.uk.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.locale.zh_CN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.locale.zh_CN.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.locale.zh_CN.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.locale.zh_CN.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_filters.locale.zh_CN.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.templates.django_filters.rest_framework' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.templates.django_filters.rest_framework' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.templates.django_filters.rest_framework' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.templates.django_filters.rest_framework' to be distributed and are already explicitly excluding 'django_filters.templates.django_filters.rest_framework' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'django_filters.templates.django_filters.widgets' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_filters.templates.django_filters.widgets' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_filters.templates.django_filters.widgets' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_filters.templates.django_filters.widgets' to be distributed and are already explicitly excluding 'django_filters.templates.django_filters.widgets' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) Creating test database for alias 'default'... Found 508 test(s). System check identified no issues (0 silenced). .......................................................................................................................s..x........ss..x..x.........................................................................................................................................................................................................................................s....................sss................................................................................................................ ---------------------------------------------------------------------- Ran 508 tests in 0.984s OK (skipped=7, expected failures=3) Destroying test database for alias 'default'... >>> py3-django-filter: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-django-filter/pkg creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters copying build/lib/django_filters/exceptions.py -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters copying build/lib/django_filters/constants.py -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters copying build/lib/django_filters/widgets.py -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters copying build/lib/django_filters/utils.py -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters copying build/lib/django_filters/filterset.py -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters copying build/lib/django_filters/conf.py -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/templates creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/templates/django_filters creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/templates/django_filters/widgets copying build/lib/django_filters/templates/django_filters/widgets/multiwidget.html -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/templates/django_filters/widgets creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/templates/django_filters/rest_framework copying build/lib/django_filters/templates/django_filters/rest_framework/form.html -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/templates/django_filters/rest_framework copying build/lib/django_filters/templates/django_filters/rest_framework/crispy_form.html -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/templates/django_filters/rest_framework creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/bg creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/bg/LC_MESSAGES copying build/lib/django_filters/locale/bg/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/bg/LC_MESSAGES copying build/lib/django_filters/locale/bg/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/bg/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/cs creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/cs/LC_MESSAGES copying build/lib/django_filters/locale/cs/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/cs/LC_MESSAGES copying build/lib/django_filters/locale/cs/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/cs/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/el creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/el/LC_MESSAGES copying build/lib/django_filters/locale/el/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/el/LC_MESSAGES copying build/lib/django_filters/locale/el/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/el/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/fr creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/fr/LC_MESSAGES copying build/lib/django_filters/locale/fr/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/fr/LC_MESSAGES copying build/lib/django_filters/locale/fr/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/fr/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/uk creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/uk/LC_MESSAGES copying build/lib/django_filters/locale/uk/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/uk/LC_MESSAGES copying build/lib/django_filters/locale/uk/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/uk/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/de creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/de/LC_MESSAGES copying build/lib/django_filters/locale/de/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/de/LC_MESSAGES copying build/lib/django_filters/locale/de/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/de/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/ar creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/ar/LC_MESSAGES copying build/lib/django_filters/locale/ar/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/ar/LC_MESSAGES copying build/lib/django_filters/locale/ar/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/ar/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/sk creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/sk/LC_MESSAGES copying build/lib/django_filters/locale/sk/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/sk/LC_MESSAGES copying build/lib/django_filters/locale/sk/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/sk/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/da creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/da/LC_MESSAGES copying build/lib/django_filters/locale/da/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/da/LC_MESSAGES copying build/lib/django_filters/locale/da/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/da/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/ru creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/ru/LC_MESSAGES copying build/lib/django_filters/locale/ru/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/ru/LC_MESSAGES copying build/lib/django_filters/locale/ru/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/ru/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/zh_CN creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/zh_CN/LC_MESSAGES copying build/lib/django_filters/locale/zh_CN/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/zh_CN/LC_MESSAGES copying build/lib/django_filters/locale/zh_CN/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/zh_CN/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/es_AR creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/es_AR/LC_MESSAGES copying build/lib/django_filters/locale/es_AR/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/es_AR/LC_MESSAGES copying build/lib/django_filters/locale/es_AR/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/es_AR/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/it creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/it/LC_MESSAGES copying build/lib/django_filters/locale/it/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/it/LC_MESSAGES copying build/lib/django_filters/locale/it/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/it/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/be creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/be/LC_MESSAGES copying build/lib/django_filters/locale/be/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/be/LC_MESSAGES copying build/lib/django_filters/locale/be/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/be/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/es creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/es/LC_MESSAGES copying build/lib/django_filters/locale/es/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/es/LC_MESSAGES copying build/lib/django_filters/locale/es/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/es/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/pl creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/pl/LC_MESSAGES copying build/lib/django_filters/locale/pl/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/pl/LC_MESSAGES copying build/lib/django_filters/locale/pl/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/pl/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/pt_BR creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/pt_BR/LC_MESSAGES copying build/lib/django_filters/locale/pt_BR/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/pt_BR/LC_MESSAGES copying build/lib/django_filters/locale/pt_BR/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/locale/pt_BR/LC_MESSAGES copying build/lib/django_filters/views.py -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters creating /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/rest_framework copying build/lib/django_filters/rest_framework/backends.py -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/rest_framework copying build/lib/django_filters/rest_framework/filterset.py -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/rest_framework copying build/lib/django_filters/rest_framework/__init__.py -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/rest_framework copying build/lib/django_filters/rest_framework/filters.py -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/rest_framework copying build/lib/django_filters/__init__.py -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters copying build/lib/django_filters/compat.py -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters copying build/lib/django_filters/filters.py -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters copying build/lib/django_filters/fields.py -> /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters byte-compiling /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/exceptions.py to exceptions.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/constants.py to constants.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/widgets.py to widgets.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/utils.py to utils.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/filterset.py to filterset.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/conf.py to conf.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/views.py to views.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/rest_framework/backends.py to backends.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/rest_framework/filterset.py to filterset.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/rest_framework/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/rest_framework/filters.py to filters.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/compat.py to compat.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/filters.py to filters.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/fields.py to fields.cpython-312.pyc running install_egg_info running egg_info writing django_filter.egg-info/PKG-INFO writing dependency_links to django_filter.egg-info/dependency_links.txt writing requirements to django_filter.egg-info/requires.txt writing top-level names to django_filter.egg-info/top_level.txt reading manifest file 'django_filter.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'django_filter.egg-info/SOURCES.txt' Copying django_filter.egg-info to /home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filter-22.1-py3.12.egg-info running install_scripts >>> py3-django-filter-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/__pycache__' -> '/home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter-pyc/usr/lib/python3.12/site-packages/django_filters/__pycache__' '/home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter/usr/lib/python3.12/site-packages/django_filters/rest_framework/__pycache__' -> '/home/buildozer/aports/community/py3-django-filter/pkg/py3-django-filter-pyc/usr/lib/python3.12/site-packages/django_filters/rest_framework/__pycache__' >>> py3-django-filter-pyc*: Preparing subpackage py3-django-filter-pyc... >>> py3-django-filter-pyc*: Running postcheck for py3-django-filter-pyc >>> py3-django-filter*: Running postcheck for py3-django-filter >>> py3-django-filter*: Preparing package py3-django-filter... >>> py3-django-filter-pyc*: Tracing dependencies... py3-django python3~3.12 >>> py3-django-filter-pyc*: Package size: 192.0 KB >>> py3-django-filter-pyc*: Compressing data... >>> py3-django-filter-pyc*: Create checksum... >>> py3-django-filter-pyc*: Create py3-django-filter-pyc-22.1-r3.apk >>> py3-django-filter*: Tracing dependencies... py3-django python3~3.12 >>> py3-django-filter*: Package size: 488.0 KB >>> py3-django-filter*: Compressing data... >>> py3-django-filter*: Create checksum... >>> py3-django-filter*: Create py3-django-filter-22.1-r3.apk >>> py3-django-filter: Build complete at Sat, 13 Apr 2024 06:43:36 +0000 elapsed time 0h 0m 6s >>> py3-django-filter: Cleaning up srcdir >>> py3-django-filter: Cleaning up pkgdir >>> py3-django-filter: Uninstalling dependencies... (1/58) Purging .makedepends-py3-django-filter (20240413.064331) (2/58) Purging py3-markdown-pyc (3.5.2-r1) (3/58) Purging py3-markdown (3.5.2-r1) (4/58) Purging py3-core-api-pyc (2.3.3-r12) (5/58) Purging py3-core-api (2.3.3-r12) (6/58) Purging py3-coreschema-pyc (0.0.4-r9) (7/58) Purging py3-coreschema (0.0.4-r9) (8/58) Purging py3-jinja2-pyc (3.1.3-r1) (9/58) Purging py3-jinja2 (3.1.3-r1) (10/58) Purging py3-markupsafe-pyc (2.1.5-r1) (11/58) Purging py3-markupsafe (2.1.5-r1) (12/58) Purging py3-itypes-pyc (1.2.0-r6) (13/58) Purging py3-itypes (1.2.0-r6) (14/58) Purging py3-requests-pyc (2.31.0-r2) (15/58) Purging py3-requests (2.31.0-r2) (16/58) Purging py3-certifi-pyc (2024.2.2-r1) (17/58) Purging py3-certifi (2024.2.2-r1) (18/58) Purging py3-charset-normalizer-pyc (3.3.2-r1) (19/58) Purging py3-charset-normalizer (3.3.2-r1) (20/58) Purging py3-idna-pyc (3.6-r1) (21/58) Purging py3-idna (3.6-r1) (22/58) Purging py3-urllib3-pyc (1.26.18-r1) (23/58) Purging py3-urllib3 (1.26.18-r1) (24/58) Purging py3-uritemplate-pyc (4.1.1-r3) (25/58) Purging py3-uritemplate (4.1.1-r3) (26/58) Purging py3-setuptools-pyc (69.2.0-r2) (27/58) Purging py3-setuptools (69.2.0-r2) (28/58) Purging py3-packaging-pyc (24.0-r1) (29/58) Purging py3-packaging (24.0-r1) (30/58) Purging py3-parsing-pyc (3.1.2-r1) (31/58) Purging py3-parsing (3.1.2-r1) (32/58) Purging py3-coverage-pyc (6.5.0-r6) (33/58) Purging py3-coverage (6.5.0-r6) (34/58) Purging py3-django-crispy-forms-pyc (2.1-r1) (35/58) Purging py3-django-crispy-forms (2.1-r1) (36/58) Purging py3-django-rest-framework-pyc (3.15.1-r1) (37/58) Purging py3-django-rest-framework (3.15.1-r1) (38/58) Purging py3-django-pyc (4.2.11-r1) (39/58) Purging py3-django (4.2.11-r1) (40/58) Purging py3-asgiref-pyc (3.8.1-r1) (41/58) Purging py3-asgiref (3.8.1-r1) (42/58) Purging py3-sqlparse-pyc (0.4.4-r2) (43/58) Purging py3-sqlparse (0.4.4-r2) (44/58) Purging tzdata (2024a-r1) (45/58) Purging py3-tz-pyc (2024.1-r1) (46/58) Purging py3-tz (2024.1-r1) (47/58) Purging py3-mock-pyc (5.1.0-r2) (48/58) Purging py3-mock (5.1.0-r2) (49/58) Purging python3-pyc (3.12.3-r0) (50/58) Purging python3-pycache-pyc0 (3.12.3-r0) (51/58) Purging pyc (3.12.3-r0) (52/58) Purging python3 (3.12.3-r0) (53/58) Purging gdbm (1.23-r1) (54/58) Purging libffi (3.4.6-r0) (55/58) Purging libpanelw (6.4_p20240330-r0) (56/58) Purging mpdecimal (4.0.0-r0) (57/58) Purging readline (8.2.10-r0) (58/58) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-django-filter: Updating the community/ppc64le repository index... >>> py3-django-filter: Signing the index...