==> Retrieving sources... -> Found pyminifier-2.1.tar.gz -> Found setup.py.patch ==> Generating checksums for source files... ==> Making package: python-pyminifier 2.1-7 (Mon 13 Jan 2025 12:19:12 AM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (2) New Version Net Change core/mpdecimal 4.0.0-2 0.32 MiB core/python 3.13.1-1 67.54 MiB Total Installed Size: 67.86 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 :: 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-attrs 23.2.0-4 0.54 MiB extra/python-cffi 1.17.1-2 1.34 MiB extra/python-cryptography 44.0.0-1 4.95 MiB extra/python-filelock 3.16.1-2 0.13 MiB extra/python-packaging 24.2-3 0.66 MiB extra/python-pycparser 2.22-3 1.69 MiB extra/python-pyproject-hooks 1.2.0-3 0.10 MiB extra/python-build 1.2.2-3 0.20 MiB extra/python-pip 24.3.1-3 15.67 MiB extra/python-wheel 0.45.0-3 0.28 MiB Total Installed Size: 25.56 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python-attrs... installing python-pycparser... installing python-cffi... Optional dependencies for python-cffi python-setuptools: "limited api" version checking in cffi.setuptools_ext installing python-cryptography... installing python-filelock... installing python-packaging... 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 installing python-pip... installing python-pyproject-hooks... installing python-build... Optional dependencies for python-build python-pip: to use as the Python package installer (default) [installed] python-uv: to use as the Python package installer python-virtualenv: to use virtualenv for build isolation :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found pyminifier-2.1.tar.gz -> Found setup.py.patch ==> Validating source files with sha512sums... pyminifier-2.1.tar.gz ... Passed setup.py.patch ... Passed ==> Extracting sources... -> Extracting pyminifier-2.1.tar.gz with bsdtar ==> Starting prepare()... patching file setup.py ==> Starting build()... * Creating isolated environment: venv+pip... * Installing packages in isolated environment: - setuptools >= 40.8.0 * Getting build dependencies for wheel... running egg_info writing pyminifier.egg-info/PKG-INFO writing dependency_links to pyminifier.egg-info/dependency_links.txt writing entry points to pyminifier.egg-info/entry_points.txt writing top-level names to pyminifier.egg-info/top_level.txt file pyminifier.py (for module pyminifier) not found /tmp/build-env-_6_ybjvu/lib/python3.13/site-packages/setuptools/command/sdist.py:122: SetuptoolsDeprecationWarning: `build_py` command does not inherit from setuptools' `build_py`. !! ******************************************************************************** Custom 'build_py' does not implement 'get_data_files_without_manifest'. Please extend command classes from setuptools instead of distutils. See https://peps.python.org/pep-0632/ for details. ******************************************************************************** !! self._add_data_files(self._safe_data_files(build_py)) reading manifest file 'pyminifier.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'pyminifier.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py file pyminifier.py (for module pyminifier) not found creating build/lib/pyminifier copying pyminifier/token_utils.py -> build/lib/pyminifier copying pyminifier/pyminifier.py -> build/lib/pyminifier copying pyminifier/__init__.py -> build/lib/pyminifier copying pyminifier/analyze.py -> build/lib/pyminifier copying pyminifier/minification.py -> build/lib/pyminifier copying pyminifier/compression.py -> build/lib/pyminifier copying pyminifier/obfuscate.py -> build/lib/pyminifier file pyminifier.py (for module pyminifier) not found installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/pyminifier copying build/lib/pyminifier/token_utils.py -> build/bdist.linux-x86_64/wheel/./pyminifier copying build/lib/pyminifier/pyminifier.py -> build/bdist.linux-x86_64/wheel/./pyminifier copying build/lib/pyminifier/__init__.py -> build/bdist.linux-x86_64/wheel/./pyminifier copying build/lib/pyminifier/analyze.py -> build/bdist.linux-x86_64/wheel/./pyminifier copying build/lib/pyminifier/minification.py -> build/bdist.linux-x86_64/wheel/./pyminifier copying build/lib/pyminifier/compression.py -> build/bdist.linux-x86_64/wheel/./pyminifier copying build/lib/pyminifier/obfuscate.py -> build/bdist.linux-x86_64/wheel/./pyminifier writing byte-compilation script '/tmp/tmpdis4e8bv.py' /tmp/build-env-_6_ybjvu/bin/python /tmp/tmpdis4e8bv.py /./pyminifier/pyminifier.py:86: SyntaxWarning: invalid escape sequence '\s' /./pyminifier/analyze.py:18: SyntaxWarning: invalid escape sequence '\!' /./pyminifier/analyze.py:19: SyntaxWarning: invalid escape sequence '\s' /./pyminifier/minification.py:21: SyntaxWarning: invalid escape sequence '\s' /./pyminifier/minification.py:279: SyntaxWarning: invalid escape sequence '\%' /./pyminifier/minification.py:280: SyntaxWarning: invalid escape sequence '\%' removing /tmp/tmpdis4e8bv.py running install_egg_info running egg_info writing pyminifier.egg-info/PKG-INFO writing dependency_links to pyminifier.egg-info/dependency_links.txt writing entry points to pyminifier.egg-info/entry_points.txt writing top-level names to pyminifier.egg-info/top_level.txt file pyminifier.py (for module pyminifier) not found /tmp/build-env-_6_ybjvu/lib/python3.13/site-packages/setuptools/command/sdist.py:122: SetuptoolsDeprecationWarning: `build_py` command does not inherit from setuptools' `build_py`. !! ******************************************************************************** Custom 'build_py' does not implement 'get_data_files_without_manifest'. Please extend command classes from setuptools instead of distutils. See https://peps.python.org/pep-0632/ for details. ******************************************************************************** !! self._add_data_files(self._safe_data_files(build_py)) reading manifest file 'pyminifier.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'pyminifier.egg-info/SOURCES.txt' Copying pyminifier.egg-info to build/bdist.linux-x86_64/wheel/./pyminifier-2.1-py3.13.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/pyminifier-2.1.dist-info/WHEEL creating '/src/packages/libs/python/python-pyminifier/dist/.tmp-nc1ium_q/pyminifier-2.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'pyminifier/__init__.py' adding 'pyminifier/analyze.py' adding 'pyminifier/compression.py' adding 'pyminifier/minification.py' adding 'pyminifier/obfuscate.py' adding 'pyminifier/pyminifier.py' adding 'pyminifier/token_utils.py' adding 'pyminifier/__pycache__/__init__.cpython-313.opt-1.pyc' adding 'pyminifier/__pycache__/analyze.cpython-313.opt-1.pyc' adding 'pyminifier/__pycache__/compression.cpython-313.opt-1.pyc' adding 'pyminifier/__pycache__/minification.cpython-313.opt-1.pyc' adding 'pyminifier/__pycache__/obfuscate.cpython-313.opt-1.pyc' adding 'pyminifier/__pycache__/pyminifier.cpython-313.opt-1.pyc' adding 'pyminifier/__pycache__/token_utils.cpython-313.opt-1.pyc' adding 'pyminifier-2.1.dist-info/LICENSE' adding 'pyminifier-2.1.dist-info/METADATA' adding 'pyminifier-2.1.dist-info/WHEEL' adding 'pyminifier-2.1.dist-info/entry_points.txt' adding 'pyminifier-2.1.dist-info/top_level.txt' adding 'pyminifier-2.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built pyminifier-2.1-py3-none-any.whl ==> Entering fakeroot environment... ==> Starting package()... Using pip 24.3.1 from /usr/lib/python3.13/site-packages/pip (python 3.13) Looking in links: file:///src/packages/libs/python/python-pyminifier/dist Processing /src/packages/libs/python/python-pyminifier/dist/pyminifier-2.1-py3-none-any.whl Installing collected packages: pyminifier Creating /src/packages/libs/python/python-pyminifier/pkg/python-pyminifier/usr/bin changing mode of /src/packages/libs/python/python-pyminifier/pkg/python-pyminifier/usr/bin/pyminifier to 755 Successfully installed pyminifier-2.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. ==> 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-pyminifier"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-pyminifier 2.1-7 (Mon 13 Jan 2025 12:19:19 AM 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 (12) Old Version Net Change mpdecimal 4.0.0-2 -0.32 MiB python 3.13.1-1 -67.54 MiB python-attrs 23.2.0-4 -0.54 MiB python-build 1.2.2-3 -0.20 MiB python-cffi 1.17.1-2 -1.34 MiB python-cryptography 44.0.0-1 -4.95 MiB python-filelock 3.16.1-2 -0.13 MiB python-packaging 24.2-3 -0.66 MiB python-pip 24.3.1-3 -15.67 MiB python-pycparser 2.22-3 -1.69 MiB python-pyproject-hooks 1.2.0-3 -0.10 MiB python-wheel 0.45.0-3 -0.28 MiB Total Removed Size: 93.42 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python-pip... removing python-wheel... removing python-filelock... removing python-cryptography... removing python-cffi... removing python-pycparser... removing python-build... removing python-pyproject-hooks... removing python-packaging... removing python-attrs... removing python... removing mpdecimal... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...