diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-mpmath/README | 5 | ||||
-rw-r--r-- | python/python3-mpmath/python3-mpmath.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-mpmath/python3-mpmath.info | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/python/python3-mpmath/README b/python/python3-mpmath/README index 5d1fe568a9..26f493d19b 100644 --- a/python/python3-mpmath/README +++ b/python/python3-mpmath/README @@ -1,6 +1,7 @@ mpmath is a free (BSD licensed) Python library for real and complex -floating-point arithmetic with arbitrary precision. It has been developed -by Fredrik Johansson since 2007, with help from many contributors. +floating-point arithmetic with arbitrary precision. It has been +developed by Fredrik Johansson since 2007, with help from many +contributors. This is the python3 version of mpmath and it can coexist with SBo's mpmath package. diff --git a/python/python3-mpmath/python3-mpmath.SlackBuild b/python/python3-mpmath/python3-mpmath.SlackBuild index 4753945f4d..2dcc257bcf 100644 --- a/python/python3-mpmath/python3-mpmath.SlackBuild +++ b/python/python3-mpmath/python3-mpmath.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-mpmath # Copyright SlackBuilds.org Project, David Melik, 2015, Spokane, WA, USA -# Copyright 2019, Alexander Verbovetsky, Moscow, Russia +# Copyright 2019-2021, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=python3-mpmath SRCNAM=mpmath -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-mpmath/python3-mpmath.info b/python/python3-mpmath/python3-mpmath.info index 47a300912c..1746b74f96 100644 --- a/python/python3-mpmath/python3-mpmath.info +++ b/python/python3-mpmath/python3-mpmath.info @@ -1,10 +1,10 @@ PRGNAM="python3-mpmath" -VERSION="1.1.0" +VERSION="1.2.1" HOMEPAGE="http://mpmath.org/" -DOWNLOAD="https://github.com/fredrik-johansson/mpmath/archive/1.1.0/mpmath-1.1.0.tar.gz" -MD5SUM="c06bdf456bbbf092c929931974c8dac9" +DOWNLOAD="https://files.pythonhosted.org/packages/95/ba/7384cb4db4ed474d4582944053549e02ec25da630810e4a23454bc9fa617/mpmath-1.2.1.tar.gz" +MD5SUM="ef8a6449851755319673b06f71731d52" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="python3 setuptools-scm" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |