python-gmpy2: drop package
This commit is contained in:
parent
bda0fca172
commit
bae8aa64a2
3 changed files with 15 additions and 23 deletions
|
@ -1,22 +0,0 @@
|
||||||
# Template file for 'python-gmpy2'
|
|
||||||
pkgname=python-gmpy2
|
|
||||||
version=2.0.8
|
|
||||||
revision=6
|
|
||||||
wrksrc="gmpy2-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
hostmakedepends="unzip python-setuptools python3-setuptools
|
|
||||||
gmp-devel mpfr-devel libmpc-devel"
|
|
||||||
makedepends="python-devel python3-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-gmpy2_package() {
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-gmpy2
|
|
15
srcpkgs/python3-gmpy2/template
Normal file
15
srcpkgs/python3-gmpy2/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'python3-gmpy2'
|
||||||
|
pkgname=python3-gmpy2
|
||||||
|
version=2.0.8
|
||||||
|
revision=7
|
||||||
|
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
|
Loading…
Add table
Add a link
Reference in a new issue