>>> py3-django-sorted-m2m: Building community/py3-django-sorted-m2m 2.0.0-r4 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 01:59:22 +0000 >>> py3-django-sorted-m2m: Checking sanity of /home/buildozer/aports/community/py3-django-sorted-m2m/APKBUILD... >>> py3-django-sorted-m2m: Analyzing dependencies... >>> py3-django-sorted-m2m: Installing for build: build-base py3-django py3-setuptools_scm (1/28) Installing libbz2 (1.0.8-r6) (2/28) Installing libffi (3.4.6-r0) (3/28) Installing gdbm (1.23-r1) (4/28) Installing xz-libs (5.6.1-r3) (5/28) Installing mpdecimal (4.0.0-r0) (6/28) Installing libpanelw (6.4_p20240330-r0) (7/28) Installing readline (8.2.10-r0) (8/28) Installing sqlite-libs (3.45.2-r0) (9/28) Installing python3 (3.12.3-r0) (10/28) Installing python3-pycache-pyc0 (3.12.3-r0) (11/28) Installing pyc (3.12.3-r0) (12/28) Installing py3-asgiref (3.8.1-r1) (13/28) Installing py3-asgiref-pyc (3.8.1-r1) (14/28) Installing py3-sqlparse (0.4.4-r2) (15/28) Installing py3-sqlparse-pyc (0.4.4-r2) (16/28) Installing tzdata (2024a-r1) (17/28) Installing py3-django-pyc (4.2.11-r1) (18/28) Installing python3-pyc (3.12.3-r0) (19/28) Installing py3-django (4.2.11-r1) (20/28) Installing py3-parsing (3.1.2-r1) (21/28) Installing py3-parsing-pyc (3.1.2-r1) (22/28) Installing py3-packaging (24.0-r1) (23/28) Installing py3-packaging-pyc (24.0-r1) (24/28) Installing py3-setuptools (69.2.0-r2) (25/28) Installing py3-setuptools-pyc (69.2.0-r2) (26/28) Installing py3-setuptools_scm (8.0.4-r2) (27/28) Installing py3-setuptools_scm-pyc (8.0.4-r2) (28/28) Installing .makedepends-py3-django-sorted-m2m (20240413.015923) Executing busybox-1.36.1-r25.trigger OK: 446 MiB in 135 packages >>> py3-django-sorted-m2m: Cleaning up srcdir >>> py3-django-sorted-m2m: Cleaning up pkgdir >>> py3-django-sorted-m2m: Cleaning up tmpdir >>> py3-django-sorted-m2m: Fetching https://distfiles.alpinelinux.org/distfiles/edge//django-sorted-m2m-2.0.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30969 100 30969 0 0 94588 0 --:--:-- --:--:-- --:--:-- 94706 >>> py3-django-sorted-m2m: Fetching https://distfiles.alpinelinux.org/distfiles/edge//django-sorted-m2m-2.0.0.tar.gz >>> py3-django-sorted-m2m: Checking sha512sums... django-sorted-m2m-2.0.0.tar.gz: OK >>> py3-django-sorted-m2m: Unpacking /var/cache/distfiles/edge/django-sorted-m2m-2.0.0.tar.gz... /home/buildozer/aports/community/py3-django-sorted-m2m/src/django-sorted-m2m-2.0.0/setup.py:17: SyntaxWarning: invalid escape sequence '\s' matches = re.search("__version__[\s]+=[\s]+['\"](?P[^'\"]+)['\"]", running build running build_py creating build creating build/lib creating build/lib/sortedm2m copying sortedm2m/compat.py -> build/lib/sortedm2m copying sortedm2m/__init__.py -> build/lib/sortedm2m copying sortedm2m/operations.py -> build/lib/sortedm2m copying sortedm2m/fields.py -> build/lib/sortedm2m copying sortedm2m/models.py -> build/lib/sortedm2m copying sortedm2m/forms.py -> build/lib/sortedm2m running egg_info writing django_sorted_m2m.egg-info/PKG-INFO writing dependency_links to django_sorted_m2m.egg-info/dependency_links.txt writing top-level names to django_sorted_m2m.egg-info/top_level.txt reading manifest file 'django_sorted_m2m.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' adding license file 'AUTHORS.rst' writing manifest file 'django_sorted_m2m.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'sortedm2m.locale.cs.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.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 'sortedm2m.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 'sortedm2m.locale.cs.LC_MESSAGES' to be distributed and are already explicitly excluding 'sortedm2m.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 'sortedm2m.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.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 'sortedm2m.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 'sortedm2m.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'sortedm2m.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 'sortedm2m.static.sortedm2m' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.static.sortedm2m' 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 'sortedm2m.static.sortedm2m' 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 'sortedm2m.static.sortedm2m' to be distributed and are already explicitly excluding 'sortedm2m.static.sortedm2m' 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 'sortedm2m.templates.sortedm2m' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.templates.sortedm2m' 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 'sortedm2m.templates.sortedm2m' 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 'sortedm2m.templates.sortedm2m' to be distributed and are already explicitly excluding 'sortedm2m.templates.sortedm2m' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/sortedm2m/locale creating build/lib/sortedm2m/locale/cs creating build/lib/sortedm2m/locale/cs/LC_MESSAGES copying sortedm2m/locale/cs/LC_MESSAGES/django.mo -> build/lib/sortedm2m/locale/cs/LC_MESSAGES copying sortedm2m/locale/cs/LC_MESSAGES/django.po -> build/lib/sortedm2m/locale/cs/LC_MESSAGES creating build/lib/sortedm2m/locale/fr creating build/lib/sortedm2m/locale/fr/LC_MESSAGES copying sortedm2m/locale/fr/LC_MESSAGES/django.mo -> build/lib/sortedm2m/locale/fr/LC_MESSAGES copying sortedm2m/locale/fr/LC_MESSAGES/django.po -> build/lib/sortedm2m/locale/fr/LC_MESSAGES creating build/lib/sortedm2m/static creating build/lib/sortedm2m/static/sortedm2m copying sortedm2m/static/sortedm2m/jquery-ui.js -> build/lib/sortedm2m/static/sortedm2m copying sortedm2m/static/sortedm2m/selector-search.gif -> build/lib/sortedm2m/static/sortedm2m copying sortedm2m/static/sortedm2m/widget.css -> build/lib/sortedm2m/static/sortedm2m copying sortedm2m/static/sortedm2m/widget.js -> build/lib/sortedm2m/static/sortedm2m creating build/lib/sortedm2m/templates creating build/lib/sortedm2m/templates/sortedm2m copying sortedm2m/templates/sortedm2m/sorted_checkbox_select_multiple_widget.html -> build/lib/sortedm2m/templates/sortedm2m >>> py3-django-sorted-m2m: Entering fakeroot... /home/buildozer/aports/community/py3-django-sorted-m2m/src/django-sorted-m2m-2.0.0/setup.py:17: SyntaxWarning: invalid escape sequence '\s' matches = re.search("__version__[\s]+=[\s]+['\"](?P[^'\"]+)['\"]", 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 build running build_py running egg_info writing django_sorted_m2m.egg-info/PKG-INFO writing dependency_links to django_sorted_m2m.egg-info/dependency_links.txt writing top-level names to django_sorted_m2m.egg-info/top_level.txt reading manifest file 'django_sorted_m2m.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' adding license file 'AUTHORS.rst' writing manifest file 'django_sorted_m2m.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'sortedm2m.locale.cs.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.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 'sortedm2m.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 'sortedm2m.locale.cs.LC_MESSAGES' to be distributed and are already explicitly excluding 'sortedm2m.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 'sortedm2m.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.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 'sortedm2m.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 'sortedm2m.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'sortedm2m.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 'sortedm2m.static.sortedm2m' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.static.sortedm2m' 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 'sortedm2m.static.sortedm2m' 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 'sortedm2m.static.sortedm2m' to be distributed and are already explicitly excluding 'sortedm2m.static.sortedm2m' 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 'sortedm2m.templates.sortedm2m' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.templates.sortedm2m' 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 'sortedm2m.templates.sortedm2m' 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 'sortedm2m.templates.sortedm2m' to be distributed and are already explicitly excluding 'sortedm2m.templates.sortedm2m' 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) running install_lib creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m copying build/lib/sortedm2m/compat.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m copying build/lib/sortedm2m/__init__.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m copying build/lib/sortedm2m/operations.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/templates creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/templates/sortedm2m copying build/lib/sortedm2m/templates/sortedm2m/sorted_checkbox_select_multiple_widget.html -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/templates/sortedm2m copying build/lib/sortedm2m/fields.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m copying build/lib/sortedm2m/models.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/static creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/static/sortedm2m copying build/lib/sortedm2m/static/sortedm2m/jquery-ui.js -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/static/sortedm2m copying build/lib/sortedm2m/static/sortedm2m/widget.css -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/static/sortedm2m copying build/lib/sortedm2m/static/sortedm2m/selector-search.gif -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/static/sortedm2m copying build/lib/sortedm2m/static/sortedm2m/widget.js -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/static/sortedm2m creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/locale creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/locale/fr creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/locale/fr/LC_MESSAGES copying build/lib/sortedm2m/locale/fr/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/locale/fr/LC_MESSAGES copying build/lib/sortedm2m/locale/fr/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/locale/fr/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/locale/cs creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/locale/cs/LC_MESSAGES copying build/lib/sortedm2m/locale/cs/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/locale/cs/LC_MESSAGES copying build/lib/sortedm2m/locale/cs/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/locale/cs/LC_MESSAGES copying build/lib/sortedm2m/forms.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/compat.py to compat.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/operations.py to operations.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/fields.py to fields.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/models.py to models.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/forms.py to forms.cpython-312.pyc running install_egg_info Copying django_sorted_m2m.egg-info to /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/django_sorted_m2m-2.0.0-py3.12.egg-info running install_scripts >>> py3-django-sorted-m2m-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.12/site-packages/sortedm2m/__pycache__' -> '/home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m-pyc/usr/lib/python3.12/site-packages/sortedm2m/__pycache__' >>> py3-django-sorted-m2m-pyc*: Preparing subpackage py3-django-sorted-m2m-pyc... >>> py3-django-sorted-m2m-pyc*: Running postcheck for py3-django-sorted-m2m-pyc >>> py3-django-sorted-m2m*: Running postcheck for py3-django-sorted-m2m >>> py3-django-sorted-m2m*: Preparing package py3-django-sorted-m2m... >>> py3-django-sorted-m2m-pyc*: Tracing dependencies... py3-django python3~3.12 >>> py3-django-sorted-m2m-pyc*: Package size: 72.0 KB >>> py3-django-sorted-m2m-pyc*: Compressing data... >>> py3-django-sorted-m2m-pyc*: Create checksum... >>> py3-django-sorted-m2m-pyc*: Create py3-django-sorted-m2m-pyc-2.0.0-r4.apk >>> py3-django-sorted-m2m*: Tracing dependencies... py3-django python3~3.12 >>> py3-django-sorted-m2m*: Package size: 208.0 KB >>> py3-django-sorted-m2m*: Compressing data... >>> py3-django-sorted-m2m*: Create checksum... >>> py3-django-sorted-m2m*: Create py3-django-sorted-m2m-2.0.0-r4.apk >>> py3-django-sorted-m2m: Build complete at Sat, 13 Apr 2024 01:59:28 +0000 elapsed time 0h 0m 6s >>> py3-django-sorted-m2m: Cleaning up srcdir >>> py3-django-sorted-m2m: Cleaning up pkgdir >>> py3-django-sorted-m2m: Uninstalling dependencies... (1/28) Purging .makedepends-py3-django-sorted-m2m (20240413.015923) (2/28) Purging py3-django-pyc (4.2.11-r1) (3/28) Purging py3-django (4.2.11-r1) (4/28) Purging py3-asgiref-pyc (3.8.1-r1) (5/28) Purging py3-asgiref (3.8.1-r1) (6/28) Purging py3-sqlparse-pyc (0.4.4-r2) (7/28) Purging py3-sqlparse (0.4.4-r2) (8/28) Purging tzdata (2024a-r1) (9/28) Purging py3-setuptools_scm-pyc (8.0.4-r2) (10/28) Purging py3-setuptools_scm (8.0.4-r2) (11/28) Purging py3-setuptools-pyc (69.2.0-r2) (12/28) Purging py3-setuptools (69.2.0-r2) (13/28) Purging py3-packaging-pyc (24.0-r1) (14/28) Purging py3-packaging (24.0-r1) (15/28) Purging py3-parsing-pyc (3.1.2-r1) (16/28) Purging py3-parsing (3.1.2-r1) (17/28) Purging python3-pyc (3.12.3-r0) (18/28) Purging python3-pycache-pyc0 (3.12.3-r0) (19/28) Purging pyc (3.12.3-r0) (20/28) Purging python3 (3.12.3-r0) (21/28) Purging gdbm (1.23-r1) (22/28) Purging libbz2 (1.0.8-r6) (23/28) Purging libffi (3.4.6-r0) (24/28) Purging libpanelw (6.4_p20240330-r0) (25/28) Purging mpdecimal (4.0.0-r0) (26/28) Purging readline (8.2.10-r0) (27/28) Purging sqlite-libs (3.45.2-r0) (28/28) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 346 MiB in 107 packages >>> py3-django-sorted-m2m: Updating the community/s390x repository index... >>> py3-django-sorted-m2m: Signing the index...