
[PYTHON-KEYRING] By SpepS
By: a guest on
Oct 19th, 2010 | syntax:
None | size: 0.58 KB | hits: 106 | expires: Never
# Maintainer: Brice Maron <brice@bmaron.net>
# Contributor: SpepS <dreamspepser at yahoo dot it>
pkgname=python-keyring
pkgver=0.4
pkgrel=3
pkgdesc="Store and access your passwords safely."
arch=(i686 x86_64)
url="http://pypi.python.org/pypi/keyring"
license=('PSF')
depends=('python2' 'libgnome-keyring')
source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz")
md5sums=('f4c8fe1a3aa7236e437679d03f5f52c2')
build() {
cd "$srcdir/keyring-$pkgver"
export PYTHON="python2"
python2 setup.py install --root=$pkgdir
}
# vim:set ts=2 sw=2 et: