>>> py3-branca: Building community/py3-branca 0.6.0-r0 (using abuild 3.10.0_rc1-r2) started Wed, 09 Nov 2022 10:15:13 +0000 >>> py3-branca: Checking sanity of /home/buildozer/aports/community/py3-branca/APKBUILD... >>> py3-branca: Analyzing dependencies... >>> py3-branca: Installing for build: build-base python3 py3-jinja2 py3-setuptools (1/14) Installing libbz2 (1.0.8-r3) (2/14) Installing libffi (3.4.4-r0) (3/14) Installing gdbm (1.23-r0) (4/14) Installing xz-libs (5.2.7-r0) (5/14) Installing mpdecimal (2.5.1-r1) (6/14) Installing readline (8.2.0-r0) (7/14) Installing sqlite-libs (3.39.4-r0) (8/14) Installing python3 (3.10.8-r3) (9/14) Installing py3-markupsafe (2.1.1-r1) (10/14) Installing py3-jinja2 (3.1.2-r0) (11/14) Installing py3-parsing (3.0.9-r0) (12/14) Installing py3-packaging (21.3-r2) (13/14) Installing py3-setuptools (65.5.1-r0) (14/14) Installing .makedepends-py3-branca (20221109.101514) Executing busybox-1.35.0-r27.trigger OK: 248 MiB in 106 packages >>> py3-branca: Cleaning up srcdir >>> py3-branca: Cleaning up pkgdir >>> py3-branca: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/branca-0.6.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-branca: Fetching https://github.com/python-visualization/branca/archive/v0.6.0/branca-0.6.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 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 100 40167 100 40167 0 0 14958 0 0:00:02 0:00:02 --:--:-- 160k >>> py3-branca: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/branca-0.6.0.tar.gz >>> py3-branca: Checking sha512sums... branca-0.6.0.tar.gz: OK >>> py3-branca: Unpacking /var/cache/distfiles/v3.17/branca-0.6.0.tar.gz... /usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py:264: UserWarning: Unknown distribution option: 'use_scm_version' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/branca copying branca/element.py -> build/lib/branca copying branca/colormap.py -> build/lib/branca copying branca/__init__.py -> build/lib/branca copying branca/utilities.py -> build/lib/branca running egg_info creating branca.egg-info writing branca.egg-info/PKG-INFO writing dependency_links to branca.egg-info/dependency_links.txt writing requirements to branca.egg-info/requires.txt writing top-level names to branca.egg-info/top_level.txt writing manifest file 'branca.egg-info/SOURCES.txt' reading manifest file 'branca.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs' no previously-included directories found matching 'tests' no previously-included directories found matching 'examples' warning: no previously-included files found matching '*.yml' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.isort.cfg' warning: no previously-included files found matching 'branca/_version.py' warning: no previously-included files found matching '.github' adding license file 'LICENSE.txt' writing manifest file 'branca.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'branca.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'branca.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'branca.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'branca.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'branca.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'branca.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'branca.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'branca.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying branca/_cnames.json -> build/lib/branca copying branca/_schemes.json -> build/lib/branca copying branca/scheme_base_codes.json -> build/lib/branca copying branca/scheme_info.json -> build/lib/branca creating build/lib/branca/plugins copying branca/plugins/__init__.py -> build/lib/branca/plugins creating build/lib/branca/templates copying branca/templates/color_scale.js -> build/lib/branca/templates >>> py3-branca: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py:264: UserWarning: Unknown distribution option: 'use_scm_version' warnings.warn(msg) running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing branca.egg-info/PKG-INFO writing dependency_links to branca.egg-info/dependency_links.txt writing requirements to branca.egg-info/requires.txt writing top-level names to branca.egg-info/top_level.txt reading manifest file 'branca.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs' no previously-included directories found matching 'tests' no previously-included directories found matching 'examples' warning: no previously-included files found matching '*.yml' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.isort.cfg' warning: no previously-included files found matching 'branca/_version.py' warning: no previously-included files found matching '.github' adding license file 'LICENSE.txt' writing manifest file 'branca.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'branca.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'branca.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'branca.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'branca.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'branca.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'branca.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'branca.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'branca.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running install_lib creating /home/buildozer/aports/community/py3-branca/pkg creating /home/buildozer/aports/community/py3-branca/pkg/py3-branca creating /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr creating /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib creating /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca copying build/lib/branca/scheme_base_codes.json -> /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca copying build/lib/branca/scheme_info.json -> /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca copying build/lib/branca/element.py -> /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca copying build/lib/branca/colormap.py -> /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca copying build/lib/branca/_cnames.json -> /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca creating /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca/templates copying build/lib/branca/templates/color_scale.js -> /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca/templates copying build/lib/branca/__init__.py -> /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca creating /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca/plugins copying build/lib/branca/plugins/__init__.py -> /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca/plugins copying build/lib/branca/utilities.py -> /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca copying build/lib/branca/_schemes.json -> /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca byte-compiling /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca/element.py to element.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca/colormap.py to colormap.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca/plugins/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca/utilities.py to utilities.cpython-310.pyc running install_egg_info Copying branca.egg-info to /home/buildozer/aports/community/py3-branca/pkg/py3-branca/usr/lib/python3.10/site-packages/branca-0.0.0-py3.10.egg-info running install_scripts >>> py3-branca*: Running postcheck for py3-branca >>> py3-branca*: Preparing package py3-branca... >>> py3-branca*: Tracing dependencies... >>> py3-branca*: Package size: 240.0 KB >>> py3-branca*: Compressing data... >>> py3-branca*: Create checksum... >>> py3-branca*: Create py3-branca-0.6.0-r0.apk >>> py3-branca: Build complete at Wed, 09 Nov 2022 10:15:19 +0000 elapsed time 0h 0m 6s >>> py3-branca: Cleaning up srcdir >>> py3-branca: Cleaning up pkgdir >>> py3-branca: Uninstalling dependencies... (1/14) Purging .makedepends-py3-branca (20221109.101514) (2/14) Purging py3-jinja2 (3.1.2-r0) (3/14) Purging py3-markupsafe (2.1.1-r1) (4/14) Purging py3-setuptools (65.5.1-r0) (5/14) Purging py3-packaging (21.3-r2) (6/14) Purging py3-parsing (3.0.9-r0) (7/14) Purging python3 (3.10.8-r3) (8/14) Purging libbz2 (1.0.8-r3) (9/14) Purging libffi (3.4.4-r0) (10/14) Purging gdbm (1.23-r0) (11/14) Purging xz-libs (5.2.7-r0) (12/14) Purging mpdecimal (2.5.1-r1) (13/14) Purging readline (8.2.0-r0) (14/14) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 92 packages >>> py3-branca: Updating the community/armv7 repository index... >>> py3-branca: Signing the index...