void-packages/srcpkgs/python-gnupg/template
2018-08-12 19:54:55 -03:00

26 lines
714 B
Bash

# Template file for 'python-gnupg'
pkgname=python-gnupg
version=0.4.3
revision=1
noarch=yes
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python gnupg"
pycompile_module="gnupg.py"
short_desc="Python2 wrapper for GnuPG"
maintainer="Lon Willett <xgit@lonw.net>"
license="GPL-3.0-or-later"
homepage="https://bitbucket.org/vinay.sajip/python-gnupg"
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=2d158dfc6b54927752b945ebe57e6a0c45da27747fa3b9ae66eccc0d2147ac0d
python3-gnupg_package() {
depends="python3 gnupg"
short_desc="${short_desc/Python2/Python3}"
pycompile_module="gnupg.py"
noarch=yes
pkg_install() {
vmove usr/lib/python3*
}
}