# Maintainer: Lukas Fleischer <lfleischer@archlinux.org>
# Contributor: Aaron Schaefer <aaron@elasticdog.com>

pkgname=python-gnupginterface
pkgver=0.3.2
pkgrel=14
pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
arch=('x86_64')
url='http://py-gnupg.sourceforge.net/'
license=('GPL')
depends=('gnupg' 'python')
makedepends=('python-setuptools')
source=("https://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz")
sha256sums=('0ea672251e2e3f71b62fef0c01539519d500f6b338f803af6b57e67a73cca8e6')

package() {
	cd "$srcdir/GnuPGInterface-$pkgver"
	python setup.py install --root="$pkgdir" -O1
}
