[arch-commits] Commit in python-gnupginterface/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Nov 10 20:14:29 UTC 2019


    Date: Sunday, November 10, 2019 @ 20:14:29
  Author: foutrelis
Revision: 526512

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 526511, python-gnupginterface/trunk/PKGBUILD)

----------+
 PKGBUILD |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

Copied: python-gnupginterface/repos/community-staging-x86_64/PKGBUILD (from rev 526511, python-gnupginterface/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-11-10 20:14:29 UTC (rev 526512)
@@ -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=8
+pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
+arch=('x86_64')
+url='http://py-gnupg.sourceforge.net/'
+license=('GPL')
+depends=('gnupg' 'python')
+source=("http://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz")
+md5sums=('d4627d83446f96bd8c22f8d15db3f7c2')
+
+package() {
+	cd "$srcdir/GnuPGInterface-$pkgver"
+	python setup.py install --root="$pkgdir" -O1
+}



More information about the arch-commits mailing list