>>> py3-json2html: Building community/py3-json2html 1.3.0-r1 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 14:15:03 +0000
>>> py3-json2html: Checking sanity of /home/buildozer/aports/community/py3-json2html/APKBUILD...
>>> py3-json2html: Analyzing dependencies...
>>> py3-json2html: Installing for build: build-base python3 py3-build py3-installer py3-wheel py3-setuptools
(1/25) Installing libffi (3.4.6-r0)
(2/25) Installing gdbm (1.23-r1)
(3/25) Installing mpdecimal (4.0.0-r0)
(4/25) Installing libpanelw (6.4_p20240330-r0)
(5/25) Installing readline (8.2.10-r0)
(6/25) Installing sqlite-libs (3.45.2-r0)
(7/25) Installing python3 (3.12.3-r0)
(8/25) Installing python3-pycache-pyc0 (3.12.3-r0)
(9/25) Installing pyc (3.12.3-r0)
(10/25) Installing python3-pyc (3.12.3-r0)
(11/25) Installing py3-parsing (3.1.2-r1)
(12/25) Installing py3-parsing-pyc (3.1.2-r1)
(13/25) Installing py3-packaging (24.0-r1)
(14/25) Installing py3-packaging-pyc (24.0-r1)
(15/25) Installing py3-pyproject-hooks (1.0.0-r2)
(16/25) Installing py3-pyproject-hooks-pyc (1.0.0-r2)
(17/25) Installing py3-build (1.2.1-r0)
(18/25) Installing py3-build-pyc (1.2.1-r0)
(19/25) Installing py3-installer (0.7.0-r2)
(20/25) Installing py3-installer-pyc (0.7.0-r2)
(21/25) Installing py3-wheel (0.42.0-r1)
(22/25) Installing py3-wheel-pyc (0.42.0-r1)
(23/25) Installing py3-setuptools (69.2.0-r2)
(24/25) Installing py3-setuptools-pyc (69.2.0-r2)
(25/25) Installing .makedepends-py3-json2html (20240413.141505)
Executing busybox-1.36.1-r25.trigger
OK: 317 MiB in 135 packages
>>> py3-json2html: Cleaning up srcdir
>>> py3-json2html: Cleaning up pkgdir
>>> py3-json2html: Cleaning up tmpdir
>>> py3-json2html: Fetching https://distfiles.alpinelinux.org/distfiles/edge/json2html-1.3.0.tar.gz
>>> py3-json2html: Fetching https://distfiles.alpinelinux.org/distfiles/edge/json2html-1.3.0.tar.gz
>>> py3-json2html: Checking sha512sums...
json2html-1.3.0.tar.gz: OK
>>> py3-json2html: Unpacking /var/cache/distfiles/json2html-1.3.0.tar.gz...
* Getting build dependencies for wheel...
/usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'description-file' will not be supported in future
versions. Please use the underscore name 'description_file' instead.
By 2024-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'max-line-length' will not be supported in future
versions. Please use the underscore name 'max_line_length' instead.
By 2024-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
Warning: 'classifiers' should be a list, got type 'tuple'
running egg_info
writing json2html.egg-info/PKG-INFO
writing dependency_links to json2html.egg-info/dependency_links.txt
writing top-level names to json2html.egg-info/top_level.txt
reading manifest file 'json2html.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'json2html.egg-info/SOURCES.txt'
* Building wheel...
Warning: 'classifiers' should be a list, got type 'tuple'
/usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'description-file' will not be supported in future
versions. Please use the underscore name 'description_file' instead.
By 2024-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'max-line-length' will not be supported in future
versions. Please use the underscore name 'max_line_length' instead.
By 2024-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/json2html
copying json2html/jsonconv.py -> build/lib/json2html
copying json2html/__init__.py -> build/lib/json2html
installing to build/bdist.linux-ppc64le/wheel
running install
running install_lib
creating build/bdist.linux-ppc64le
creating build/bdist.linux-ppc64le/wheel
creating build/bdist.linux-ppc64le/wheel/json2html
copying build/lib/json2html/jsonconv.py -> build/bdist.linux-ppc64le/wheel/json2html
copying build/lib/json2html/__init__.py -> build/bdist.linux-ppc64le/wheel/json2html
running install_egg_info
running egg_info
writing json2html.egg-info/PKG-INFO
writing dependency_links to json2html.egg-info/dependency_links.txt
writing top-level names to json2html.egg-info/top_level.txt
reading manifest file 'json2html.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'json2html.egg-info/SOURCES.txt'
Copying json2html.egg-info to build/bdist.linux-ppc64le/wheel/json2html-1.3.0-py3.12.egg-info
running install_scripts
creating build/bdist.linux-ppc64le/wheel/json2html-1.3.0.dist-info/WHEEL
creating '/home/buildozer/aports/community/py3-json2html/src/json2html-1.3.0/dist/.tmp-uj68m4b5/json2html-1.3.0-py3-none-any.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it
adding 'json2html/__init__.py'
adding 'json2html/jsonconv.py'
adding 'json2html-1.3.0.dist-info/LICENSE.txt'
adding 'json2html-1.3.0.dist-info/METADATA'
adding 'json2html-1.3.0.dist-info/WHEEL'
adding 'json2html-1.3.0.dist-info/top_level.txt'
adding 'json2html-1.3.0.dist-info/RECORD'
removing build/bdist.linux-ppc64le/wheel
Successfully built json2html-1.3.0-py3-none-any.whl
>>> py3-json2html: Entering fakeroot...
>>> py3-json2html-pyc*: Running split function pyc...
'/home/buildozer/aports/community/py3-json2html/pkg/py3-json2html/usr/lib/python3.12/site-packages/json2html/__pycache__' -> '/home/buildozer/aports/community/py3-json2html/pkg/py3-json2html-pyc/usr/lib/python3.12/site-packages/json2html/__pycache__'
>>> py3-json2html-pyc*: Preparing subpackage py3-json2html-pyc...
>>> py3-json2html-pyc*: Running postcheck for py3-json2html-pyc
>>> py3-json2html*: Running postcheck for py3-json2html
>>> py3-json2html*: Preparing package py3-json2html...
>>> py3-json2html-pyc*: Tracing dependencies...
python3
python3~3.12
>>> py3-json2html-pyc*: Package size: 40.0 KB
>>> py3-json2html-pyc*: Compressing data...
>>> py3-json2html-pyc*: Create checksum...
>>> py3-json2html-pyc*: Create py3-json2html-pyc-1.3.0-r1.apk
>>> py3-json2html*: Tracing dependencies...
python3
python3~3.12
>>> py3-json2html*: Package size: 68.0 KB
>>> py3-json2html*: Compressing data...
>>> py3-json2html*: Create checksum...
>>> py3-json2html*: Create py3-json2html-1.3.0-r1.apk
>>> py3-json2html: Build complete at Sat, 13 Apr 2024 14:15:06 +0000 elapsed time 0h 0m 3s
>>> py3-json2html: Cleaning up srcdir
>>> py3-json2html: Cleaning up pkgdir
>>> py3-json2html: Uninstalling dependencies...
(1/25) Purging .makedepends-py3-json2html (20240413.141505)
(2/25) Purging py3-build-pyc (1.2.1-r0)
(3/25) Purging py3-build (1.2.1-r0)
(4/25) Purging py3-pyproject-hooks-pyc (1.0.0-r2)
(5/25) Purging py3-pyproject-hooks (1.0.0-r2)
(6/25) Purging py3-installer-pyc (0.7.0-r2)
(7/25) Purging py3-installer (0.7.0-r2)
(8/25) Purging py3-wheel-pyc (0.42.0-r1)
(9/25) Purging py3-wheel (0.42.0-r1)
(10/25) Purging py3-setuptools-pyc (69.2.0-r2)
(11/25) Purging py3-setuptools (69.2.0-r2)
(12/25) Purging py3-packaging-pyc (24.0-r1)
(13/25) Purging py3-packaging (24.0-r1)
(14/25) Purging py3-parsing-pyc (3.1.2-r1)
(15/25) Purging py3-parsing (3.1.2-r1)
(16/25) Purging python3-pyc (3.12.3-r0)
(17/25) Purging python3-pycache-pyc0 (3.12.3-r0)
(18/25) Purging pyc (3.12.3-r0)
(19/25) Purging python3 (3.12.3-r0)
(20/25) Purging gdbm (1.23-r1)
(21/25) Purging libffi (3.4.6-r0)
(22/25) Purging libpanelw (6.4_p20240330-r0)
(23/25) Purging mpdecimal (4.0.0-r0)
(24/25) Purging readline (8.2.10-r0)
(25/25) Purging sqlite-libs (3.45.2-r0)
Executing busybox-1.36.1-r25.trigger
OK: 263 MiB in 110 packages
>>> py3-json2html: Updating the community/ppc64le repository index...
>>> py3-json2html: Signing the index...