# Template file for 'python3-mpmath'
pkgname=python3-mpmath
version=1.4.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm"
depends="python3 python3-gmpy2"
checkdepends="$depends python3-pytest python3-hypothesis python3-pexpect"
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=efd6d1b75f09d69524a67609949812668b28e81ecbfe0ab449ced8c13e92642e

if [ "$XBPS_CHECK_PKGS" != full ]; then
	make_check_args="-m not(slow)"
fi

post_install() {
	vlicense LICENSE
}
