# Template file for 'python-gpg' pkgname=python-gpg version=1.10.0 revision=3 wrksrc="gpg-${version}" build_style=python-module hostmakedepends="swig gpgme-devel python-devel python3-devel" makedepends="libgpg-error-devel libassuan-devel ${hostmakedepends}" pycompile_module="gpg" short_desc="Python2 bindings for GPGME GnuPG cryptography library" license="LGPL-2.1-or-later, GPL-2.0-or-later" maintainer="Felix Van der Jeugt " homepage="https://www.gnupg.org" distfiles="${PYPI_SITE}/g/gpg/gpg-${version}.tar.gz" checksum=349214a866c84aa548bc35ed14eccd2ec9085b3958d5753a63a19a71a1f523ca python3-gpg_package() { pycompile_module="gpg" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* } }