>>> py3-django-sorted-m2m: Building community/py3-django-sorted-m2m 2.0.0-r3 (using abuild 3.11.0_rc13-r0) started Wed, 26 Apr 2023 15:47:52 +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/29) Installing libbz2 (1.0.8-r5) (2/29) Installing libffi (3.4.4-r2) (3/29) Installing gdbm (1.23-r1) (4/29) Installing xz-libs (5.4.2-r1) (5/29) Installing mpdecimal (2.5.1-r2) (6/29) Installing libpanelw (6.4_p20230401-r6) (7/29) Installing readline (8.2.1-r1) (8/29) Installing sqlite-libs (3.41.2-r2) (9/29) Installing python3 (3.11.3-r10) (10/29) Installing python3-pycache-pyc0 (3.11.3-r10) (11/29) Installing pyc (0.1-r0) (12/29) Installing py3-asgiref (3.6.0-r1) (13/29) Installing py3-asgiref-pyc (3.6.0-r1) (14/29) Installing py3-sqlparse (0.4.4-r0) (15/29) Installing py3-sqlparse-pyc (0.4.4-r0) (16/29) Installing tzdata (2023c-r1) (17/29) Installing py3-django-pyc (4.2-r1) (18/29) Installing python3-pyc (3.11.3-r10) (19/29) Installing py3-django (4.2-r1) (20/29) Installing py3-parsing (3.0.9-r2) (21/29) Installing py3-parsing-pyc (3.0.9-r2) (22/29) Installing py3-packaging (23.1-r1) (23/29) Installing py3-packaging-pyc (23.1-r1) (24/29) Installing py3-setuptools (67.7.2-r0) (25/29) Installing py3-setuptools-pyc (67.7.2-r0) (26/29) Installing py3-typing-extensions (4.5.0-r1) (27/29) Installing py3-typing-extensions-pyc (4.5.0-r1) (28/29) Installing py3-setuptools_scm (7.1.0-r0) (29/29) Installing .makedepends-py3-django-sorted-m2m (20230426.154754) Executing busybox-1.36.0-r8.trigger OK: 494 MiB in 127 packages >>> py3-django-sorted-m2m: Cleaning up srcdir >>> py3-django-sorted-m2m: Cleaning up pkgdir >>> py3-django-sorted-m2m: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/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 343k 0 --:--:-- --:--:-- --:--:-- 347k >>> py3-django-sorted-m2m: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/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/v3.18/django-sorted-m2m-2.0.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/sortedm2m copying sortedm2m/models.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/forms.py -> build/lib/sortedm2m copying sortedm2m/compat.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.11/site-packages/setuptools/command/build_py.py:201: _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.11/site-packages/setuptools/command/build_py.py:201: _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.11/site-packages/setuptools/command/build_py.py:201: _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.11/site-packages/setuptools/command/build_py.py:201: _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... running install /usr/lib/python3.11/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, pypa/build 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.11/site-packages/setuptools/command/build_py.py:201: _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.11/site-packages/setuptools/command/build_py.py:201: _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.11/site-packages/setuptools/command/build_py.py:201: _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.11/site-packages/setuptools/command/build_py.py:201: _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.11 creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/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.11/site-packages/sortedm2m creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/templates creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/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.11/site-packages/sortedm2m/templates/sortedm2m copying build/lib/sortedm2m/__init__.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/static creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/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.11/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.11/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.11/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.11/site-packages/sortedm2m/static/sortedm2m copying build/lib/sortedm2m/operations.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m copying build/lib/sortedm2m/fields.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m copying build/lib/sortedm2m/forms.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/locale creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/locale/cs creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/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.11/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.11/site-packages/sortedm2m/locale/cs/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/locale/fr creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/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.11/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.11/site-packages/sortedm2m/locale/fr/LC_MESSAGES copying build/lib/sortedm2m/compat.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/models.py to models.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/operations.py to operations.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/fields.py to fields.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/forms.py to forms.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/compat.py to compat.cpython-311.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.11/site-packages/django_sorted_m2m-2.0.0-py3.11.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.11/site-packages/sortedm2m/__pycache__' -> '/home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m-pyc/usr/lib/python3.11/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.11 >>> py3-django-sorted-m2m-pyc*: Package size: 76.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-r3.apk >>> py3-django-sorted-m2m*: Tracing dependencies... py3-django python3~3.11 >>> 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-r3.apk >>> py3-django-sorted-m2m: Build complete at Wed, 26 Apr 2023 15:48:02 +0000 elapsed time 0h 0m 10s >>> py3-django-sorted-m2m: Cleaning up srcdir >>> py3-django-sorted-m2m: Cleaning up pkgdir >>> py3-django-sorted-m2m: Uninstalling dependencies... (1/29) Purging .makedepends-py3-django-sorted-m2m (20230426.154754) (2/29) Purging py3-django-pyc (4.2-r1) (3/29) Purging py3-django (4.2-r1) (4/29) Purging py3-asgiref-pyc (3.6.0-r1) (5/29) Purging py3-asgiref (3.6.0-r1) (6/29) Purging py3-sqlparse-pyc (0.4.4-r0) (7/29) Purging py3-sqlparse (0.4.4-r0) (8/29) Purging tzdata (2023c-r1) (9/29) Purging py3-setuptools_scm (7.1.0-r0) (10/29) Purging py3-setuptools-pyc (67.7.2-r0) (11/29) Purging py3-setuptools (67.7.2-r0) (12/29) Purging py3-packaging-pyc (23.1-r1) (13/29) Purging py3-packaging (23.1-r1) (14/29) Purging py3-parsing-pyc (3.0.9-r2) (15/29) Purging py3-parsing (3.0.9-r2) (16/29) Purging py3-typing-extensions-pyc (4.5.0-r1) (17/29) Purging py3-typing-extensions (4.5.0-r1) (18/29) Purging python3-pyc (3.11.3-r10) (19/29) Purging python3-pycache-pyc0 (3.11.3-r10) (20/29) Purging pyc (0.1-r0) (21/29) Purging python3 (3.11.3-r10) (22/29) Purging gdbm (1.23-r1) (23/29) Purging libbz2 (1.0.8-r5) (24/29) Purging libffi (3.4.4-r2) (25/29) Purging libpanelw (6.4_p20230401-r6) (26/29) Purging mpdecimal (2.5.1-r2) (27/29) Purging readline (8.2.1-r1) (28/29) Purging sqlite-libs (3.41.2-r2) (29/29) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 392 MiB in 98 packages >>> py3-django-sorted-m2m: Updating the community/x86_64 repository index... >>> py3-django-sorted-m2m: Signing the index...