void-packages/srcpkgs/python3-mpmath/template

24 lines
717 B
Bash

# Template file for 'python3-mpmath'
pkgname=python3-mpmath
version=1.3.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-gmpy2"
checkdepends="$depends python3-pytest"
short_desc="Python3 library for arbitrary-precision floating-point arithmetic"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="http://mpmath.org/"
changelog="https://github.com/mpmath/mpmath/raw/master/CHANGES"
distfiles="${PYPI_SITE}/m/mpmath/mpmath-${version}.tar.gz"
checksum=7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f
if [ "$XBPS_CHECK_PKGS" != full ]; then
make_check_args="-m not(slow)"
fi
post_install() {
vlicense LICENSE
}