From b31fd460427ddd8f4c475a29837f7f907ae64a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 22 Sep 2021 23:15:34 -0300 Subject: [PATCH] python3-mpmath: update to 1.2.1. --- srcpkgs/python3-mpmath/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template index 4e3ea5953a3f..b139d17a4c2e 100644 --- a/srcpkgs/python3-mpmath/template +++ b/srcpkgs/python3-mpmath/template @@ -1,17 +1,18 @@ # Template file for 'python3-mpmath' pkgname=python3-mpmath -version=1.1.0 -revision=4 +version=1.2.1 +revision=1 wrksrc="mpmath-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools_scm" depends="python3" +checkdepends="python3-pytest" short_desc="Python3 library for arbitrary-precision floating-point arithmetic" maintainer="Orphaned " license="BSD-3-Clause" homepage="http://mpmath.org/" distfiles="${PYPI_SITE}/m/mpmath/mpmath-${version}.tar.gz" -checksum=fc17abe05fbab3382b61a123c398508183406fa132e0223874578e20946499f6 +checksum=79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a post_install() { vlicense LICENSE