[arch-commits] Commit in python-gnupginterface/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Mon Oct 28 12:40:45 UTC 2019


    Date: Monday, October 28, 2019 @ 12:40:44
  Author: lfleischer
Revision: 520836

upgpkg: python-gnupginterface 0.3.2-7

Replace Python 2 version.

Modified:
  python-gnupginterface/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-28 12:37:55 UTC (rev 520835)
+++ PKGBUILD	2019-10-28 12:40:44 UTC (rev 520836)
@@ -1,21 +1,18 @@
 # Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
 # Contributor: Aaron Schaefer <aaron at elasticdog.com>
 
-pkgbase=python-gnupginterface
-pkgname=python2-gnupginterface
+pkgname=python-gnupginterface
 pkgver=0.3.2
-pkgrel=4
+pkgrel=7
 pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
 arch=('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')
+depends=('gnupg' 'python')
 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
+package() {
+	cd "$srcdir/GnuPGInterface-$pkgver"
+	python setup.py install --root="$pkgdir" -O1
 }



More information about the arch-commits mailing list