>>> py3-flask-restx: Building community/py3-flask-restx 1.3.0-r0 (using abuild 3.12.0-r3) started Sat, 17 Feb 2024 18:26:17 +0000 >>> py3-flask-restx: Checking sanity of /home/buildozer/aports/community/py3-flask-restx/APKBUILD... >>> py3-flask-restx: Analyzing dependencies... >>> py3-flask-restx: Installing for build: build-base py3-flask py3-aniso8601 py3-jsonschema py3-tz py3-werkzeug py3-setuptools (1/47) Installing libbz2 (1.0.8-r6) (2/47) Installing libffi (3.4.4-r3) (3/47) Installing gdbm (1.23-r1) (4/47) Installing xz-libs (5.4.6-r0) (5/47) Installing mpdecimal (4.0.0-r0) (6/47) Installing libpanelw (6.4_p20231125-r0) (7/47) Installing readline (8.2.10-r0) (8/47) Installing sqlite-libs (3.45.1-r0) (9/47) Installing python3 (3.11.7-r1) (10/47) Installing python3-pycache-pyc0 (3.11.7-r1) (11/47) Installing pyc (3.11.7-r1) (12/47) Installing py3-blinker-pyc (1.7.0-r0) (13/47) Installing py3-click (8.1.7-r0) (14/47) Installing py3-click-pyc (8.1.7-r0) (15/47) Installing py3-itsdangerous (2.1.2-r3) (16/47) Installing py3-itsdangerous-pyc (2.1.2-r3) (17/47) Installing py3-markupsafe (2.1.5-r0) (18/47) Installing py3-markupsafe-pyc (2.1.5-r0) (19/47) Installing py3-jinja2 (3.1.3-r0) (20/47) Installing py3-jinja2-pyc (3.1.3-r0) (21/47) Installing py3-werkzeug (2.3.8-r0) (22/47) Installing py3-werkzeug-pyc (2.3.8-r0) (23/47) Installing py3-flask-pyc (2.3.3-r0) (24/47) Installing python3-pyc (3.11.7-r1) (25/47) Installing py3-blinker (1.7.0-r0) (26/47) Installing py3-flask (2.3.3-r0) (27/47) Installing py3-aniso8601 (9.0.1-r2) (28/47) Installing py3-aniso8601-pyc (9.0.1-r2) (29/47) Installing py3-attrs (23.2.0-r0) (30/47) Installing py3-attrs-pyc (23.2.0-r0) (31/47) Installing py3-rpds-py (0.10.6-r0) (32/47) Installing py3-rpds-py-pyc (0.10.6-r0) (33/47) Installing py3-referencing (0.33.0-r0) (34/47) Installing py3-referencing-pyc (0.33.0-r0) (35/47) Installing py3-jsonschema-specifications (2023.12.1-r0) (36/47) Installing py3-jsonschema-specifications-pyc (2023.12.1-r0) (37/47) Installing py3-jsonschema (4.21.1-r0) (38/47) Installing py3-jsonschema-pyc (4.21.1-r0) (39/47) Installing py3-tz (2024.1-r0) (40/47) Installing py3-tz-pyc (2024.1-r0) (41/47) Installing py3-parsing (3.1.1-r0) (42/47) Installing py3-parsing-pyc (3.1.1-r0) (43/47) Installing py3-packaging (23.2-r0) (44/47) Installing py3-packaging-pyc (23.2-r0) (45/47) Installing py3-setuptools (69.1.0-r0) (46/47) Installing py3-setuptools-pyc (69.1.0-r0) (47/47) Installing .makedepends-py3-flask-restx (20240217.182618) Executing busybox-1.36.1-r19.trigger OK: 375 MiB in 149 packages >>> py3-flask-restx: Cleaning up srcdir >>> py3-flask-restx: Cleaning up pkgdir >>> py3-flask-restx: Cleaning up tmpdir >>> py3-flask-restx: Fetching https://distfiles.alpinelinux.org/distfiles/edge/flask-restx-1.3.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-flask-restx: Fetching flask-restx-1.3.0.tar.gz::https://github.com/python-restx/flask-restx/archive/refs/tags/1.3.0.tar.gz Connecting to github.com (140.82.113.3:443) Connecting to codeload.github.com (140.82.114.9:443) saving to '/var/cache/distfiles/flask-restx-1.3.0.tar.gz.part' flask-restx-1.3.0.ta 100% |********************************| 390k 0:00:00 ETA '/var/cache/distfiles/flask-restx-1.3.0.tar.gz.part' saved >>> py3-flask-restx: Fetching https://distfiles.alpinelinux.org/distfiles/edge/flask-restx-1.3.0.tar.gz >>> py3-flask-restx: Checking sha512sums... flask-restx-1.3.0.tar.gz: OK >>> py3-flask-restx: Unpacking /var/cache/distfiles/flask-restx-1.3.0.tar.gz... /usr/lib/python3.11/site-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'dev_require' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/flask_restx copying flask_restx/errors.py -> build/lib/flask_restx copying flask_restx/postman.py -> build/lib/flask_restx copying flask_restx/fields.py -> build/lib/flask_restx copying flask_restx/cors.py -> build/lib/flask_restx copying flask_restx/model.py -> build/lib/flask_restx copying flask_restx/reqparse.py -> build/lib/flask_restx copying flask_restx/swagger.py -> build/lib/flask_restx copying flask_restx/utils.py -> build/lib/flask_restx copying flask_restx/marshalling.py -> build/lib/flask_restx copying flask_restx/resource.py -> build/lib/flask_restx copying flask_restx/inputs.py -> build/lib/flask_restx copying flask_restx/representations.py -> build/lib/flask_restx copying flask_restx/mask.py -> build/lib/flask_restx copying flask_restx/namespace.py -> build/lib/flask_restx copying flask_restx/apidoc.py -> build/lib/flask_restx copying flask_restx/__about__.py -> build/lib/flask_restx copying flask_restx/api.py -> build/lib/flask_restx copying flask_restx/_http.py -> build/lib/flask_restx copying flask_restx/__init__.py -> build/lib/flask_restx creating build/lib/flask_restx/schemas copying flask_restx/schemas/__init__.py -> build/lib/flask_restx/schemas running egg_info creating flask_restx.egg-info writing flask_restx.egg-info/PKG-INFO writing dependency_links to flask_restx.egg-info/dependency_links.txt writing requirements to flask_restx.egg-info/requires.txt writing top-level names to flask_restx.egg-info/top_level.txt writing manifest file 'flask_restx.egg-info/SOURCES.txt' reading manifest file 'flask_restx.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'flask_restx.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_restx.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_restx.templates' 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 'flask_restx.templates' 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 'flask_restx.templates' to be distributed and are already explicitly excluding 'flask_restx.templates' 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/flask_restx/templates copying flask_restx/templates/swagger-ui-css.html -> build/lib/flask_restx/templates copying flask_restx/templates/swagger-ui-libs.html -> build/lib/flask_restx/templates copying flask_restx/templates/swagger-ui.html -> build/lib/flask_restx/templates copying flask_restx/schemas/oas-2.0.json -> build/lib/flask_restx/schemas >>> py3-flask-restx: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'dev_require' warnings.warn(msg) 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-flask-restx/pkg creating /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx creating /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr creating /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib creating /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/errors.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/postman.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/fields.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx creating /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/templates copying build/lib/flask_restx/templates/swagger-ui-css.html -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/templates copying build/lib/flask_restx/templates/swagger-ui-libs.html -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/templates copying build/lib/flask_restx/templates/swagger-ui.html -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/templates copying build/lib/flask_restx/cors.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/model.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/reqparse.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/swagger.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx creating /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/schemas copying build/lib/flask_restx/schemas/oas-2.0.json -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/schemas copying build/lib/flask_restx/schemas/__init__.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/schemas copying build/lib/flask_restx/utils.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/marshalling.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/resource.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/inputs.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/representations.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/mask.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/namespace.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/apidoc.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/__about__.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/api.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/_http.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx copying build/lib/flask_restx/__init__.py -> /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/errors.py to errors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/postman.py to postman.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/fields.py to fields.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/cors.py to cors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/model.py to model.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/reqparse.py to reqparse.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/swagger.py to swagger.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/schemas/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/marshalling.py to marshalling.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/resource.py to resource.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/inputs.py to inputs.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/representations.py to representations.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/mask.py to mask.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/namespace.py to namespace.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/apidoc.py to apidoc.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/__about__.py to __about__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/api.py to api.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/_http.py to _http.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info writing flask_restx.egg-info/PKG-INFO writing dependency_links to flask_restx.egg-info/dependency_links.txt writing requirements to flask_restx.egg-info/requires.txt writing top-level names to flask_restx.egg-info/top_level.txt reading manifest file 'flask_restx.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'flask_restx.egg-info/SOURCES.txt' Copying flask_restx.egg-info to /home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx-1.3.0-py3.11.egg-info running install_scripts >>> py3-flask-restx-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/__pycache__' -> '/home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx-pyc/usr/lib/python3.11/site-packages/flask_restx/__pycache__' '/home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx/usr/lib/python3.11/site-packages/flask_restx/schemas/__pycache__' -> '/home/buildozer/aports/community/py3-flask-restx/pkg/py3-flask-restx-pyc/usr/lib/python3.11/site-packages/flask_restx/schemas/__pycache__' >>> py3-flask-restx-pyc*: Preparing subpackage py3-flask-restx-pyc... >>> py3-flask-restx-pyc*: Running postcheck for py3-flask-restx-pyc >>> py3-flask-restx*: Running postcheck for py3-flask-restx >>> py3-flask-restx*: Preparing package py3-flask-restx... >>> py3-flask-restx-pyc*: Tracing dependencies... py3-flask py3-aniso8601 py3-jsonschema py3-tz py3-werkzeug py3-setuptools python3~3.11 >>> py3-flask-restx-pyc*: Package size: 356.0 KB >>> py3-flask-restx-pyc*: Compressing data... >>> py3-flask-restx-pyc*: Create checksum... >>> py3-flask-restx-pyc*: Create py3-flask-restx-pyc-1.3.0-r0.apk >>> py3-flask-restx*: Tracing dependencies... py3-flask py3-aniso8601 py3-jsonschema py3-tz py3-werkzeug py3-setuptools python3~3.11 >>> py3-flask-restx*: Package size: 360.0 KB >>> py3-flask-restx*: Compressing data... >>> py3-flask-restx*: Create checksum... >>> py3-flask-restx*: Create py3-flask-restx-1.3.0-r0.apk >>> py3-flask-restx: Build complete at Sat, 17 Feb 2024 18:26:21 +0000 elapsed time 0h 0m 4s >>> py3-flask-restx: Cleaning up srcdir >>> py3-flask-restx: Cleaning up pkgdir >>> py3-flask-restx: Uninstalling dependencies... (1/47) Purging .makedepends-py3-flask-restx (20240217.182618) (2/47) Purging py3-flask-pyc (2.3.3-r0) (3/47) Purging py3-flask (2.3.3-r0) (4/47) Purging py3-blinker-pyc (1.7.0-r0) (5/47) Purging py3-blinker (1.7.0-r0) (6/47) Purging py3-click-pyc (8.1.7-r0) (7/47) Purging py3-click (8.1.7-r0) (8/47) Purging py3-itsdangerous-pyc (2.1.2-r3) (9/47) Purging py3-itsdangerous (2.1.2-r3) (10/47) Purging py3-jinja2-pyc (3.1.3-r0) (11/47) Purging py3-jinja2 (3.1.3-r0) (12/47) Purging py3-aniso8601-pyc (9.0.1-r2) (13/47) Purging py3-aniso8601 (9.0.1-r2) (14/47) Purging py3-jsonschema-pyc (4.21.1-r0) (15/47) Purging py3-jsonschema (4.21.1-r0) (16/47) Purging py3-jsonschema-specifications-pyc (2023.12.1-r0) (17/47) Purging py3-jsonschema-specifications (2023.12.1-r0) (18/47) Purging py3-referencing-pyc (0.33.0-r0) (19/47) Purging py3-referencing (0.33.0-r0) (20/47) Purging py3-attrs-pyc (23.2.0-r0) (21/47) Purging py3-attrs (23.2.0-r0) (22/47) Purging py3-rpds-py-pyc (0.10.6-r0) (23/47) Purging py3-rpds-py (0.10.6-r0) (24/47) Purging py3-tz-pyc (2024.1-r0) (25/47) Purging py3-tz (2024.1-r0) (26/47) Purging py3-werkzeug-pyc (2.3.8-r0) (27/47) Purging py3-werkzeug (2.3.8-r0) (28/47) Purging py3-markupsafe-pyc (2.1.5-r0) (29/47) Purging py3-markupsafe (2.1.5-r0) (30/47) Purging py3-setuptools-pyc (69.1.0-r0) (31/47) Purging py3-setuptools (69.1.0-r0) (32/47) Purging py3-packaging-pyc (23.2-r0) (33/47) Purging py3-packaging (23.2-r0) (34/47) Purging py3-parsing-pyc (3.1.1-r0) (35/47) Purging py3-parsing (3.1.1-r0) (36/47) Purging python3-pyc (3.11.7-r1) (37/47) Purging python3-pycache-pyc0 (3.11.7-r1) (38/47) Purging pyc (3.11.7-r1) (39/47) Purging python3 (3.11.7-r1) (40/47) Purging gdbm (1.23-r1) (41/47) Purging libbz2 (1.0.8-r6) (42/47) Purging libffi (3.4.4-r3) (43/47) Purging libpanelw (6.4_p20231125-r0) (44/47) Purging mpdecimal (4.0.0-r0) (45/47) Purging readline (8.2.10-r0) (46/47) Purging sqlite-libs (3.45.1-r0) (47/47) Purging xz-libs (5.4.6-r0) Executing busybox-1.36.1-r19.trigger OK: 315 MiB in 102 packages >>> py3-flask-restx: Updating the community/armhf repository index... >>> py3-flask-restx: Signing the index...