==> Retrieving sources... -> Found requests-unixsocket-0.3.0.tar.gz ==> Generating checksums for source files... ==> Making package: python-requests-unixsocket 0.3.0-2 (Wed 20 Nov 2024 01:49:48 PM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (6) New Version Net Change core/mpdecimal 4.0.0-2 0.32 MiB extra/python-charset-normalizer 3.4.0-1 0.44 MiB extra/python-idna 3.10-1 0.88 MiB extra/python-urllib3 1.26.20-3 1.26 MiB core/python 3.12.7-1 70.07 MiB extra/python-requests 2.32.3-1 0.60 MiB Total Installed Size: 73.57 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-charset-normalizer... installing python-idna... installing python-urllib3... Optional dependencies for python-urllib3 python-brotli: Brotli support python-certifi: security support python-cryptography: security support python-idna: security support [installed] python-pyopenssl: security support python-pysocks: SOCKS support installing python-requests... Optional dependencies for python-requests python-chardet: alternative character encoding library python-pysocks: SOCKS proxy support :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (16) New Version Net Change extra/python-attrs 23.2.0-3 0.54 MiB extra/python-autocommand 2.2.2-6 0.08 MiB extra/python-cffi 1.17.1-1 1.32 MiB extra/python-cryptography 42.0.8-1 4.40 MiB extra/python-filelock 3.16.1-1 0.13 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-pycparser 2.22-2 1.71 MiB extra/python-wheel 0.45.0-1 0.28 MiB extra/python-pip 24.3.1-1 15.61 MiB extra/python-setuptools 1:75.2.0-2 7.99 MiB Total Installed Size: 33.90 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... installing python-attrs... installing python-pycparser... installing python-cffi... Optional dependencies for python-cffi python-setuptools: "limited api" version checking in cffi.setuptools_ext [installed] installing python-cryptography... installing python-filelock... installing python-pip... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found requests-unixsocket-0.3.0.tar.gz ==> Validating source files with sha512sums... requests-unixsocket-0.3.0.tar.gz ... Passed ==> Extracting sources... -> Extracting requests-unixsocket-0.3.0.tar.gz with bsdtar ==> Starting build()... /usr/lib/python3.12/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) /usr/lib/python3.12/site-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) /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() /src/packages/libs/python/python-requests-unixsocket/src/requests-unixsocket-0.3.0/.eggs/pbr-6.1.0-py3.12.egg/pbr/core.py:140: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running build running build_py creating build/lib/requests_unixsocket copying requests_unixsocket/__init__.py -> build/lib/requests_unixsocket copying requests_unixsocket/testutils.py -> build/lib/requests_unixsocket copying requests_unixsocket/adapters.py -> build/lib/requests_unixsocket running egg_info writing requests_unixsocket.egg-info/PKG-INFO writing dependency_links to requests_unixsocket.egg-info/dependency_links.txt writing requirements to requests_unixsocket.egg-info/requires.txt writing top-level names to requests_unixsocket.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'requests_unixsocket.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'requests_unixsocket.tests' 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 'requests_unixsocket.tests' 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 'requests_unixsocket.tests' to be distributed and are already explicitly excluding 'requests_unixsocket.tests' 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/requests_unixsocket/tests copying requests_unixsocket/tests/test_requests_unixsocket.py -> build/lib/requests_unixsocket/tests ==> Entering fakeroot environment... ==> Starting package()... /usr/lib/python3.12/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) /usr/lib/python3.12/site-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) /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() /src/packages/libs/python/python-requests-unixsocket/src/requests-unixsocket-0.3.0/.eggs/pbr-6.1.0-py3.12.egg/pbr/core.py:140: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /src/packages/libs/python/python-requests-unixsocket/pkg/python-requests-unixsocket/usr/lib/python3.12/site-packages creating /src/packages/libs/python/python-requests-unixsocket/pkg/python-requests-unixsocket/usr/lib/python3.12/site-packages/requests_unixsocket copying build/lib/requests_unixsocket/__init__.py -> /src/packages/libs/python/python-requests-unixsocket/pkg/python-requests-unixsocket/usr/lib/python3.12/site-packages/requests_unixsocket creating /src/packages/libs/python/python-requests-unixsocket/pkg/python-requests-unixsocket/usr/lib/python3.12/site-packages/requests_unixsocket/tests copying build/lib/requests_unixsocket/tests/test_requests_unixsocket.py -> /src/packages/libs/python/python-requests-unixsocket/pkg/python-requests-unixsocket/usr/lib/python3.12/site-packages/requests_unixsocket/tests copying build/lib/requests_unixsocket/testutils.py -> /src/packages/libs/python/python-requests-unixsocket/pkg/python-requests-unixsocket/usr/lib/python3.12/site-packages/requests_unixsocket copying build/lib/requests_unixsocket/adapters.py -> /src/packages/libs/python/python-requests-unixsocket/pkg/python-requests-unixsocket/usr/lib/python3.12/site-packages/requests_unixsocket byte-compiling /src/packages/libs/python/python-requests-unixsocket/pkg/python-requests-unixsocket/usr/lib/python3.12/site-packages/requests_unixsocket/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-requests-unixsocket/pkg/python-requests-unixsocket/usr/lib/python3.12/site-packages/requests_unixsocket/tests/test_requests_unixsocket.py to test_requests_unixsocket.cpython-312.pyc byte-compiling /src/packages/libs/python/python-requests-unixsocket/pkg/python-requests-unixsocket/usr/lib/python3.12/site-packages/requests_unixsocket/testutils.py to testutils.cpython-312.pyc byte-compiling /src/packages/libs/python/python-requests-unixsocket/pkg/python-requests-unixsocket/usr/lib/python3.12/site-packages/requests_unixsocket/adapters.py to adapters.cpython-312.pyc writing byte-compilation script '/tmp/tmp95h_giwu.py' /usr/sbin/python /tmp/tmp95h_giwu.py removing /tmp/tmp95h_giwu.py running install_egg_info running egg_info writing requests_unixsocket.egg-info/PKG-INFO writing dependency_links to requests_unixsocket.egg-info/dependency_links.txt writing requirements to requests_unixsocket.egg-info/requires.txt writing top-level names to requests_unixsocket.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt Copying requests_unixsocket.egg-info to /src/packages/libs/python/python-requests-unixsocket/pkg/python-requests-unixsocket/usr/lib/python3.12/site-packages/requests_unixsocket-0.3.0-py3.12.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-requests-unixsocket"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-requests-unixsocket 0.3.0-2 (Wed 20 Nov 2024 01:49:56 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 (22) Old Version Net Change mpdecimal 4.0.0-2 -0.32 MiB python 3.12.7-1 -70.07 MiB python-attrs 23.2.0-3 -0.54 MiB python-autocommand 2.2.2-6 -0.08 MiB python-cffi 1.17.1-1 -1.32 MiB python-charset-normalizer 3.4.0-1 -0.44 MiB python-cryptography 42.0.8-1 -4.40 MiB python-filelock 3.16.1-1 -0.13 MiB python-idna 3.10-1 -0.88 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-packaging 24.2-1 -0.66 MiB python-pip 24.3.1-1 -15.61 MiB python-platformdirs 4.3.6-1 -0.24 MiB python-pycparser 2.22-2 -1.71 MiB python-requests 2.32.3-1 -0.60 MiB python-setuptools 1:75.2.0-2 -7.99 MiB python-urllib3 1.26.20-3 -1.26 MiB python-wheel 0.45.0-1 -0.28 MiB Total Removed Size: 107.46 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python-setuptools... removing python-requests... removing python-urllib3... removing python-platformdirs... removing python-pip... removing python-wheel... removing python-packaging... removing python-jaraco.collections... removing python-jaraco.text... removing python-jaraco.functools... removing python-more-itertools... removing python-jaraco.context... removing python-idna... removing python-filelock... removing python-cryptography... removing python-charset-normalizer... removing python-cffi... removing python-pycparser... removing python-autocommand... removing python-attrs... removing python... removing mpdecimal... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...