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

Evangelos Foutras foutrelis at archlinux.org
Mon Feb 8 00:08:16 UTC 2016


    Date: Monday, February 8, 2016 @ 01:08:15
  Author: foutrelis
Revision: 160603

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python-gnupginterface/repos/community-staging-i686/
  python-gnupginterface/repos/community-staging-i686/PKGBUILD
    (from rev 160602, python-gnupginterface/trunk/PKGBUILD)
  python-gnupginterface/repos/community-staging-x86_64/
  python-gnupginterface/repos/community-staging-x86_64/PKGBUILD
    (from rev 160602, python-gnupginterface/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   21 +++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   21 +++++++++++++++++++++
 2 files changed, 42 insertions(+)

Copied: python-gnupginterface/repos/community-staging-i686/PKGBUILD (from rev 160602, python-gnupginterface/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-02-08 00:08:15 UTC (rev 160603)
@@ -0,0 +1,21 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgbase=python-gnupginterface
+pkgname=python2-gnupginterface
+pkgver=0.3.2
+pkgrel=3
+pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
+arch=('i686' 'x86_64')
+url='http://py-gnupg.sourceforge.net/'
+license=('GPL')
+depends=('gnupg' 'python2')
+conflicts=('python-gnupginterface<=0.3.2-6')
+replaces=('python-gnupginterface<=0.3.2-6')
+source=("http://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz")
+md5sums=('d4627d83446f96bd8c22f8d15db3f7c2')
+
+package_python2-gnupginterface() {
+  cd "$srcdir/GnuPGInterface-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+}

Copied: python-gnupginterface/repos/community-staging-x86_64/PKGBUILD (from rev 160602, python-gnupginterface/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-02-08 00:08:15 UTC (rev 160603)
@@ -0,0 +1,21 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgbase=python-gnupginterface
+pkgname=python2-gnupginterface
+pkgver=0.3.2
+pkgrel=3
+pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
+arch=('i686' 'x86_64')
+url='http://py-gnupg.sourceforge.net/'
+license=('GPL')
+depends=('gnupg' 'python2')
+conflicts=('python-gnupginterface<=0.3.2-6')
+replaces=('python-gnupginterface<=0.3.2-6')
+source=("http://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz")
+md5sums=('d4627d83446f96bd8c22f8d15db3f7c2')
+
+package_python2-gnupginterface() {
+  cd "$srcdir/GnuPGInterface-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+}



More information about the arch-commits mailing list