Don't like ads? PRO users don't see any ads ;-)
Guest

[PYTHON-KEYRING] By SpepS

By: a guest on Oct 19th, 2010  |  syntax: None  |  size: 0.58 KB  |  hits: 106  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Maintainer: Brice Maron <brice@bmaron.net>
  2. # Contributor: SpepS <dreamspepser at yahoo dot it>
  3.  
  4. pkgname=python-keyring
  5. pkgver=0.4
  6. pkgrel=3
  7. pkgdesc="Store and access your passwords safely."
  8. arch=(i686 x86_64)
  9. url="http://pypi.python.org/pypi/keyring"
  10. license=('PSF')
  11. depends=('python2' 'libgnome-keyring')
  12. source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz")
  13. md5sums=('f4c8fe1a3aa7236e437679d03f5f52c2')
  14.  
  15. build() {
  16.  
  17.   cd "$srcdir/keyring-$pkgver"
  18.  
  19.   export PYTHON="python2"
  20.  
  21.   python2 setup.py install --root=$pkgdir
  22. }
  23.  
  24. # vim:set ts=2 sw=2 et: