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

Felix Yan fyan at archlinux.org
Tue Jan 27 04:03:52 UTC 2015


    Date: Tuesday, January 27, 2015 @ 05:03:51
  Author: fyan
Revision: 126625

upgpkg: python-keyring 4.1-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-27 04:02:33 UTC (rev 126624)
+++ PKGBUILD	2015-01-27 04:03:51 UTC (rev 126625)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Contributor: Johannes Dewender  arch at JonnyJD dot net
 # Contributor: Ivan Sichmann Freitas <ivansichfreitas at gmail.com>
 # Contributor: Brice Maron <brice at bmaron.net>
@@ -8,8 +8,8 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=4.0
-pkgrel=2
+pkgver=4.1
+pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
 url="http://pypi.python.org/pypi/keyring"
@@ -19,7 +19,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 'python-crypto' 'python2-crypto'
               'python-secretstorage' 'python2-secretstorage' 'python-gobject' 'python2-gobject' 'libgnome-keyring'
               'kdebindings-python' 'kdebindings-python2' 'python2-gdata')
-md5sums=('4d1055abcac582f11cb0941cf22ab4d0')
+md5sums=('580e05c8f0184680d66f3c3ab619757f')
 
 prepare() {
   cp -a keyring-$pkgver{,-py2}
@@ -42,7 +42,7 @@
 }
 
 package_python-keyring() {
-  depends=('python')
+  depends=('python-setuptools')
   optdepends=('libgnome-keyring: Gnome integration'
             'python-gobject: Gnome integration'
             'kdebindings-python: Kde integration'
@@ -54,7 +54,7 @@
 }
 
 package_python2-keyring() {
-  depends=('python2')
+  depends=('python2-setuptools')
   optdepends=('libgnome-keyring: Gnome integration'
             'python2-gobject: Gnome integration'
             'kdebindings-python2: Kde integration'



More information about the arch-commits mailing list