>>> py3-django-widget-tweaks: Building community/py3-django-widget-tweaks 1.5.0-r0 (using abuild 3.15.0_rc3-r1) started Tue, 29 Apr 2025 15:06:10 +0000 >>> py3-django-widget-tweaks: Validating /home/buildozer/aports/community/py3-django-widget-tweaks/APKBUILD... >>> py3-django-widget-tweaks: Analyzing dependencies... >>> py3-django-widget-tweaks: Installing for build: build-base py3-django py3-setuptools py3-setuptools_scm (1/27) Installing libbz2 (1.0.8-r6) (2/27) Installing libffi (3.4.8-r0) (3/27) Installing gdbm (1.24-r0) (4/27) Installing xz-libs (5.8.1-r0) (5/27) Installing mpdecimal (4.0.0-r0) (6/27) Installing libpanelw (6.5_p20250412-r0) (7/27) Installing sqlite-libs (3.49.1-r1) (8/27) Installing python3 (3.12.10-r0) (9/27) Installing python3-pycache-pyc0 (3.12.10-r0) (10/27) Installing pyc (3.12.10-r0) (11/27) Installing py3-asgiref (3.8.1-r1) (12/27) Installing py3-asgiref-pyc (3.8.1-r1) (13/27) Installing py3-sqlparse (0.5.1-r0) (14/27) Installing py3-sqlparse-pyc (0.5.1-r0) (15/27) Installing tzdata (2025b-r0) (16/27) Installing py3-django-pyc (4.2.20-r0) (17/27) Installing python3-pyc (3.12.10-r0) (18/27) Installing py3-django (4.2.20-r0) (19/27) Installing py3-parsing (3.2.0-r0) (20/27) Installing py3-parsing-pyc (3.2.0-r0) (21/27) Installing py3-packaging (25.0-r0) (22/27) Installing py3-packaging-pyc (25.0-r0) (23/27) Installing py3-setuptools (77.0.3-r0) (24/27) Installing py3-setuptools-pyc (77.0.3-r0) (25/27) Installing py3-setuptools_scm (8.2.0-r0) (26/27) Installing py3-setuptools_scm-pyc (8.2.0-r0) (27/27) Installing .makedepends-py3-django-widget-tweaks (20250429.150622) Executing busybox-1.37.0-r16.trigger OK: 473 MiB in 130 packages >>> py3-django-widget-tweaks: Cleaning up srcdir >>> py3-django-widget-tweaks: Cleaning up pkgdir >>> py3-django-widget-tweaks: Cleaning up tmpdir >>> py3-django-widget-tweaks: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/django-widget-tweaks-1.5.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.22/django-widget-tweaks-1.5.0.tar.gz.part' django-widget-tweaks 100% |********************************| 14767 0:00:00 ETA '/var/cache/distfiles/v3.22/django-widget-tweaks-1.5.0.tar.gz.part' saved >>> py3-django-widget-tweaks: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/django-widget-tweaks-1.5.0.tar.gz >>> py3-django-widget-tweaks: Checking sha512sums... django-widget-tweaks-1.5.0.tar.gz: OK >>> py3-django-widget-tweaks: Unpacking /var/cache/distfiles/v3.22/django-widget-tweaks-1.5.0.tar.gz... /usr/lib/python3.12/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject section = defn.get("tool", {})[tool_name] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'setuptools_scm' /usr/lib/python3.12/site-packages/setuptools/dist.py:760: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/widget_tweaks copying widget_tweaks/__init__.py -> build/lib/widget_tweaks copying widget_tweaks/models.py -> build/lib/widget_tweaks creating build/lib/widget_tweaks/templatetags copying widget_tweaks/templatetags/widget_tweaks.py -> build/lib/widget_tweaks/templatetags copying widget_tweaks/templatetags/__init__.py -> build/lib/widget_tweaks/templatetags Found 58 test(s). System check identified no issues (0 silenced). .......................................................... ---------------------------------------------------------------------- Ran 58 tests in 0.051s OK >>> py3-django-widget-tweaks: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject section = defn.get("tool", {})[tool_name] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'setuptools_scm' /usr/lib/python3.12/site-packages/setuptools/dist.py:760: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: 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 install_lib creating /home/buildozer/aports/community/py3-django-widget-tweaks/pkg/py3-django-widget-tweaks/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-django-widget-tweaks/pkg/py3-django-widget-tweaks/usr/lib/python3.12/site-packages/widget_tweaks creating /home/buildozer/aports/community/py3-django-widget-tweaks/pkg/py3-django-widget-tweaks/usr/lib/python3.12/site-packages/widget_tweaks/templatetags copying build/lib/widget_tweaks/templatetags/widget_tweaks.py -> /home/buildozer/aports/community/py3-django-widget-tweaks/pkg/py3-django-widget-tweaks/usr/lib/python3.12/site-packages/widget_tweaks/templatetags copying build/lib/widget_tweaks/templatetags/__init__.py -> /home/buildozer/aports/community/py3-django-widget-tweaks/pkg/py3-django-widget-tweaks/usr/lib/python3.12/site-packages/widget_tweaks/templatetags copying build/lib/widget_tweaks/__init__.py -> /home/buildozer/aports/community/py3-django-widget-tweaks/pkg/py3-django-widget-tweaks/usr/lib/python3.12/site-packages/widget_tweaks copying build/lib/widget_tweaks/models.py -> /home/buildozer/aports/community/py3-django-widget-tweaks/pkg/py3-django-widget-tweaks/usr/lib/python3.12/site-packages/widget_tweaks byte-compiling /home/buildozer/aports/community/py3-django-widget-tweaks/pkg/py3-django-widget-tweaks/usr/lib/python3.12/site-packages/widget_tweaks/templatetags/widget_tweaks.py to widget_tweaks.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-widget-tweaks/pkg/py3-django-widget-tweaks/usr/lib/python3.12/site-packages/widget_tweaks/templatetags/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-widget-tweaks/pkg/py3-django-widget-tweaks/usr/lib/python3.12/site-packages/widget_tweaks/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-django-widget-tweaks/pkg/py3-django-widget-tweaks/usr/lib/python3.12/site-packages/widget_tweaks/models.py to models.cpython-312.pyc running install_egg_info running egg_info writing django_widget_tweaks.egg-info/PKG-INFO writing dependency_links to django_widget_tweaks.egg-info/dependency_links.txt writing top-level names to django_widget_tweaks.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'django_widget_tweaks.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' adding license file 'LICENSE' writing manifest file 'django_widget_tweaks.egg-info/SOURCES.txt' Copying django_widget_tweaks.egg-info to /home/buildozer/aports/community/py3-django-widget-tweaks/pkg/py3-django-widget-tweaks/usr/lib/python3.12/site-packages/django_widget_tweaks-1.5.0-py3.12.egg-info running install_scripts >>> py3-django-widget-tweaks-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/widget_tweaks/__pycache__' -> '/home/buildozer/aports/community/py3-django-widget-tweaks/pkg/py3-django-widget-tweaks-pyc/usr/lib/python3.12/site-packages/widget_tweaks/__pycache__' 'usr/lib/python3.12/site-packages/widget_tweaks/templatetags/__pycache__' -> '/home/buildozer/aports/community/py3-django-widget-tweaks/pkg/py3-django-widget-tweaks-pyc/usr/lib/python3.12/site-packages/widget_tweaks/templatetags/__pycache__' >>> py3-django-widget-tweaks-pyc*: Preparing subpackage py3-django-widget-tweaks-pyc... >>> py3-django-widget-tweaks-pyc*: Running postcheck for py3-django-widget-tweaks-pyc >>> py3-django-widget-tweaks*: Running postcheck for py3-django-widget-tweaks >>> py3-django-widget-tweaks*: Preparing package py3-django-widget-tweaks... >>> py3-django-widget-tweaks-pyc*: Tracing dependencies... py3-django python3~3.12 >>> py3-django-widget-tweaks-pyc*: Package size: 10.4 KB >>> py3-django-widget-tweaks-pyc*: Compressing data... >>> py3-django-widget-tweaks-pyc*: Create checksum... >>> py3-django-widget-tweaks-pyc*: Create py3-django-widget-tweaks-pyc-1.5.0-r0.apk >>> py3-django-widget-tweaks*: Tracing dependencies... py3-django python3~3.12 >>> py3-django-widget-tweaks*: Package size: 21.2 KB >>> py3-django-widget-tweaks*: Compressing data... >>> py3-django-widget-tweaks*: Create checksum... >>> py3-django-widget-tweaks*: Create py3-django-widget-tweaks-1.5.0-r0.apk >>> py3-django-widget-tweaks: Build complete at Tue, 29 Apr 2025 15:06:25 +0000 elapsed time 0h 0m 15s >>> py3-django-widget-tweaks: Cleaning up srcdir >>> py3-django-widget-tweaks: Cleaning up pkgdir >>> py3-django-widget-tweaks: Uninstalling dependencies... (1/27) Purging .makedepends-py3-django-widget-tweaks (20250429.150622) (2/27) Purging py3-django-pyc (4.2.20-r0) (3/27) Purging py3-django (4.2.20-r0) (4/27) Purging py3-asgiref-pyc (3.8.1-r1) (5/27) Purging py3-asgiref (3.8.1-r1) (6/27) Purging py3-sqlparse-pyc (0.5.1-r0) (7/27) Purging py3-sqlparse (0.5.1-r0) (8/27) Purging tzdata (2025b-r0) (9/27) Purging py3-setuptools_scm-pyc (8.2.0-r0) (10/27) Purging py3-setuptools_scm (8.2.0-r0) (11/27) Purging py3-setuptools-pyc (77.0.3-r0) (12/27) Purging py3-setuptools (77.0.3-r0) (13/27) Purging py3-packaging-pyc (25.0-r0) (14/27) Purging py3-packaging (25.0-r0) (15/27) Purging py3-parsing-pyc (3.2.0-r0) (16/27) Purging py3-parsing (3.2.0-r0) (17/27) Purging python3-pyc (3.12.10-r0) (18/27) Purging python3-pycache-pyc0 (3.12.10-r0) (19/27) Purging pyc (3.12.10-r0) (20/27) Purging python3 (3.12.10-r0) (21/27) Purging gdbm (1.24-r0) (22/27) Purging libbz2 (1.0.8-r6) (23/27) Purging libffi (3.4.8-r0) (24/27) Purging libpanelw (6.5_p20250412-r0) (25/27) Purging mpdecimal (4.0.0-r0) (26/27) Purging sqlite-libs (3.49.1-r1) (27/27) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 400 MiB in 103 packages >>> py3-django-widget-tweaks: Updating the community/x86 repository index... >>> py3-django-widget-tweaks: Signing the index...