>>> py3-django-filter: Building community/py3-django-filter 22.1-r3 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 05:01:28 +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/60) Installing libbz2 (1.0.8-r6) (2/60) Installing libffi (3.4.6-r0) (3/60) Installing gdbm (1.23-r1) (4/60) Installing xz-libs (5.6.1-r3) (5/60) Installing mpdecimal (4.0.0-r0) (6/60) Installing libpanelw (6.4_p20240330-r0) (7/60) Installing readline (8.2.10-r0) (8/60) Installing sqlite-libs (3.45.2-r0) (9/60) Installing python3 (3.12.3-r0) (10/60) Installing python3-pycache-pyc0 (3.12.3-r0) (11/60) Installing pyc (3.12.3-r0) (12/60) Installing py3-asgiref (3.8.1-r1) (13/60) Installing py3-asgiref-pyc (3.8.1-r1) (14/60) Installing py3-sqlparse (0.4.4-r2) (15/60) Installing py3-sqlparse-pyc (0.4.4-r2) (16/60) Installing tzdata (2024a-r1) (17/60) Installing py3-django-pyc (4.2.11-r1) (18/60) Installing python3-pyc (3.12.3-r0) (19/60) Installing py3-django (4.2.11-r1) (20/60) Installing py3-parsing (3.1.2-r1) (21/60) Installing py3-parsing-pyc (3.1.2-r1) (22/60) Installing py3-packaging (24.0-r1) (23/60) Installing py3-packaging-pyc (24.0-r1) (24/60) Installing py3-setuptools (69.2.0-r2) (25/60) Installing py3-setuptools-pyc (69.2.0-r2) (26/60) Installing py3-markdown (3.5.2-r1) (27/60) Installing py3-markdown-pyc (3.5.2-r1) (28/60) Installing py3-markupsafe (2.1.5-r1) (29/60) Installing py3-markupsafe-pyc (2.1.5-r1) (30/60) Installing py3-jinja2 (3.1.3-r1) (31/60) Installing py3-jinja2-pyc (3.1.3-r1) (32/60) Installing py3-coreschema (0.0.4-r9) (33/60) Installing py3-coreschema-pyc (0.0.4-r9) (34/60) Installing py3-itypes (1.2.0-r6) (35/60) Installing py3-itypes-pyc (1.2.0-r6) (36/60) Installing py3-certifi (2024.2.2-r1) (37/60) Installing py3-certifi-pyc (2024.2.2-r1) (38/60) Installing py3-charset-normalizer (3.3.2-r1) (39/60) Installing py3-charset-normalizer-pyc (3.3.2-r1) (40/60) Installing py3-idna (3.6-r1) (41/60) Installing py3-idna-pyc (3.6-r1) (42/60) Installing py3-urllib3 (1.26.18-r1) (43/60) Installing py3-urllib3-pyc (1.26.18-r1) (44/60) Installing py3-requests (2.31.0-r2) (45/60) Installing py3-requests-pyc (2.31.0-r2) (46/60) Installing py3-uritemplate (4.1.1-r3) (47/60) Installing py3-uritemplate-pyc (4.1.1-r3) (48/60) Installing py3-core-api (2.3.3-r12) (49/60) Installing py3-core-api-pyc (2.3.3-r12) (50/60) Installing py3-coverage (6.5.0-r6) (51/60) Installing py3-coverage-pyc (6.5.0-r6) (52/60) Installing py3-tz (2024.1-r1) (53/60) Installing py3-tz-pyc (2024.1-r1) (54/60) Installing py3-django-crispy-forms (2.1-r1) (55/60) Installing py3-django-crispy-forms-pyc (2.1-r1) (56/60) Installing py3-django-rest-framework (3.15.1-r1) (57/60) Installing py3-django-rest-framework-pyc (3.15.1-r1) (58/60) Installing py3-mock (5.1.0-r2) (59/60) Installing py3-mock-pyc (5.1.0-r2) (60/60) Installing .makedepends-py3-django-filter (20240413.050129) Executing busybox-1.36.1-r25.trigger OK: 427 MiB in 163 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 Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/django-filter-22.1.tar.gz.part' django-filter-22.1.t 100% |********************************| 131k 0:00:00 ETA '/var/cache/distfiles/django-filter-22.1.tar.gz.part' saved >>> 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.801s 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/__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/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/views.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/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/conf.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 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/__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/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 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/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.po -> /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 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.po -> /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 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.po -> /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 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.po -> /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 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.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 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 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.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/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 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.po -> /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 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.po -> /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 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.po -> /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 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.po -> /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 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.po -> /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 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.po -> /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 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.po -> /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 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.po -> /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 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.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 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 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.po -> /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 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.po -> /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/fields.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 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/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/filterset.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/__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/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/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/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/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/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/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/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/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/fields.py to fields.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/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/filterset.py to filterset.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 05:01:33 +0000 elapsed time 0h 0m 5s >>> py3-django-filter: Cleaning up srcdir >>> py3-django-filter: Cleaning up pkgdir >>> py3-django-filter: Uninstalling dependencies... (1/60) Purging .makedepends-py3-django-filter (20240413.050129) (2/60) Purging py3-markdown-pyc (3.5.2-r1) (3/60) Purging py3-markdown (3.5.2-r1) (4/60) Purging py3-core-api-pyc (2.3.3-r12) (5/60) Purging py3-core-api (2.3.3-r12) (6/60) Purging py3-coreschema-pyc (0.0.4-r9) (7/60) Purging py3-coreschema (0.0.4-r9) (8/60) Purging py3-jinja2-pyc (3.1.3-r1) (9/60) Purging py3-jinja2 (3.1.3-r1) (10/60) Purging py3-markupsafe-pyc (2.1.5-r1) (11/60) Purging py3-markupsafe (2.1.5-r1) (12/60) Purging py3-itypes-pyc (1.2.0-r6) (13/60) Purging py3-itypes (1.2.0-r6) (14/60) Purging py3-requests-pyc (2.31.0-r2) (15/60) Purging py3-requests (2.31.0-r2) (16/60) Purging py3-certifi-pyc (2024.2.2-r1) (17/60) Purging py3-certifi (2024.2.2-r1) (18/60) Purging py3-charset-normalizer-pyc (3.3.2-r1) (19/60) Purging py3-charset-normalizer (3.3.2-r1) (20/60) Purging py3-idna-pyc (3.6-r1) (21/60) Purging py3-idna (3.6-r1) (22/60) Purging py3-urllib3-pyc (1.26.18-r1) (23/60) Purging py3-urllib3 (1.26.18-r1) (24/60) Purging py3-uritemplate-pyc (4.1.1-r3) (25/60) Purging py3-uritemplate (4.1.1-r3) (26/60) Purging py3-setuptools-pyc (69.2.0-r2) (27/60) Purging py3-setuptools (69.2.0-r2) (28/60) Purging py3-packaging-pyc (24.0-r1) (29/60) Purging py3-packaging (24.0-r1) (30/60) Purging py3-parsing-pyc (3.1.2-r1) (31/60) Purging py3-parsing (3.1.2-r1) (32/60) Purging py3-coverage-pyc (6.5.0-r6) (33/60) Purging py3-coverage (6.5.0-r6) (34/60) Purging py3-django-crispy-forms-pyc (2.1-r1) (35/60) Purging py3-django-crispy-forms (2.1-r1) (36/60) Purging py3-django-rest-framework-pyc (3.15.1-r1) (37/60) Purging py3-django-rest-framework (3.15.1-r1) (38/60) Purging py3-django-pyc (4.2.11-r1) (39/60) Purging py3-django (4.2.11-r1) (40/60) Purging py3-asgiref-pyc (3.8.1-r1) (41/60) Purging py3-asgiref (3.8.1-r1) (42/60) Purging py3-sqlparse-pyc (0.4.4-r2) (43/60) Purging py3-sqlparse (0.4.4-r2) (44/60) Purging tzdata (2024a-r1) (45/60) Purging py3-tz-pyc (2024.1-r1) (46/60) Purging py3-tz (2024.1-r1) (47/60) Purging py3-mock-pyc (5.1.0-r2) (48/60) Purging py3-mock (5.1.0-r2) (49/60) Purging python3-pyc (3.12.3-r0) (50/60) Purging python3-pycache-pyc0 (3.12.3-r0) (51/60) Purging pyc (3.12.3-r0) (52/60) Purging python3 (3.12.3-r0) (53/60) Purging gdbm (1.23-r1) (54/60) Purging libbz2 (1.0.8-r6) (55/60) Purging libffi (3.4.6-r0) (56/60) Purging libpanelw (6.4_p20240330-r0) (57/60) Purging mpdecimal (4.0.0-r0) (58/60) Purging readline (8.2.10-r0) (59/60) Purging sqlite-libs (3.45.2-r0) (60/60) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 315 MiB in 103 packages >>> py3-django-filter: Updating the community/armhf repository index... >>> py3-django-filter: Signing the index...