==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: python-autocommand 2.2.2-1 (Sun Nov 20 18:25:08 2022) ==> Retrieving sources... -> Found python-autocommand-2.2.2.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... python-autocommand-2.2.2.tar.gz ... Passed ==> Making package: python-autocommand 2.2.2-1 (Sun 20 Nov 2022 06:25:15 PM MST) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (2) libnsl-2.0.0-2 python-3.10.8-3 Total Download Size: 11.48 MiB Total Installed Size: 55.72 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... python-3.10.8-3-aarch64 downloading... libnsl-2.0.0-2-aarch64 downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing libnsl... installing python... Optional dependencies for python python-setuptools python-pip sqlite [installed] mpdecimal: for decimal xz: for lzma [installed] tk: for tkinter [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (17) cython-0.29.32-2 python-appdirs-1.4.4-7 python-autocommand-2.2.1-1 python-inflect-6.0.2-1 python-jaraco.context-4.1.2-1 python-jaraco.functools-3.5.2-1 python-jaraco.text-3.10.0-1 python-more-itertools-9.0.0-1 python-ordered-set-4.1.0-1 python-packaging-21.3-1 python-pydantic-1.10.2-1 python-pyparsing-3.0.9-1 python-tomli-2.0.1-1 python-trove-classifiers-2022.10.19-1 python-typing_extensions-4.4.0-1 python-validate-pyproject-0.10.1-1 python-setuptools-1:65.5.0-1 Total Download Size: 4.30 MiB Total Installed Size: 21.52 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... cython-0.29.32-2-aarch64 downloading... python-pydantic-1.10.2-1-aarch64 downloading... python-setuptools-1:65.5.0-1-any downloading... python-pyparsing-3.0.9-1-any downloading... python-validate-pyproject-0.10.1-1-any downloading... python-more-itertools-9.0.0-1-any downloading... python-packaging-21.3-1-any downloading... python-inflect-6.0.2-1-any downloading... python-typing_extensions-4.4.0-1-any downloading... python-tomli-2.0.1-1-any downloading... python-autocommand-2.2.1-1-any downloading... python-jaraco.text-3.10.0-1-any downloading... python-appdirs-1.4.4-7-any downloading... python-trove-classifiers-2022.10.19-1-any downloading... python-ordered-set-4.1.0-1-any downloading... python-jaraco.functools-3.5.2-1-any downloading... python-jaraco.context-4.1.2-1-any downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python-appdirs... installing python-more-itertools... installing python-jaraco.functools... installing python-jaraco.context... installing python-autocommand... installing cython... installing python-typing_extensions... installing python-pydantic... Optional dependencies for python-pydantic python-dotenv: for .env file support python-email-validator: for email validation installing python-inflect... installing python-jaraco.text... installing python-ordered-set... installing python-pyparsing... Optional dependencies for python-pyparsing python-railroad-diagrams: for generating Railroad Diagrams python-jinja: for generating Railroad Diagrams installing python-packaging... installing python-tomli... installing python-trove-classifiers... installing python-validate-pyproject... installing python-setuptools... [?25h==> Retrieving sources... -> Found python-autocommand-2.2.2.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting python-autocommand-2.2.2.tar.gz with bsdtar ==> Starting build()... validate_pyproject.api.load_builtin_plugin defines `tool.distutils` schema validate_pyproject.api.load_builtin_plugin defines `tool.setuptools` schema /usr/lib/python3.10/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 = 'LGPLv3'` 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) running build running build_py creating build creating build/lib creating build/lib/autocommand copying src/autocommand/__init__.py -> build/lib/autocommand copying src/autocommand/automain.py -> build/lib/autocommand copying src/autocommand/autocommand.py -> build/lib/autocommand copying src/autocommand/autoparse.py -> build/lib/autocommand copying src/autocommand/autoasync.py -> build/lib/autocommand copying src/autocommand/errors.py -> build/lib/autocommand running egg_info creating src/autocommand.egg-info writing src/autocommand.egg-info/PKG-INFO writing dependency_links to src/autocommand.egg-info/dependency_links.txt writing top-level names to src/autocommand.egg-info/top_level.txt writing manifest file 'src/autocommand.egg-info/SOURCES.txt' reading manifest file 'src/autocommand.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.rst' adding license file 'LICENSE' writing manifest file 'src/autocommand.egg-info/SOURCES.txt' ==> Entering fakeroot environment... ==> Starting package()... validate_pyproject.api.load_builtin_plugin defines `tool.distutils` schema validate_pyproject.api.load_builtin_plugin defines `tool.setuptools` schema /usr/lib/python3.10/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 = 'LGPLv3'` 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) 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 src/autocommand.egg-info/PKG-INFO writing dependency_links to src/autocommand.egg-info/dependency_links.txt writing top-level names to src/autocommand.egg-info/top_level.txt reading manifest file 'src/autocommand.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.rst' adding license file 'LICENSE' writing manifest file 'src/autocommand.egg-info/SOURCES.txt' running install_lib creating /build/python-autocommand/pkg/python-autocommand/usr creating /build/python-autocommand/pkg/python-autocommand/usr/lib creating /build/python-autocommand/pkg/python-autocommand/usr/lib/python3.10 creating /build/python-autocommand/pkg/python-autocommand/usr/lib/python3.10/site-packages creating /build/python-autocommand/pkg/python-autocommand/usr/lib/python3.10/site-packages/autocommand copying build/lib/autocommand/__init__.py -> /build/python-autocommand/pkg/python-autocommand/usr/lib/python3.10/site-packages/autocommand copying build/lib/autocommand/automain.py -> /build/python-autocommand/pkg/python-autocommand/usr/lib/python3.10/site-packages/autocommand copying build/lib/autocommand/autocommand.py -> /build/python-autocommand/pkg/python-autocommand/usr/lib/python3.10/site-packages/autocommand copying build/lib/autocommand/autoparse.py -> /build/python-autocommand/pkg/python-autocommand/usr/lib/python3.10/site-packages/autocommand copying build/lib/autocommand/autoasync.py -> /build/python-autocommand/pkg/python-autocommand/usr/lib/python3.10/site-packages/autocommand copying build/lib/autocommand/errors.py -> /build/python-autocommand/pkg/python-autocommand/usr/lib/python3.10/site-packages/autocommand byte-compiling /build/python-autocommand/pkg/python-autocommand/usr/lib/python3.10/site-packages/autocommand/__init__.py to __init__.cpython-310.pyc byte-compiling /build/python-autocommand/pkg/python-autocommand/usr/lib/python3.10/site-packages/autocommand/automain.py to automain.cpython-310.pyc byte-compiling /build/python-autocommand/pkg/python-autocommand/usr/lib/python3.10/site-packages/autocommand/autocommand.py to autocommand.cpython-310.pyc byte-compiling /build/python-autocommand/pkg/python-autocommand/usr/lib/python3.10/site-packages/autocommand/autoparse.py to autoparse.cpython-310.pyc byte-compiling /build/python-autocommand/pkg/python-autocommand/usr/lib/python3.10/site-packages/autocommand/autoasync.py to autoasync.cpython-310.pyc byte-compiling /build/python-autocommand/pkg/python-autocommand/usr/lib/python3.10/site-packages/autocommand/errors.py to errors.cpython-310.pyc writing byte-compilation script '/tmp/tmpsc8eil_n.py' /usr/bin/python /tmp/tmpsc8eil_n.py removing /tmp/tmpsc8eil_n.py running install_egg_info Copying src/autocommand.egg-info to /build/python-autocommand/pkg/python-autocommand/usr/lib/python3.10/site-packages/autocommand-2.2.2-py3.10.egg-info running install_scripts ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python-autocommand"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-autocommand 2.2.2-1 (Sun 20 Nov 2022 06:25:26 PM MST) ==> Cleaning up...