void-packages/srcpkgs/python-gmpy2/template
2016-06-27 11:02:08 +02:00

24 lines
753 B
Bash

# Template file for 'python-gmpy2'
pkgname=python-gmpy2
version=2.0.8
revision=1
wrksrc="gmpy2-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="unzip python-setuptools python3.4-setuptools
gmp-devel mpfr-devel libmpc-devel"
makedepends="python-devel python3.4-devel gmp-devel mpfr-devel libmpc-devel"
short_desc="Python2 interface to GMP, MPFR and MPC libraries"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/aleaxit/gmpy"
license="LGPL-3"
distfiles="${PYPI_SITE}/g/gmpy2/gmpy2-${version}.zip"
checksum=dd233e3288b90f21b0bb384bcc7a7e73557bb112ccf0032ad52aa614eb373d3f
python3.4-gmpy2_package() {
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}