[arch-commits] Commit in python-mpmath/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Feb 9 15:47:08 UTC 2021
Date: Tuesday, February 9, 2021 @ 15:47:08
Author: arojas
Revision: 851027
Update to 1.2.1
Modified:
python-mpmath/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-09 15:47:02 UTC (rev 851026)
+++ PKGBUILD 2021-02-09 15:47:08 UTC (rev 851027)
@@ -5,15 +5,16 @@
# Contributor: Iván Pulido <ijpulidos at riseup.net>
pkgname=python-mpmath
-pkgver=1.1.0
-pkgrel=5
+pkgver=1.2.1
+pkgrel=1
pkgdesc='Python library for arbitrary-precision floating-point arithmetic.'
arch=(any)
url='http://mpmath.org/'
license=(BSD)
depends=(python-gmpy2)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/mpmath/archive/$pkgver.tar.gz")
-sha256sums=('16c01d589bcb1be5cab3a07de2855b578e5fc4a7882fb61a15f2aaf118fdd06e')
+makedepends=(python-setuptools-scm)
+source=(https://pypi.python.org/packages/source/m/mpmath/mpmath-$pkgver.tar.gz)
+sha256sums=('79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a')
build() {
cd mpmath-$pkgver
More information about the arch-commits
mailing list