21 lines
613 B
Bash
21 lines
613 B
Bash
# Template file for 'python3-sympy'
|
|
pkgname=python3-sympy
|
|
version=1.11.1
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-mpmath"
|
|
checkdepends="python3-mpmath"
|
|
short_desc="Computer algebra system for Python3"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://sympy.org/"
|
|
changelog="https://github.com/sympy/sympy/wiki/Release-Notes"
|
|
distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
|
|
checksum=e32380dce63cb7c0108ed525570092fd45168bdae2faa17e528221ef72e88658
|
|
|
|
post_install() {
|
|
vman doc/man/isympy.1
|
|
vlicense LICENSE
|
|
}
|