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

Felix Yan fyan at archlinux.org
Sat Aug 8 06:02:47 UTC 2015


    Date: Saturday, August 8, 2015 @ 08:02:47
  Author: fyan
Revision: 138112

upgpkg: python-keyring 5.4-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-08 05:52:36 UTC (rev 138111)
+++ PKGBUILD	2015-08-08 06:02:47 UTC (rev 138112)
@@ -8,18 +8,18 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=5.3
+pkgver=5.4
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
 url="http://pypi.python.org/pypi/keyring"
 license=('PSF' 'MIT')
-source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.zip")
-makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz")
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
 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=('fd50a2be4a44a78efb09a7c046b6410d')
+              'kdebindings-python' 'kdebindings-python2' 'python2-gdata' 'python-fs' 'python2-fs')
+md5sums=('ed60cc006c1bc629bf92e100cca952ea')
 
 prepare() {
   cp -a keyring-$pkgver{,-py2}
@@ -34,6 +34,8 @@
 }
 
 check() {
+  # Not using ptr because we are not packaging keyczar
+
   cd "$srcdir/keyring-$pkgver"
   py.test
 



More information about the arch-commits mailing list