==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-mpmath 1.3.0-5 (Sat Jan 10 21:10:14 2026)
==> Retrieving sources...
-> Found mpmath-1.3.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
mpmath-1.3.0.tar.gz ... Passed
==> Making package: python-mpmath 1.3.0-5 (Sun Jan 11 04:10:38 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (4) mpdecimal-4.0.1-1 python-3.14.2-2 python-packaging-25.0-4 python-gmpy2-2.2.2-2
Total Download Size: 0.17 MiB
Total Installed Size: 70.00 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-gmpy2-2.2.2-2-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: 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-packaging...
installing python-gmpy2...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (12) python-autocommand-2.2.2-9 python-jaraco.collections-5.1.0-3 python-jaraco.context-6.0.1-3 python-jaraco.functools-4.1.0-3 python-jaraco.text-4.0.0-4 python-more-itertools-10.8.0-2 python-platformdirs-4.5.1-3 python-pyproject-hooks-1.2.0-6 python-build-1.3.0-4 python-installer-0.7.0-14 python-setuptools-1:80.9.0-4 python-wheel-0.45.1-4
Total Installed Size: 10.26 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
python-pip: to use as the Python package installer (default)
python-uv: to use as the Python package installer
python-virtualenv: to use virtualenv for build isolation
installing python-installer...
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-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 mpmath-1.3.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting mpmath-1.3.0.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: BSD License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
* Building wheel...
/usr/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: BSD License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/mpmath
copying mpmath/math2.py -> build/lib/mpmath
copying mpmath/ctx_mp_python.py -> build/lib/mpmath
copying mpmath/function_docs.py -> build/lib/mpmath
copying mpmath/ctx_base.py -> build/lib/mpmath
copying mpmath/ctx_fp.py -> build/lib/mpmath
copying mpmath/rational.py -> build/lib/mpmath
copying mpmath/__init__.py -> build/lib/mpmath
copying mpmath/visualization.py -> build/lib/mpmath
copying mpmath/usertools.py -> build/lib/mpmath
copying mpmath/ctx_iv.py -> build/lib/mpmath
copying mpmath/ctx_mp.py -> build/lib/mpmath
copying mpmath/identification.py -> build/lib/mpmath
creating build/lib/mpmath/libmp
copying mpmath/libmp/libmpi.py -> build/lib/mpmath/libmp
copying mpmath/libmp/libhyper.py -> build/lib/mpmath/libmp
copying mpmath/libmp/libintmath.py -> build/lib/mpmath/libmp
copying mpmath/libmp/libmpf.py -> build/lib/mpmath/libmp
copying mpmath/libmp/__init__.py -> build/lib/mpmath/libmp
copying mpmath/libmp/libmpc.py -> build/lib/mpmath/libmp
copying mpmath/libmp/libelefun.py -> build/lib/mpmath/libmp
copying mpmath/libmp/gammazeta.py -> build/lib/mpmath/libmp
copying mpmath/libmp/backend.py -> build/lib/mpmath/libmp
creating build/lib/mpmath/calculus
copying mpmath/calculus/inverselaplace.py -> build/lib/mpmath/calculus
copying mpmath/calculus/quadrature.py -> build/lib/mpmath/calculus
copying mpmath/calculus/calculus.py -> build/lib/mpmath/calculus
copying mpmath/calculus/__init__.py -> build/lib/mpmath/calculus
copying mpmath/calculus/polynomials.py -> build/lib/mpmath/calculus
copying mpmath/calculus/extrapolation.py -> build/lib/mpmath/calculus
copying mpmath/calculus/differentiation.py -> build/lib/mpmath/calculus
copying mpmath/calculus/approximation.py -> build/lib/mpmath/calculus
copying mpmath/calculus/odes.py -> build/lib/mpmath/calculus
copying mpmath/calculus/optimization.py -> build/lib/mpmath/calculus
creating build/lib/mpmath/tests
copying mpmath/tests/test_power.py -> build/lib/mpmath/tests
copying mpmath/tests/test_division.py -> build/lib/mpmath/tests
copying mpmath/tests/test_functions.py -> build/lib/mpmath/tests
copying mpmath/tests/test_hp.py -> build/lib/mpmath/tests
copying mpmath/tests/test_trig.py -> build/lib/mpmath/tests
copying mpmath/tests/test_levin.py -> build/lib/mpmath/tests
copying mpmath/tests/test_compatibility.py -> build/lib/mpmath/tests
copying mpmath/tests/extratest_zeta.py -> build/lib/mpmath/tests
copying mpmath/tests/runtests.py -> build/lib/mpmath/tests
copying mpmath/tests/test_special.py -> build/lib/mpmath/tests
copying mpmath/tests/test_functions2.py -> build/lib/mpmath/tests
copying mpmath/tests/test_bitwise.py -> build/lib/mpmath/tests
copying mpmath/tests/test_basic_ops.py -> build/lib/mpmath/tests
copying mpmath/tests/test_mpmath.py -> build/lib/mpmath/tests
copying mpmath/tests/test_rootfinding.py -> build/lib/mpmath/tests
copying mpmath/tests/test_fp.py -> build/lib/mpmath/tests
copying mpmath/tests/__init__.py -> build/lib/mpmath/tests
copying mpmath/tests/extratest_gamma.py -> build/lib/mpmath/tests
copying mpmath/tests/test_summation.py -> build/lib/mpmath/tests
copying mpmath/tests/test_interval.py -> build/lib/mpmath/tests
copying mpmath/tests/test_linalg.py -> build/lib/mpmath/tests
copying mpmath/tests/test_visualization.py -> build/lib/mpmath/tests
copying mpmath/tests/test_quad.py -> build/lib/mpmath/tests
copying mpmath/tests/test_ode.py -> build/lib/mpmath/tests
copying mpmath/tests/test_eigen_symmetric.py -> build/lib/mpmath/tests
copying mpmath/tests/test_eigen.py -> build/lib/mpmath/tests
copying mpmath/tests/test_convert.py -> build/lib/mpmath/tests
copying mpmath/tests/test_identify.py -> build/lib/mpmath/tests
copying mpmath/tests/test_diff.py -> build/lib/mpmath/tests
copying mpmath/tests/test_matrices.py -> build/lib/mpmath/tests
copying mpmath/tests/test_str.py -> build/lib/mpmath/tests
copying mpmath/tests/test_elliptic.py -> build/lib/mpmath/tests
copying mpmath/tests/test_calculus.py -> build/lib/mpmath/tests
copying mpmath/tests/test_gammazeta.py -> build/lib/mpmath/tests
copying mpmath/tests/torture.py -> build/lib/mpmath/tests
copying mpmath/tests/test_pickle.py -> build/lib/mpmath/tests
creating build/lib/mpmath/matrices
copying mpmath/matrices/eigen.py -> build/lib/mpmath/matrices
copying mpmath/matrices/matrices.py -> build/lib/mpmath/matrices
copying mpmath/matrices/calculus.py -> build/lib/mpmath/matrices
copying mpmath/matrices/__init__.py -> build/lib/mpmath/matrices
copying mpmath/matrices/linalg.py -> build/lib/mpmath/matrices
copying mpmath/matrices/eigen_symmetric.py -> build/lib/mpmath/matrices
creating build/lib/mpmath/functions
copying mpmath/functions/expintegrals.py -> build/lib/mpmath/functions
copying mpmath/functions/orthogonal.py -> build/lib/mpmath/functions
copying mpmath/functions/qfunctions.py -> build/lib/mpmath/functions
copying mpmath/functions/elliptic.py -> build/lib/mpmath/functions
copying mpmath/functions/factorials.py -> build/lib/mpmath/functions
copying mpmath/functions/__init__.py -> build/lib/mpmath/functions
copying mpmath/functions/rszeta.py -> build/lib/mpmath/functions
copying mpmath/functions/hypergeometric.py -> build/lib/mpmath/functions
copying mpmath/functions/zetazeros.py -> build/lib/mpmath/functions
copying mpmath/functions/bessel.py -> build/lib/mpmath/functions
copying mpmath/functions/theta.py -> build/lib/mpmath/functions
copying mpmath/functions/zeta.py -> build/lib/mpmath/functions
copying mpmath/functions/signals.py -> build/lib/mpmath/functions
copying mpmath/functions/functions.py -> build/lib/mpmath/functions
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/mpmath
creating build/bdist.linux-armv7l/wheel/mpmath/libmp
copying build/lib/mpmath/libmp/libmpi.py -> build/bdist.linux-armv7l/wheel/./mpmath/libmp
copying build/lib/mpmath/libmp/libhyper.py -> build/bdist.linux-armv7l/wheel/./mpmath/libmp
copying build/lib/mpmath/libmp/libintmath.py -> build/bdist.linux-armv7l/wheel/./mpmath/libmp
copying build/lib/mpmath/libmp/libmpf.py -> build/bdist.linux-armv7l/wheel/./mpmath/libmp
copying build/lib/mpmath/libmp/__init__.py -> build/bdist.linux-armv7l/wheel/./mpmath/libmp
copying build/lib/mpmath/libmp/libmpc.py -> build/bdist.linux-armv7l/wheel/./mpmath/libmp
copying build/lib/mpmath/libmp/libelefun.py -> build/bdist.linux-armv7l/wheel/./mpmath/libmp
copying build/lib/mpmath/libmp/gammazeta.py -> build/bdist.linux-armv7l/wheel/./mpmath/libmp
copying build/lib/mpmath/libmp/backend.py -> build/bdist.linux-armv7l/wheel/./mpmath/libmp
copying build/lib/mpmath/math2.py -> build/bdist.linux-armv7l/wheel/./mpmath
copying build/lib/mpmath/ctx_mp_python.py -> build/bdist.linux-armv7l/wheel/./mpmath
copying build/lib/mpmath/function_docs.py -> build/bdist.linux-armv7l/wheel/./mpmath
copying build/lib/mpmath/ctx_base.py -> build/bdist.linux-armv7l/wheel/./mpmath
creating build/bdist.linux-armv7l/wheel/mpmath/calculus
copying build/lib/mpmath/calculus/inverselaplace.py -> build/bdist.linux-armv7l/wheel/./mpmath/calculus
copying build/lib/mpmath/calculus/quadrature.py -> build/bdist.linux-armv7l/wheel/./mpmath/calculus
copying build/lib/mpmath/calculus/calculus.py -> build/bdist.linux-armv7l/wheel/./mpmath/calculus
copying build/lib/mpmath/calculus/__init__.py -> build/bdist.linux-armv7l/wheel/./mpmath/calculus
copying build/lib/mpmath/calculus/polynomials.py -> build/bdist.linux-armv7l/wheel/./mpmath/calculus
copying build/lib/mpmath/calculus/extrapolation.py -> build/bdist.linux-armv7l/wheel/./mpmath/calculus
copying build/lib/mpmath/calculus/differentiation.py -> build/bdist.linux-armv7l/wheel/./mpmath/calculus
copying build/lib/mpmath/calculus/approximation.py -> build/bdist.linux-armv7l/wheel/./mpmath/calculus
copying build/lib/mpmath/calculus/odes.py -> build/bdist.linux-armv7l/wheel/./mpmath/calculus
copying build/lib/mpmath/calculus/optimization.py -> build/bdist.linux-armv7l/wheel/./mpmath/calculus
copying build/lib/mpmath/ctx_fp.py -> build/bdist.linux-armv7l/wheel/./mpmath
copying build/lib/mpmath/rational.py -> build/bdist.linux-armv7l/wheel/./mpmath
copying build/lib/mpmath/__init__.py -> build/bdist.linux-armv7l/wheel/./mpmath
copying build/lib/mpmath/visualization.py -> build/bdist.linux-armv7l/wheel/./mpmath
creating build/bdist.linux-armv7l/wheel/mpmath/tests
copying build/lib/mpmath/tests/test_power.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_division.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_functions.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_hp.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_trig.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_levin.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_compatibility.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/extratest_zeta.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/runtests.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_special.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_functions2.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_bitwise.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_basic_ops.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_mpmath.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_rootfinding.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_fp.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/__init__.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/extratest_gamma.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_summation.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_interval.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_linalg.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_visualization.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_quad.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_ode.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_eigen_symmetric.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_eigen.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_convert.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_identify.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_diff.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_matrices.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_str.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_elliptic.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_calculus.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_gammazeta.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/torture.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/tests/test_pickle.py -> build/bdist.linux-armv7l/wheel/./mpmath/tests
copying build/lib/mpmath/usertools.py -> build/bdist.linux-armv7l/wheel/./mpmath
copying build/lib/mpmath/ctx_iv.py -> build/bdist.linux-armv7l/wheel/./mpmath
creating build/bdist.linux-armv7l/wheel/mpmath/matrices
copying build/lib/mpmath/matrices/eigen.py -> build/bdist.linux-armv7l/wheel/./mpmath/matrices
copying build/lib/mpmath/matrices/matrices.py -> build/bdist.linux-armv7l/wheel/./mpmath/matrices
copying build/lib/mpmath/matrices/calculus.py -> build/bdist.linux-armv7l/wheel/./mpmath/matrices
copying build/lib/mpmath/matrices/__init__.py -> build/bdist.linux-armv7l/wheel/./mpmath/matrices
copying build/lib/mpmath/matrices/linalg.py -> build/bdist.linux-armv7l/wheel/./mpmath/matrices
copying build/lib/mpmath/matrices/eigen_symmetric.py -> build/bdist.linux-armv7l/wheel/./mpmath/matrices
copying build/lib/mpmath/ctx_mp.py -> build/bdist.linux-armv7l/wheel/./mpmath
creating build/bdist.linux-armv7l/wheel/mpmath/functions
copying build/lib/mpmath/functions/expintegrals.py -> build/bdist.linux-armv7l/wheel/./mpmath/functions
copying build/lib/mpmath/functions/orthogonal.py -> build/bdist.linux-armv7l/wheel/./mpmath/functions
copying build/lib/mpmath/functions/qfunctions.py -> build/bdist.linux-armv7l/wheel/./mpmath/functions
copying build/lib/mpmath/functions/elliptic.py -> build/bdist.linux-armv7l/wheel/./mpmath/functions
copying build/lib/mpmath/functions/factorials.py -> build/bdist.linux-armv7l/wheel/./mpmath/functions
copying build/lib/mpmath/functions/__init__.py -> build/bdist.linux-armv7l/wheel/./mpmath/functions
copying build/lib/mpmath/functions/rszeta.py -> build/bdist.linux-armv7l/wheel/./mpmath/functions
copying build/lib/mpmath/functions/hypergeometric.py -> build/bdist.linux-armv7l/wheel/./mpmath/functions
copying build/lib/mpmath/functions/zetazeros.py -> build/bdist.linux-armv7l/wheel/./mpmath/functions
copying build/lib/mpmath/functions/bessel.py -> build/bdist.linux-armv7l/wheel/./mpmath/functions
copying build/lib/mpmath/functions/theta.py -> build/bdist.linux-armv7l/wheel/./mpmath/functions
copying build/lib/mpmath/functions/zeta.py -> build/bdist.linux-armv7l/wheel/./mpmath/functions
copying build/lib/mpmath/functions/signals.py -> build/bdist.linux-armv7l/wheel/./mpmath/functions
copying build/lib/mpmath/functions/functions.py -> build/bdist.linux-armv7l/wheel/./mpmath/functions
copying build/lib/mpmath/identification.py -> build/bdist.linux-armv7l/wheel/./mpmath
running install_egg_info
running egg_info
writing mpmath.egg-info/PKG-INFO
writing dependency_links to mpmath.egg-info/dependency_links.txt
writing requirements to mpmath.egg-info/requires.txt
writing top-level names to mpmath.egg-info/top_level.txt
reading manifest file 'mpmath.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'mpmath.egg-info/SOURCES.txt'
Copying mpmath.egg-info to build/bdist.linux-armv7l/wheel/./mpmath-1.3.0-py3.14.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/mpmath-1.3.0.dist-info/WHEEL
creating '/build/python-mpmath/src/mpmath-1.3.0/dist/.tmp-4fv3grb5/mpmath-1.3.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'mpmath/__init__.py'
adding 'mpmath/ctx_base.py'
adding 'mpmath/ctx_fp.py'
adding 'mpmath/ctx_iv.py'
adding 'mpmath/ctx_mp.py'
adding 'mpmath/ctx_mp_python.py'
adding 'mpmath/function_docs.py'
adding 'mpmath/identification.py'
adding 'mpmath/math2.py'
adding 'mpmath/rational.py'
adding 'mpmath/usertools.py'
adding 'mpmath/visualization.py'
adding 'mpmath/calculus/__init__.py'
adding 'mpmath/calculus/approximation.py'
adding 'mpmath/calculus/calculus.py'
adding 'mpmath/calculus/differentiation.py'
adding 'mpmath/calculus/extrapolation.py'
adding 'mpmath/calculus/inverselaplace.py'
adding 'mpmath/calculus/odes.py'
adding 'mpmath/calculus/optimization.py'
adding 'mpmath/calculus/polynomials.py'
adding 'mpmath/calculus/quadrature.py'
adding 'mpmath/functions/__init__.py'
adding 'mpmath/functions/bessel.py'
adding 'mpmath/functions/elliptic.py'
adding 'mpmath/functions/expintegrals.py'
adding 'mpmath/functions/factorials.py'
adding 'mpmath/functions/functions.py'
adding 'mpmath/functions/hypergeometric.py'
adding 'mpmath/functions/orthogonal.py'
adding 'mpmath/functions/qfunctions.py'
adding 'mpmath/functions/rszeta.py'
adding 'mpmath/functions/signals.py'
adding 'mpmath/functions/theta.py'
adding 'mpmath/functions/zeta.py'
adding 'mpmath/functions/zetazeros.py'
adding 'mpmath/libmp/__init__.py'
adding 'mpmath/libmp/backend.py'
adding 'mpmath/libmp/gammazeta.py'
adding 'mpmath/libmp/libelefun.py'
adding 'mpmath/libmp/libhyper.py'
adding 'mpmath/libmp/libintmath.py'
adding 'mpmath/libmp/libmpc.py'
adding 'mpmath/libmp/libmpf.py'
adding 'mpmath/libmp/libmpi.py'
adding 'mpmath/matrices/__init__.py'
adding 'mpmath/matrices/calculus.py'
adding 'mpmath/matrices/eigen.py'
adding 'mpmath/matrices/eigen_symmetric.py'
adding 'mpmath/matrices/linalg.py'
adding 'mpmath/matrices/matrices.py'
adding 'mpmath/tests/__init__.py'
adding 'mpmath/tests/extratest_gamma.py'
adding 'mpmath/tests/extratest_zeta.py'
adding 'mpmath/tests/runtests.py'
adding 'mpmath/tests/test_basic_ops.py'
adding 'mpmath/tests/test_bitwise.py'
adding 'mpmath/tests/test_calculus.py'
adding 'mpmath/tests/test_compatibility.py'
adding 'mpmath/tests/test_convert.py'
adding 'mpmath/tests/test_diff.py'
adding 'mpmath/tests/test_division.py'
adding 'mpmath/tests/test_eigen.py'
adding 'mpmath/tests/test_eigen_symmetric.py'
adding 'mpmath/tests/test_elliptic.py'
adding 'mpmath/tests/test_fp.py'
adding 'mpmath/tests/test_functions.py'
adding 'mpmath/tests/test_functions2.py'
adding 'mpmath/tests/test_gammazeta.py'
adding 'mpmath/tests/test_hp.py'
adding 'mpmath/tests/test_identify.py'
adding 'mpmath/tests/test_interval.py'
adding 'mpmath/tests/test_levin.py'
adding 'mpmath/tests/test_linalg.py'
adding 'mpmath/tests/test_matrices.py'
adding 'mpmath/tests/test_mpmath.py'
adding 'mpmath/tests/test_ode.py'
adding 'mpmath/tests/test_pickle.py'
adding 'mpmath/tests/test_power.py'
adding 'mpmath/tests/test_quad.py'
adding 'mpmath/tests/test_rootfinding.py'
adding 'mpmath/tests/test_special.py'
adding 'mpmath/tests/test_str.py'
adding 'mpmath/tests/test_summation.py'
adding 'mpmath/tests/test_trig.py'
adding 'mpmath/tests/test_visualization.py'
adding 'mpmath/tests/torture.py'
adding 'mpmath-1.3.0.dist-info/licenses/LICENSE'
adding 'mpmath-1.3.0.dist-info/METADATA'
adding 'mpmath-1.3.0.dist-info/WHEEL'
adding 'mpmath-1.3.0.dist-info/top_level.txt'
adding 'mpmath-1.3.0.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built mpmath-1.3.0-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-mpmath"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-mpmath 1.3.0-5 (Sun Jan 11 04:11:14 2026)
==> Cleaning up...
[?12l[?25h