==> Retrieving sources... -> Found aiocache-0.12.2.tar.gz ==> Generating checksums for source files... ==> Making package: python-aiocache 0.12.2-2 (Wed 20 Nov 2024 03:09:56 PM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (4) New Version Net Change core/mpdecimal 4.0.0-2 0.32 MiB core/python 3.12.7-1 70.07 MiB extra/python-msgpack 1.0.5-2 0.32 MiB extra/python-ujson 5.10.0-1 0.12 MiB Total Installed Size: 70.84 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing mpdecimal... installing python... Optional dependencies for python python-setuptools: for building Python packages using tooling that is usually bundled with Python python-pip: for installing Python packages using tooling that is usually bundled with Python python-pipx: for installing Python software not packaged on Arch Linux sqlite: for a default database integration [installed] xz: for lzma [installed] tk: for tkinter installing python-msgpack... installing python-ujson... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (10) New Version Net Change extra/python-autocommand 2.2.2-6 0.08 MiB extra/python-jaraco.collections 5.0.1-1 0.10 MiB extra/python-jaraco.context 5.3.0-1 0.04 MiB extra/python-jaraco.functools 4.0.2-1 0.07 MiB extra/python-jaraco.text 4.0.0-1 0.08 MiB extra/python-more-itertools 10.3.0-1 0.63 MiB extra/python-packaging 24.2-1 0.66 MiB extra/python-platformdirs 4.3.6-1 0.24 MiB extra/python-wheel 0.45.0-1 0.28 MiB extra/python-setuptools 1:75.2.0-2 7.99 MiB Total Installed Size: 10.18 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python-more-itertools... installing python-jaraco.functools... installing python-jaraco.context... installing python-autocommand... installing python-jaraco.text... Optional dependencies for python-jaraco.text python-inflect: for show-newlines script installing python-jaraco.collections... installing python-packaging... installing python-platformdirs... installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures python-setuptools: for legacy bdist_wheel subcommand [pending] installing python-setuptools... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found aiocache-0.12.2.tar.gz ==> Validating source files with sha512sums... aiocache-0.12.2.tar.gz ... Passed ==> Extracting sources... -> Extracting aiocache-0.12.2.tar.gz with bsdtar ==> Starting build()... running build running build_py creating build/lib/aiocache copying aiocache/lock.py -> build/lib/aiocache copying aiocache/exceptions.py -> build/lib/aiocache copying aiocache/__init__.py -> build/lib/aiocache copying aiocache/decorators.py -> build/lib/aiocache copying aiocache/factory.py -> build/lib/aiocache copying aiocache/plugins.py -> build/lib/aiocache copying aiocache/base.py -> build/lib/aiocache running egg_info writing aiocache.egg-info/PKG-INFO writing dependency_links to aiocache.egg-info/dependency_links.txt writing requirements to aiocache.egg-info/requires.txt writing top-level names to aiocache.egg-info/top_level.txt reading manifest file 'aiocache.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 'aiocache.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'aiocache.backends' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'aiocache.backends' 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 'aiocache.backends' 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 'aiocache.backends' to be distributed and are already explicitly excluding 'aiocache.backends' 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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'aiocache.serializers' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'aiocache.serializers' 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 'aiocache.serializers' 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 'aiocache.serializers' to be distributed and are already explicitly excluding 'aiocache.serializers' 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/aiocache/backends copying aiocache/backends/__init__.py -> build/lib/aiocache/backends copying aiocache/backends/memcached.py -> build/lib/aiocache/backends copying aiocache/backends/memory.py -> build/lib/aiocache/backends copying aiocache/backends/redis.py -> build/lib/aiocache/backends creating build/lib/aiocache/serializers copying aiocache/serializers/__init__.py -> build/lib/aiocache/serializers copying aiocache/serializers/serializers.py -> build/lib/aiocache/serializers ==> Entering fakeroot environment... ==> Starting package()... running install /usr/lib/python3.12/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 /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages creating /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache copying build/lib/aiocache/lock.py -> /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache copying build/lib/aiocache/exceptions.py -> /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache copying build/lib/aiocache/__init__.py -> /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache copying build/lib/aiocache/decorators.py -> /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache copying build/lib/aiocache/factory.py -> /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache creating /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/serializers copying build/lib/aiocache/serializers/__init__.py -> /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/serializers copying build/lib/aiocache/serializers/serializers.py -> /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/serializers copying build/lib/aiocache/plugins.py -> /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache copying build/lib/aiocache/base.py -> /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache creating /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/backends copying build/lib/aiocache/backends/__init__.py -> /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/backends copying build/lib/aiocache/backends/redis.py -> /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/backends copying build/lib/aiocache/backends/memory.py -> /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/backends copying build/lib/aiocache/backends/memcached.py -> /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/backends byte-compiling /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/lock.py to lock.cpython-312.pyc byte-compiling /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/exceptions.py to exceptions.cpython-312.pyc byte-compiling /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/decorators.py to decorators.cpython-312.pyc byte-compiling /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/factory.py to factory.cpython-312.pyc byte-compiling /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/serializers/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/serializers/serializers.py to serializers.cpython-312.pyc byte-compiling /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/plugins.py to plugins.cpython-312.pyc byte-compiling /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/base.py to base.cpython-312.pyc byte-compiling /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/backends/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/backends/redis.py to redis.cpython-312.pyc byte-compiling /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/backends/memory.py to memory.cpython-312.pyc byte-compiling /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache/backends/memcached.py to memcached.cpython-312.pyc writing byte-compilation script '/tmp/tmp1il6vp1w.py' /usr/sbin/python /tmp/tmp1il6vp1w.py removing /tmp/tmp1il6vp1w.py running install_egg_info running egg_info writing aiocache.egg-info/PKG-INFO writing dependency_links to aiocache.egg-info/dependency_links.txt writing requirements to aiocache.egg-info/requires.txt writing top-level names to aiocache.egg-info/top_level.txt reading manifest file 'aiocache.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 'aiocache.egg-info/SOURCES.txt' Copying aiocache.egg-info to /src/packages/libs/python/python-aiocache/pkg/python-aiocache/usr/lib/python3.12/site-packages/aiocache-0.12.2-py3.12.egg-info running install_scripts ==> Tidying install... -> Removing empty directories... -> 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... libfakeroot internal error: payload not recognized! ==> Creating package "python-aiocache"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-aiocache 0.12.2-2 (Wed 20 Nov 2024 03:10:03 PM UTC) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... :: git optionally requires python: git svn & git p4 :: iproute2 optionally requires python: for routel :: libevent optionally requires python: event_rpcgen.py :: libxml2 optionally requires python: Python bindings :: rsync optionally requires python: for rrsync :: util-linux-libs optionally requires python: python bindings to libmount Package (14) Old Version Net Change mpdecimal 4.0.0-2 -0.32 MiB python 3.12.7-1 -70.07 MiB python-autocommand 2.2.2-6 -0.08 MiB python-jaraco.collections 5.0.1-1 -0.10 MiB python-jaraco.context 5.3.0-1 -0.04 MiB python-jaraco.functools 4.0.2-1 -0.07 MiB python-jaraco.text 4.0.0-1 -0.08 MiB python-more-itertools 10.3.0-1 -0.63 MiB python-msgpack 1.0.5-2 -0.32 MiB python-packaging 24.2-1 -0.66 MiB python-platformdirs 4.3.6-1 -0.24 MiB python-setuptools 1:75.2.0-2 -7.99 MiB python-ujson 5.10.0-1 -0.12 MiB python-wheel 0.45.0-1 -0.28 MiB Total Removed Size: 81.02 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python-ujson... removing python-setuptools... removing python-wheel... removing python-platformdirs... removing python-packaging... removing python-msgpack... removing python-jaraco.collections... removing python-jaraco.text... removing python-jaraco.functools... removing python-more-itertools... removing python-jaraco.context... removing python-autocommand... removing python... removing mpdecimal... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...