16 lines
581 B
Bash
16 lines
581 B
Bash
# Template file for 'python3-gmpy2'
|
|
pkgname=python3-gmpy2
|
|
version=2.0.8
|
|
revision=8
|
|
wrksrc="gmpy2-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="unzip python3-setuptools
|
|
gmp-devel mpfr-devel libmpc-devel"
|
|
makedepends="python3-devel gmp-devel mpfr-devel libmpc-devel"
|
|
short_desc="Python3 interface to GMP, MPFR and MPC libraries"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
homepage="https://github.com/aleaxit/gmpy"
|
|
license="LGPL-3.0-or-later"
|
|
distfiles="${PYPI_SITE}/g/gmpy2/gmpy2-${version}.zip"
|
|
checksum=dd233e3288b90f21b0bb384bcc7a7e73557bb112ccf0032ad52aa614eb373d3f
|