python3-sympy: update to 1.11.1, adopt.
This commit is contained in:
parent
ed0f83ac62
commit
cb5ddbdd85
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-sympy'
|
# Template file for 'python3-sympy'
|
||||||
pkgname=python3-sympy
|
pkgname=python3-sympy
|
||||||
version=1.10.1
|
version=1.11.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="sympy-${version}"
|
wrksrc="sympy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -8,11 +8,12 @@ hostmakedepends="python3-setuptools"
|
||||||
depends="python3-mpmath"
|
depends="python3-mpmath"
|
||||||
checkdepends="python3-mpmath"
|
checkdepends="python3-mpmath"
|
||||||
short_desc="Computer algebra system for Python3"
|
short_desc="Computer algebra system for Python3"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://sympy.org/"
|
homepage="https://sympy.org/"
|
||||||
|
changelog="https://github.com/sympy/sympy/wiki/Release-Notes"
|
||||||
distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
|
||||||
checksum=5939eeffdf9e152172601463626c022a2c27e75cf6278de8d401d50c9d58787b
|
checksum=e32380dce63cb7c0108ed525570092fd45168bdae2faa17e528221ef72e88658
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman doc/man/isympy.1
|
vman doc/man/isympy.1
|
||||||
|
|
Loading…
Reference in New Issue