[arch-commits] Commit in python-gnupginterface/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 19:42:28 UTC 2020
Date: Thursday, November 12, 2020 @ 19:42:27
Author: foutrelis
Revision: 753583
archrelease: copy trunk to community-staging-x86_64
Added:
python-gnupginterface/repos/community-staging-x86_64/
python-gnupginterface/repos/community-staging-x86_64/PKGBUILD
(from rev 753582, python-gnupginterface/trunk/PKGBUILD)
----------+
PKGBUILD | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
Copied: python-gnupginterface/repos/community-staging-x86_64/PKGBUILD (from rev 753582, python-gnupginterface/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-11-12 19:42:27 UTC (rev 753583)
@@ -0,0 +1,18 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgname=python-gnupginterface
+pkgver=0.3.2
+pkgrel=9
+pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
+arch=('x86_64')
+url='http://py-gnupg.sourceforge.net/'
+license=('GPL')
+depends=('gnupg' 'python')
+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
+}
More information about the arch-commits
mailing list