git » python-keyring.git » commit e166e80

upgpkg: 5.4-1

author Felix Yan
2015-08-08 06:02:47 UTC
committer Felix Yan
2015-08-08 06:02:47 UTC
parent e37e842737d4f30bb9e8a32d639d402206178a52

upgpkg: 5.4-1

PKGBUILD +7 -5

diff --git a/PKGBUILD b/PKGBUILD
index f7fd48d..d2a13f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,18 +7,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}
@@ -33,6 +33,8 @@ build() {
 }
 
 check() {
+  # Not using ptr because we are not packaging keyczar
+
   cd "$srcdir/keyring-$pkgver"
   py.test