23 lines
811 B
Bash
23 lines
811 B
Bash
# Template file for 'python3-sympy'
|
|
pkgname=python3-sympy
|
|
version=1.13.3
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-mpmath"
|
|
checkdepends="$depends python3-pytest python3-pytest-xdist gcc-fortran
|
|
python3-Cython python3-devel python3-ipython python3-lxml python3-matplotlib
|
|
python3-numexpr python3-numpy python3-scipy python3-hypothesis"
|
|
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=b27fd2c6530e0ab39e275fc9b683895367e51d5da91baa8d3d64db2565fec4d9
|
|
|
|
post_install() {
|
|
vman doc/man/isympy.1
|
|
vlicense LICENSE
|
|
}
|