From 51d4dfe144eadd9ba76d2b04d3b0e70a84e8bdc8 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 28 Dec 2018 01:34:25 +0100 Subject: [PATCH] python-mpmath: update to 1.1.0 --- srcpkgs/python-mpmath/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-mpmath/template b/srcpkgs/python-mpmath/template index dce0c22741a..a9b603df117 100644 --- a/srcpkgs/python-mpmath/template +++ b/srcpkgs/python-mpmath/template @@ -1,19 +1,19 @@ # Template file for 'python-mpmath' pkgname=python-mpmath -version=1.0.0 +version=1.1.0 revision=1 noarch=yes wrksrc="mpmath-${version}" build_style=python-module +pycompile_module="mpmath" hostmakedepends="python-setuptools python3-setuptools" depends="python" -pycompile_module="mpmath" short_desc="Python2 library for arbitrary-precision floating-point arithmetic" maintainer="Alessio Sergi " homepage="http://mpmath.org/" -license="3-clause-BSD" +license="BSD-3-Clause" distfiles="${PYPI_SITE}/m/mpmath/mpmath-${version}.tar.gz" -checksum=04d14803b6875fe6d69e6dccea87d5ae5599802e4b1df7997bddd2024001050c +checksum=fc17abe05fbab3382b61a123c398508183406fa132e0223874578e20946499f6 post_install() { vlicense LICENSE