Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-mpmath
Commits: 6e225c50 by Antonio Rojas at 2024-04-04T19:37:47+02:00 upgpkg: 1.3.0-3: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = python-mpmath + pkgdesc = Python library for arbitrary-precision floating-point arithmetic. + pkgver = 1.3.0 + pkgrel = 3 + url = http://mpmath.org/ + arch = any + license = BSD + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = python-gmpy2 + source = https://pypi.python.org/packages/source/m/mpmath/mpmath-1.3.0.tar.gz + sha256sums = 7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f + +pkgname = python-mpmath ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=python-mpmath pkgver=1.3.0 -pkgrel=2 +pkgrel=3 pkgdesc='Python library for arbitrary-precision floating-point arithmetic.' arch=(any) url='http://mpmath.org/' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-mpmath/-/commit/6e225c50c179aa2e2c75d21ae5b5264c85d213a9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-mpmath/-/commit/6e225c50c179aa2e2c75d21ae5b5264c85d213a9 You're receiving this email because of your account on gitlab.archlinux.org.