python-gpg: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-25 23:31:19 +07:00
parent bae8aa64a2
commit 3b9d4689c0
2 changed files with 6 additions and 16 deletions

View file

@ -1 +0,0 @@
python-gpg

View file

@ -1,23 +1,14 @@
# Template file for 'python-gpg'
pkgname=python-gpg
# Template file for 'python3-gpg'
pkgname=python3-gpg
version=1.10.0
revision=4
revision=5
wrksrc="gpg-${version}"
build_style=python-module
hostmakedepends="swig gpgme-devel python-devel python3-devel"
build_style=python3-module
hostmakedepends="swig gpgme-devel python3-devel"
makedepends="libgpg-error-devel libassuan-devel ${hostmakedepends}"
pycompile_module="gpg"
short_desc="Python2 bindings for GPGME GnuPG cryptography library"
short_desc="Python3 bindings for GPGME GnuPG cryptography library"
license="LGPL-2.1-or-later, GPL-2.0-or-later"
maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
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*
}
}