Info2: << Package: keyring-py%type_pkg[python] Version: 2.0.1 Revision: 1 Type: python (2.6 2.7 3.1 3.2 3.3) Description: Store and access your passwords safely DescDetail: << The Python keyring lib provides a easy way to access the system keyring service from python. It can be used in any application that needs safe password storage. The keyring services supported by the Python keyring lib: OSXKeychain: supports the Keychain service in Mac OS X. KDEKWallet: supports the KDE's Kwallet service. GnomeKeyring: for Gnome environment. Besides these native password storing services provided by operating systems. Python keyring lib also provides following build-in keyrings. Win32CryptoKeyring: for Windows 2k+. CryptedFileKeyring: a command line interface keyring base on PyCrypto. UncryptedFileKeyring: a keyring which leaves passwords directly in file. << DescUsage: << OSXKeychain and UncryptedFileKeyring are always supported, with OSXKeychain as the default. Install pycrypto-py%type_pkg[python] to enable CryptedFileKeyring and gnome-python2-desktop-py%type_pkg[python] for GnomeKeyring support. KDEKWallet isn't currently supported and Win32CryptoKeyring, of course, isn't either. << Maintainer: Daniel Johnson License: OSI-Approved Homepage: http://pypi.python.org/pypi/keyring Source: https://pypi.python.org/packages/source/k/keyring/keyring-%v.zip Source-MD5: d41cd4029c2b7ac795eac5caf0e2d501 Depends: python%type_pkg[python] BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python] Suggests: pycrypto-py%type_pkg[python] (>= 2.6-1), gnome-python2-desktop-py%type_pkg[python] CompileScript: %p/bin/python%type_raw[python] setup.py build #InfoTest: << # TestDepends: << # (%type_pkg[python] <= 26) unittest2-py%type_pkg[python], # (%type_pkg[python] <= 27) fs-py%type_pkg[python], # (%type_pkg[python] <= 27) gdata-py%type_pkg[python], # (%type_pkg[python] <= 27) keyczar-py%type_pkg[python], # mock-py%type_pkg[python], # pycrypto-py%type_pkg[python], # pytest-py%type_pkg[python], # pytest-runner-py%type_pkg[python], hgtools-py%type_pkg[python] # << # TestScript: %p/bin/python%type_raw[python] setup.py ptr || exit 2 #<< InstallScript: << %p/bin/python%type_raw[python] setup.py install --root=%d mv %i/bin/keyring %i/bin/keyring-py%type_pkg[python] << PostInstScript: << update-alternatives --verbose --install "%p/bin/keyring" keyring "%p/bin/keyring-py%type_pkg[python]" %type_pkg[python] << PreRmScript: << if [ $1 != "upgrade" ]; then update-alternatives --verbose --remove keyring "%p/bin/keyring-py%type_pkg[python]" fi << DocFiles: CHANGES.rst CONTRIBUTORS.txt PKG-INFO README.rst demo <<