summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authordrochner <drochner>2011-04-14 17:27:04 +0000
committerdrochner <drochner>2011-04-14 17:27:04 +0000
commitdef7029665f9218fa9be20883108875887c19640 (patch)
tree42f3702f290973d0c68389ffbaf2694335861f48 /security
parenta9c79a5fac3197fe3a0a2d57bff2bde17ed1d40d (diff)
downloadpkgsrc-def7029665f9218fa9be20883108875887c19640.tar.gz
add py-keyring-0.5.1, from Kamel Derouiche per pkgsrc-wip
Diffstat (limited to 'security')
-rw-r--r--security/py-keyring/DESCR5
-rw-r--r--security/py-keyring/Makefile19
-rw-r--r--security/py-keyring/PLIST34
-rw-r--r--security/py-keyring/distinfo5
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