mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
python-sympy: update to 1.2
This commit is contained in:
parent
24fed505a5
commit
9c771d7500
1 changed files with 9 additions and 9 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-sympy'
|
# Template file for 'python-sympy'
|
||||||
pkgname=python-sympy
|
pkgname=python-sympy
|
||||||
version=1.1.1
|
version=1.2
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="sympy-${version}"
|
wrksrc="sympy-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="sympy isympy.py"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-mpmath"
|
depends="python-setuptools python-mpmath"
|
||||||
pycompile_module="sympy"
|
|
||||||
short_desc="Computer algebra system for Python2"
|
short_desc="Computer algebra system for Python2"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://sympy.org/"
|
homepage="https://sympy.org/"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
|
||||||
checksum=ac5b57691bc43919dcc21167660a57cc51797c28a4301a6144eff07b751216a4
|
checksum=286ca070d72e250861dea7a21ab44f541cb2341e8268c70264cf8642dbd9225f
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
sympy:isympy:/usr/bin/isympy2
|
sympy:isympy:/usr/bin/isympy2
|
||||||
|
@ -31,8 +31,8 @@ python3-sympy_package() {
|
||||||
sympy:isympy:/usr/bin/isympy3
|
sympy:isympy:/usr/bin/isympy3
|
||||||
sympy:isympy.1:/usr/share/man/man1/isympy3.1"
|
sympy:isympy.1:/usr/share/man/man1/isympy3.1"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-mpmath"
|
pycompile_module="sympy isympy.py"
|
||||||
pycompile_module="sympy"
|
depends="python3-setuptools python3-mpmath"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/isympy3
|
vmove usr/bin/isympy3
|
||||||
|
|
Loading…
Add table
Reference in a new issue