void-packages/srcpkgs/python3-sympy/template

21 lines
585 B
Bash

# Template file for 'python3-sympy'
pkgname=python3-sympy
version=1.7
revision=1
wrksrc="sympy-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-mpmath"
checkdepends="python3-mpmath"
short_desc="Computer algebra system for Python3"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-3-Clause"
homepage="https://sympy.org/"
distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
checksum=9104004669cda847f38cfd8cd16dd174952c537349dbae740fea5331d2b3a51b
post_install() {
vman doc/man/isympy.1
vlicense LICENSE
}