Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
python-keyring: 3.8
  • Loading branch information
JonnyJD committed Jul 18, 2014
1 parent f94d818 commit 11d22e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
15 changes: 4 additions & 11 deletions python-keyring/PKGBUILD
Expand Up @@ -5,28 +5,21 @@
# Contributor: Steven Allen <steven {at} stebalien {dot} com>

pkgname=python-keyring
pkgver=3.7
pkgrel=2
pkgver=3.8
pkgrel=1
pkgdesc="Store and access your passwords safely."
arch=(any)
url="http://pypi.python.org/pypi/keyring"
license=('PSF')
depends=('python')
source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.zip"
kwallet.patch)
source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.zip")
checkdepends=('python-nose' 'python-mock')
optdepends=('libgnome-keyring: Gnome integration'
'python-gobject: Gnome integration'
'kdebindings-python: Kde integration'
'python-crypto: CLI keyring'
'python-secretstorage: SecretService DBus API (GNOME/KDE)')
md5sums=('7746c545debacf983ec1c01966cacec3'
'3ee835c05b40204f14bbfaec4ffc1d24')

prepare() {
cd "$srcdir/keyring-$pkgver"
patch -p1 < ../kwallet.patch
}
md5sums=('39fd65bf2acbb7d5a7b9b22a2ecc03df')

build() {
cd "$srcdir/keyring-$pkgver"
Expand Down
12 changes: 0 additions & 12 deletions python-keyring/kwallet.patch

This file was deleted.

0 comments on commit 11d22e5

Please sign in to comment.