From 9c771d7500eb3d8e566178e630048d003082b46a Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 2 Aug 2018 20:21:24 +0200 Subject: [PATCH] python-sympy: update to 1.2 --- srcpkgs/python-sympy/template | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/srcpkgs/python-sympy/template b/srcpkgs/python-sympy/template index 88e590083fb..05cc85f1176 100644 --- a/srcpkgs/python-sympy/template +++ b/srcpkgs/python-sympy/template @@ -1,19 +1,19 @@ # Template file for 'python-sympy' pkgname=python-sympy -version=1.1.1 -revision=2 +version=1.2 +revision=1 noarch=yes wrksrc="sympy-${version}" build_style=python-module +pycompile_module="sympy isympy.py" hostmakedepends="python-setuptools python3-setuptools" -depends="python-mpmath" -pycompile_module="sympy" +depends="python-setuptools python-mpmath" short_desc="Computer algebra system for Python2" maintainer="Alessio Sergi " -homepage="http://sympy.org/" -license="3-clause-BSD" +homepage="https://sympy.org/" +license="BSD-3-Clause" distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz" -checksum=ac5b57691bc43919dcc21167660a57cc51797c28a4301a6144eff07b751216a4 +checksum=286ca070d72e250861dea7a21ab44f541cb2341e8268c70264cf8642dbd9225f alternatives=" sympy:isympy:/usr/bin/isympy2 @@ -31,8 +31,8 @@ python3-sympy_package() { sympy:isympy:/usr/bin/isympy3 sympy:isympy.1:/usr/share/man/man1/isympy3.1" noarch=yes - depends="python3-mpmath" - pycompile_module="sympy" + pycompile_module="sympy isympy.py" + depends="python3-setuptools python3-mpmath" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/bin/isympy3