>>> pyradio: Building testing/pyradio 0.9.1-r0 (using abuild 3.10.0-r0) started Thu, 23 Feb 2023 00:50:43 +0000 >>> pyradio: Checking sanity of /home/buildozer/aports/testing/pyradio/APKBUILD... >>> pyradio: Analyzing dependencies... >>> pyradio: Installing for build: build-base python3 py3-dnspython py3-psutil py3-requests py3-setuptools (1/20) Installing libbz2 (1.0.8-r4) (2/20) Installing libffi (3.4.4-r0) (3/20) Installing gdbm (1.23-r0) (4/20) Installing xz-libs (5.4.1-r0) (5/20) Installing mpdecimal (2.5.1-r1) (6/20) Installing libpanelw (6.4_p20230218-r3) (7/20) Installing readline (8.2.001-r0) (8/20) Installing sqlite-libs (3.41.0-r0) (9/20) Installing python3 (3.11.2-r0) (10/20) Installing py3-dnspython (2.3.0-r1) (11/20) Installing py3-psutil (5.9.4-r1) (12/20) Installing py3-certifi (2022.12.7-r0) (13/20) Installing py3-charset-normalizer (3.0.1-r1) (14/20) Installing py3-idna (3.4-r3) (15/20) Installing py3-urllib3 (1.26.14-r0) (16/20) Installing py3-requests (2.28.2-r0) (17/20) Installing py3-parsing (3.0.9-r1) (18/20) Installing py3-packaging (23.0-r0) (19/20) Installing py3-setuptools (67.4.0-r0) (20/20) Installing .makedepends-pyradio (20230223.005044) Executing busybox-1.36.0-r4.trigger OK: 502 MiB in 116 packages >>> pyradio: Cleaning up srcdir >>> pyradio: Cleaning up pkgdir >>> pyradio: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyradio-0.9.1.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 22 905k 22 207k 0 0 243k 0 0:00:03 --:--:-- 0:00:03 243k 100 905k 100 905k 0 0 827k 0 0:00:01 0:00:01 --:--:-- 828k >>> pyradio: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyradio-0.9.1.tar.gz >>> pyradio: Checking sha512sums... pyradio-0.9.1.tar.gz: OK >>> pyradio: Unpacking /var/cache/distfiles/edge/pyradio-0.9.1.tar.gz... /usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:103: _WouldIgnoreField: 'license' defined outside of `pyproject.toml` would be ignored. !! ########################################################################## # configuration would be ignored/result in error due to `pyproject.toml` # ########################################################################## The following seems to be defined outside of `pyproject.toml`: `license = 'MIT'` According to the spec (see the link below), however, setuptools CANNOT consider this value unless 'license' is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ For the time being, `setuptools` will still consider the given value (as a **transitional** measure), but please note that future releases of setuptools will follow strictly the standard. To prevent this warning, you can list 'license' under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. !! warnings.warn(msg, _WouldIgnoreField) /usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:103: _WouldIgnoreField: 'entry-points' defined outside of `pyproject.toml` would be ignored. !! ########################################################################## # configuration would be ignored/result in error due to `pyproject.toml` # ########################################################################## The following seems to be defined outside of `pyproject.toml`: `entry-points = {'console_scripts': ['pyradio = pyradio.main:shell']}` According to the spec (see the link below), however, setuptools CANNOT consider this value unless 'entry-points' is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ For the time being, `setuptools` will still consider the given value (as a **transitional** measure), but please note that future releases of setuptools will follow strictly the standard. To prevent this warning, you can list 'entry-points' under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. !! warnings.warn(msg, _WouldIgnoreField) running build running build_py creating build creating build/lib creating build/lib/pyradio copying pyradio/window_stack.py -> build/lib/pyradio copying pyradio/edit.py -> build/lib/pyradio copying pyradio/cjkwrap.py -> build/lib/pyradio copying pyradio/countries.py -> build/lib/pyradio copying pyradio/themes.py -> build/lib/pyradio copying pyradio/simple_curses_widgets.py -> build/lib/pyradio copying pyradio/ping.py -> build/lib/pyradio copying pyradio/common.py -> build/lib/pyradio copying pyradio/radio.py -> build/lib/pyradio copying pyradio/encodings.py -> build/lib/pyradio copying pyradio/win.py -> build/lib/pyradio copying pyradio/html_help.py -> build/lib/pyradio copying pyradio/config.py -> build/lib/pyradio copying pyradio/log.py -> build/lib/pyradio copying pyradio/compare_files.py -> build/lib/pyradio copying pyradio/main.py -> build/lib/pyradio copying pyradio/del_vlc_log.py -> build/lib/pyradio copying pyradio/schedule.py -> build/lib/pyradio copying pyradio/__init__.py -> build/lib/pyradio copying pyradio/player.py -> build/lib/pyradio copying pyradio/schedule_win.py -> build/lib/pyradio copying pyradio/server.py -> build/lib/pyradio copying pyradio/install.py -> build/lib/pyradio copying pyradio/config_window.py -> build/lib/pyradio copying pyradio/browser.py -> build/lib/pyradio copying pyradio/win_del_old_inst.py -> build/lib/pyradio running egg_info creating pyradio.egg-info writing pyradio.egg-info/PKG-INFO writing dependency_links to pyradio.egg-info/dependency_links.txt writing entry points to pyradio.egg-info/entry_points.txt writing requirements to pyradio.egg-info/requires.txt writing top-level names to pyradio.egg-info/top_level.txt writing manifest file 'pyradio.egg-info/SOURCES.txt' reading manifest file 'pyradio.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '*.pyc' warning: no previously-included files found matching '*.orig' adding license file 'LICENCE' writing manifest file 'pyradio.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pyradio.__pycache__' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'pyradio.__pycache__' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'pyradio.__pycache__' 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 'pyradio.__pycache__' 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.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pyradio.icons' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'pyradio.icons' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'pyradio.icons' 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 'pyradio.icons' 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.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pyradio.themes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'pyradio.themes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'pyradio.themes' 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 'pyradio.themes' 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 pyradio/config -> build/lib/pyradio copying pyradio/notification -> build/lib/pyradio copying pyradio/stations.csv -> build/lib/pyradio creating build/lib/pyradio/__pycache__ copying pyradio/__pycache__/__init__.cpython-311.pyc -> build/lib/pyradio/__pycache__ creating build/lib/pyradio/icons copying pyradio/icons/pyradio.ico -> build/lib/pyradio/icons copying pyradio/icons/pyradio.png -> build/lib/pyradio/icons creating build/lib/pyradio/themes copying pyradio/themes/classic_by_obsdg.pyradio-theme -> build/lib/pyradio/themes copying pyradio/themes/cupcake_by_edunfelt.pyradio-theme -> build/lib/pyradio/themes copying pyradio/themes/fairyflossy_by_edunfelt.pyradio-theme -> build/lib/pyradio/themes copying pyradio/themes/gruvbox_dark_by_sng.pyradio-theme -> build/lib/pyradio/themes copying pyradio/themes/gruvbox_light_by_sng.pyradio-theme -> build/lib/pyradio/themes copying pyradio/themes/minima_by_ben_chile.pyradio-theme -> build/lib/pyradio/themes copying pyradio/themes/pastel_based_by_sng.pyradio-theme -> build/lib/pyradio/themes >>> pyradio: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:103: _WouldIgnoreField: 'license' defined outside of `pyproject.toml` would be ignored. !! ########################################################################## # configuration would be ignored/result in error due to `pyproject.toml` # ########################################################################## The following seems to be defined outside of `pyproject.toml`: `license = 'MIT'` According to the spec (see the link below), however, setuptools CANNOT consider this value unless 'license' is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ For the time being, `setuptools` will still consider the given value (as a **transitional** measure), but please note that future releases of setuptools will follow strictly the standard. To prevent this warning, you can list 'license' under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. !! warnings.warn(msg, _WouldIgnoreField) /usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:103: _WouldIgnoreField: 'entry-points' defined outside of `pyproject.toml` would be ignored. !! ########################################################################## # configuration would be ignored/result in error due to `pyproject.toml` # ########################################################################## The following seems to be defined outside of `pyproject.toml`: `entry-points = {'console_scripts': ['pyradio = pyradio.main:shell']}` According to the spec (see the link below), however, setuptools CANNOT consider this value unless 'entry-points' is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ For the time being, `setuptools` will still consider the given value (as a **transitional** measure), but please note that future releases of setuptools will follow strictly the standard. To prevent this warning, you can list 'entry-points' under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. !! warnings.warn(msg, _WouldIgnoreField) running install /usr/lib/python3.11/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 install_lib creating /home/buildozer/aports/testing/pyradio/pkg creating /home/buildozer/aports/testing/pyradio/pkg/pyradio creating /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr creating /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib creating /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11 creating /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/window_stack.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/edit.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/cjkwrap.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/countries.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/config -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/themes.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio creating /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/icons copying build/lib/pyradio/icons/pyradio.png -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/icons copying build/lib/pyradio/icons/pyradio.ico -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/icons copying build/lib/pyradio/simple_curses_widgets.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio creating /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/__pycache__ copying build/lib/pyradio/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/__pycache__ copying build/lib/pyradio/ping.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/common.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/radio.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/encodings.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/win.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/html_help.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/config.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/log.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/compare_files.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/main.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/del_vlc_log.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/notification -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/schedule.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/__init__.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/player.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/schedule_win.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio creating /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/themes copying build/lib/pyradio/themes/fairyflossy_by_edunfelt.pyradio-theme -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/themes copying build/lib/pyradio/themes/minima_by_ben_chile.pyradio-theme -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/themes copying build/lib/pyradio/themes/gruvbox_dark_by_sng.pyradio-theme -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/themes copying build/lib/pyradio/themes/cupcake_by_edunfelt.pyradio-theme -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/themes copying build/lib/pyradio/themes/gruvbox_light_by_sng.pyradio-theme -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/themes copying build/lib/pyradio/themes/classic_by_obsdg.pyradio-theme -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/themes copying build/lib/pyradio/themes/pastel_based_by_sng.pyradio-theme -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/themes copying build/lib/pyradio/server.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/install.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/config_window.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/browser.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/win_del_old_inst.py -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio copying build/lib/pyradio/stations.csv -> /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/window_stack.py to window_stack.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/edit.py to edit.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/cjkwrap.py to cjkwrap.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/countries.py to countries.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/themes.py to themes.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/simple_curses_widgets.py to simple_curses_widgets.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/ping.py to ping.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/common.py to common.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/radio.py to radio.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/encodings.py to encodings.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/win.py to win.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/html_help.py to html_help.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/config.py to config.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/log.py to log.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/compare_files.py to compare_files.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/main.py to main.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/del_vlc_log.py to del_vlc_log.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/schedule.py to schedule.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/player.py to player.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/schedule_win.py to schedule_win.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/server.py to server.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/install.py to install.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/config_window.py to config_window.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/browser.py to browser.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio/win_del_old_inst.py to win_del_old_inst.cpython-311.pyc running install_egg_info running egg_info writing pyradio.egg-info/PKG-INFO writing dependency_links to pyradio.egg-info/dependency_links.txt writing entry points to pyradio.egg-info/entry_points.txt writing requirements to pyradio.egg-info/requires.txt writing top-level names to pyradio.egg-info/top_level.txt reading manifest file 'pyradio.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '*.pyc' warning: no previously-included files found matching '*.orig' adding license file 'LICENCE' writing manifest file 'pyradio.egg-info/SOURCES.txt' Copying pyradio.egg-info to /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/lib/python3.11/site-packages/pyradio-0.9.1-py3.11.egg-info running install_scripts Installing pyradio script to /home/buildozer/aports/testing/pyradio/pkg/pyradio/usr/bin >>> pyradio-doc*: Running split function doc... >>> pyradio-doc*: Preparing subpackage pyradio-doc... >>> pyradio-doc*: Running postcheck for pyradio-doc >>> pyradio*: Running postcheck for pyradio >>> pyradio*: Preparing package pyradio... >>> pyradio-doc*: Tracing dependencies... >>> pyradio-doc*: Package size: 56.0 KB >>> pyradio-doc*: Compressing data... >>> pyradio-doc*: Create checksum... >>> pyradio-doc*: Create pyradio-doc-0.9.1-r0.apk >>> pyradio*: Tracing dependencies... >>> pyradio*: Package size: 4.0 MB >>> pyradio*: Compressing data... >>> pyradio*: Create checksum... >>> pyradio*: Create pyradio-0.9.1-r0.apk >>> pyradio: Build complete at Thu, 23 Feb 2023 00:50:48 +0000 elapsed time 0h 0m 5s >>> pyradio: Cleaning up srcdir >>> pyradio: Cleaning up pkgdir >>> pyradio: Uninstalling dependencies... (1/20) Purging .makedepends-pyradio (20230223.005044) (2/20) Purging py3-dnspython (2.3.0-r1) (3/20) Purging py3-psutil (5.9.4-r1) (4/20) Purging py3-requests (2.28.2-r0) (5/20) Purging py3-certifi (2022.12.7-r0) (6/20) Purging py3-charset-normalizer (3.0.1-r1) (7/20) Purging py3-idna (3.4-r3) (8/20) Purging py3-urllib3 (1.26.14-r0) (9/20) Purging py3-setuptools (67.4.0-r0) (10/20) Purging py3-packaging (23.0-r0) (11/20) Purging py3-parsing (3.0.9-r1) (12/20) Purging python3 (3.11.2-r0) (13/20) Purging libbz2 (1.0.8-r4) (14/20) Purging libffi (3.4.4-r0) (15/20) Purging gdbm (1.23-r0) (16/20) Purging xz-libs (5.4.1-r0) (17/20) Purging mpdecimal (2.5.1-r1) (18/20) Purging libpanelw (6.4_p20230218-r3) (19/20) Purging readline (8.2.001-r0) (20/20) Purging sqlite-libs (3.41.0-r0) Executing busybox-1.36.0-r4.trigger OK: 406 MiB in 96 packages >>> pyradio: Updating the testing/aarch64 repository index... >>> pyradio: Signing the index...