void-packages/srcpkgs/python3-sympy/template

21 lines
611 B
Bash

# Template file for 'python3-sympy'
pkgname=python3-sympy
version=1.12
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=ebf595c8dac3e0fdc4152c51878b498396ec7f30e7a914d6071e674d49420fb8
post_install() {
vman doc/man/isympy.1
vlicense LICENSE
}