diff options
author | drochner <drochner@pkgsrc.org> | 2011-04-14 17:27:04 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-04-14 17:27:04 +0000 |
commit | 9b0600fdbcc2fb84d68e71400cc4160be259d99b (patch) | |
tree | 42f3702f290973d0c68389ffbaf2694335861f48 /security | |
parent | 3ab9e5af2d848a8daa4a9e23e1b21367a6b58e4d (diff) | |
download | pkgsrc-9b0600fdbcc2fb84d68e71400cc4160be259d99b.tar.gz |
add py-keyring-0.5.1, from Kamel Derouiche per pkgsrc-wip
Diffstat (limited to 'security')
-rw-r--r-- | security/py-keyring/DESCR | 5 | ||||
-rw-r--r-- | security/py-keyring/Makefile | 19 | ||||
-rw-r--r-- | security/py-keyring/PLIST | 34 | ||||
-rw-r--r-- | security/py-keyring/distinfo | 5 |
4 files changed, 63 insertions, 0 deletions
diff --git a/security/py-keyring/DESCR b/security/py-keyring/DESCR new file mode 100644 index 00000000000..fbe962e41d0 --- /dev/null +++ b/security/py-keyring/DESCR @@ -0,0 +1,5 @@ +The Python keyring lib provides an easy way to access the system keyring +service from Python. It can be used in any application that needs safe password +storage. It supports OSX, KDE, Gnome and Windows's native password storing +services. Besides this, it is shipped with kinds of Python implemented keyring +for the left environments. diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile new file mode 100644 index 00000000000..7cfd0a90de8 --- /dev/null +++ b/security/py-keyring/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/04/14 17:27:04 drochner Exp $ +# + +DISTNAME= keyring-0.5.1 +PKGNAME= ${PYPKGPREFIX}-keyring-0.5.1 +CATEGORIES= security +MASTER_SITES= http://pypi.python.org/packages/source/k/keyring/ + +MAINTAINER= pkgsrc.gnome@gmail.com +HOMEPAGE= http://pypi.python.org/packages/source/k/keyring/ +COMMENT= Store and access your passwords safely +LICENSE= python-software-foundation + +PKG_DESTDIR_SUPPORT= user-destdir + +PYDISTUTILSPKG= yes + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/py-keyring/PLIST b/security/py-keyring/PLIST new file mode 100644 index 00000000000..52a7fe7dca8 --- /dev/null +++ b/security/py-keyring/PLIST @@ -0,0 +1,34 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/14 17:27:04 drochner Exp $ +${PYSITELIB}/keyring/__init__.py +${PYSITELIB}/keyring/__init__.pyc +${PYSITELIB}/keyring/__init__.pyo +${PYSITELIB}/keyring/backend.py +${PYSITELIB}/keyring/backend.pyc +${PYSITELIB}/keyring/backend.pyo +${PYSITELIB}/keyring/backends/__init__.py +${PYSITELIB}/keyring/backends/__init__.pyc +${PYSITELIB}/keyring/backends/__init__.pyo +${PYSITELIB}/keyring/core.py +${PYSITELIB}/keyring/core.pyc +${PYSITELIB}/keyring/core.pyo +${PYSITELIB}/keyring/getpassbackend.py +${PYSITELIB}/keyring/getpassbackend.pyc +${PYSITELIB}/keyring/getpassbackend.pyo +${PYSITELIB}/keyring/tests/__init__.py +${PYSITELIB}/keyring/tests/__init__.pyc +${PYSITELIB}/keyring/tests/__init__.pyo +${PYSITELIB}/keyring/tests/test_backend.py +${PYSITELIB}/keyring/tests/test_backend.pyc +${PYSITELIB}/keyring/tests/test_backend.pyo +${PYSITELIB}/keyring/tests/test_core.py +${PYSITELIB}/keyring/tests/test_core.pyc +${PYSITELIB}/keyring/tests/test_core.pyo +${PYSITELIB}/keyring/tests/test_util.py +${PYSITELIB}/keyring/tests/test_util.pyc +${PYSITELIB}/keyring/tests/test_util.pyo +${PYSITELIB}/keyring/util/__init__.py +${PYSITELIB}/keyring/util/__init__.pyc +${PYSITELIB}/keyring/util/__init__.pyo +${PYSITELIB}/keyring/util/escape.py +${PYSITELIB}/keyring/util/escape.pyc +${PYSITELIB}/keyring/util/escape.pyo diff --git a/security/py-keyring/distinfo b/security/py-keyring/distinfo new file mode 100644 index 00000000000..c523fa217c3 --- /dev/null +++ b/security/py-keyring/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/04/14 17:27:04 drochner Exp $ + +SHA1 (keyring-0.5.1.tar.gz) = f7b9005313a24c4a00a295efcba4f9b2c1085f26 +RMD160 (keyring-0.5.1.tar.gz) = 950eeae68f5aa4605d42e091a24872ff24d7ad4d +Size (keyring-0.5.1.tar.gz) = 17928 bytes |