>>> py3-colorful: Building community/py3-colorful 0.5.5-r1 (using abuild 3.12.0-r0) started Tue, 24 Oct 2023 14:33:37 +0000 >>> py3-colorful: Checking sanity of /home/buildozer/aports/community/py3-colorful/APKBUILD... >>> py3-colorful: Analyzing dependencies... >>> py3-colorful: Installing for build: build-base python3 py3-setuptools (1/19) Installing libbz2 (1.0.8-r6) (2/19) Installing libffi (3.4.4-r3) (3/19) Installing gdbm (1.23-r1) (4/19) Installing xz-libs (5.4.4-r0) (5/19) Installing mpdecimal (2.5.1-r2) (6/19) Installing libpanelw (6.4_p20231007-r0) (7/19) Installing readline (8.2.1-r2) (8/19) Installing sqlite-libs (3.43.2-r0) (9/19) Installing python3 (3.11.6-r1) (10/19) Installing python3-pycache-pyc0 (3.11.6-r1) (11/19) Installing pyc (3.11.6-r1) (12/19) Installing python3-pyc (3.11.6-r1) (13/19) Installing py3-parsing (3.1.1-r0) (14/19) Installing py3-parsing-pyc (3.1.1-r0) (15/19) Installing py3-packaging (23.2-r0) (16/19) Installing py3-packaging-pyc (23.2-r0) (17/19) Installing py3-setuptools (68.2.2-r0) (18/19) Installing py3-setuptools-pyc (68.2.2-r0) (19/19) Installing .makedepends-py3-colorful (20231024.143348) Executing busybox-1.36.1-r13.trigger OK: 316 MiB in 120 packages >>> py3-colorful: Cleaning up srcdir >>> py3-colorful: Cleaning up pkgdir >>> py3-colorful: Cleaning up tmpdir >>> py3-colorful: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//py3-colorful-0.5.5.tar.gz >>> py3-colorful: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//py3-colorful-0.5.5.tar.gz >>> py3-colorful: Checking sha512sums... py3-colorful-0.5.5.tar.gz: OK >>> py3-colorful: Unpacking /var/cache/distfiles/py3-colorful-0.5.5.tar.gz... running build running build_py creating build creating build/lib creating build/lib/colorful copying colorful/styles.py -> build/lib/colorful copying colorful/ansi.py -> build/lib/colorful copying colorful/core.py -> build/lib/colorful copying colorful/colors.py -> build/lib/colorful copying colorful/terminal.py -> build/lib/colorful copying colorful/utils.py -> build/lib/colorful copying colorful/__init__.py -> build/lib/colorful running egg_info creating colorful.egg-info writing colorful.egg-info/PKG-INFO writing dependency_links to colorful.egg-info/dependency_links.txt writing requirements to colorful.egg-info/requires.txt writing top-level names to colorful.egg-info/top_level.txt writing manifest file 'colorful.egg-info/SOURCES.txt' reading manifest file 'colorful.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'colorful.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'colorful.data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colorful.data' 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 'colorful.data' 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 'colorful.data' to be distributed and are already explicitly excluding 'colorful.data' 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/colorful/data copying colorful/data/colornames.json -> build/lib/colorful/data copying colorful/data/rgb.txt -> build/lib/colorful/data ---------------------------------------------------------------------- Ran 0 tests in 0.000s OK >>> py3-colorful: 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 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-colorful/pkg creating /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful creating /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr creating /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib creating /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful copying build/lib/colorful/styles.py -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful copying build/lib/colorful/ansi.py -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful copying build/lib/colorful/core.py -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful copying build/lib/colorful/colors.py -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful copying build/lib/colorful/terminal.py -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful copying build/lib/colorful/utils.py -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful creating /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/data copying build/lib/colorful/data/rgb.txt -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/data copying build/lib/colorful/data/colornames.json -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/data copying build/lib/colorful/__init__.py -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful byte-compiling /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/styles.py to styles.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/ansi.py to ansi.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/core.py to core.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/colors.py to colors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/terminal.py to terminal.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info writing colorful.egg-info/PKG-INFO writing dependency_links to colorful.egg-info/dependency_links.txt writing requirements to colorful.egg-info/requires.txt writing top-level names to colorful.egg-info/top_level.txt reading manifest file 'colorful.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'colorful.egg-info/SOURCES.txt' Copying colorful.egg-info to /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful-0.5.5-py3.11.egg-info running install_scripts >>> py3-colorful-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/__pycache__' -> '/home/buildozer/aports/community/py3-colorful/pkg/py3-colorful-pyc/usr/lib/python3.11/site-packages/colorful/__pycache__' >>> py3-colorful-pyc*: Preparing subpackage py3-colorful-pyc... >>> py3-colorful-pyc*: Running postcheck for py3-colorful-pyc >>> py3-colorful*: Running postcheck for py3-colorful >>> py3-colorful*: Preparing package py3-colorful... >>> py3-colorful-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-colorful-pyc*: Package size: 88.0 KB >>> py3-colorful-pyc*: Compressing data... >>> py3-colorful-pyc*: Create checksum... >>> py3-colorful-pyc*: Create py3-colorful-pyc-0.5.5-r1.apk >>> py3-colorful*: Tracing dependencies... python3 python3~3.11 >>> py3-colorful*: Package size: 812.0 KB >>> py3-colorful*: Compressing data... >>> py3-colorful*: Create checksum... >>> py3-colorful*: Create py3-colorful-0.5.5-r1.apk >>> py3-colorful: Build complete at Tue, 24 Oct 2023 14:33:50 +0000 elapsed time 0h 0m 13s >>> py3-colorful: Cleaning up srcdir >>> py3-colorful: Cleaning up pkgdir >>> py3-colorful: Uninstalling dependencies... (1/19) Purging .makedepends-py3-colorful (20231024.143348) (2/19) Purging py3-setuptools-pyc (68.2.2-r0) (3/19) Purging py3-setuptools (68.2.2-r0) (4/19) Purging py3-packaging-pyc (23.2-r0) (5/19) Purging py3-packaging (23.2-r0) (6/19) Purging py3-parsing-pyc (3.1.1-r0) (7/19) Purging py3-parsing (3.1.1-r0) (8/19) Purging python3-pyc (3.11.6-r1) (9/19) Purging python3-pycache-pyc0 (3.11.6-r1) (10/19) Purging pyc (3.11.6-r1) (11/19) Purging python3 (3.11.6-r1) (12/19) Purging gdbm (1.23-r1) (13/19) Purging libbz2 (1.0.8-r6) (14/19) Purging libffi (3.4.4-r3) (15/19) Purging libpanelw (6.4_p20231007-r0) (16/19) Purging mpdecimal (2.5.1-r2) (17/19) Purging readline (8.2.1-r2) (18/19) Purging sqlite-libs (3.43.2-r0) (19/19) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r13.trigger OK: 270 MiB in 101 packages >>> py3-colorful: Updating the community/armv7 repository index... >>> py3-colorful: Signing the index...