19 lines
542 B
Bash
19 lines
542 B
Bash
# Template file for 'python3-mpmath'
|
|
pkgname=python3-mpmath
|
|
version=1.1.0
|
|
revision=4
|
|
wrksrc="mpmath-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 library for arbitrary-precision floating-point arithmetic"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://mpmath.org/"
|
|
distfiles="${PYPI_SITE}/m/mpmath/mpmath-${version}.tar.gz"
|
|
checksum=fc17abe05fbab3382b61a123c398508183406fa132e0223874578e20946499f6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|