python/python3-mpmath: Updated for version 1.2.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3fc378019b
commit
92651da901
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue