summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2013-06-14 09:41:01 +0000
committerkleink <kleink@pkgsrc.org>2013-06-14 09:41:01 +0000
commit28564cd268a4eb6e97f1084cb554777057c20708 (patch)
tree0b2cfb17cc83c70f7ac77d498f9b5aea2247a4a5 /security
parent0c86a50cd5e21e2429fdab5da64df9530343559a (diff)
downloadpkgsrc-28564cd268a4eb6e97f1084cb554777057c20708.tar.gz
Import itsdangerous-0.21 as security/py-itsdangerous.
It's Dangerous ... so better sign this Various helpers to pass data to untrusted environments and to get it back safe and sound. This repository provides a module that is a port of the django signing module. It's not directly copied but some changes were applied to make it work better on its own.
Diffstat (limited to 'security')
-rw-r--r--security/py-itsdangerous/DESCR9
-rw-r--r--security/py-itsdangerous/Makefile19
-rw-r--r--security/py-itsdangerous/PLIST9
-rw-r--r--security/py-itsdangerous/distinfo5
4 files changed, 42 insertions, 0 deletions
diff --git a/security/py-itsdangerous/DESCR b/security/py-itsdangerous/DESCR
new file mode 100644
index 00000000000..1ef583ff407
--- /dev/null
+++ b/security/py-itsdangerous/DESCR
@@ -0,0 +1,9 @@
+It's Dangerous
+ ... so better sign this
+
+Various helpers to pass data to untrusted environments and to get it back
+safe and sound.
+
+This repository provides a module that is a port of the django signing
+module. It's not directly copied but some changes were applied to
+make it work better on its own.
diff --git a/security/py-itsdangerous/Makefile b/security/py-itsdangerous/Makefile
new file mode 100644
index 00000000000..4232bc4007d
--- /dev/null
+++ b/security/py-itsdangerous/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2013/06/14 09:41:01 kleink Exp $
+
+DISTNAME= itsdangerous-0.21
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= security python
+MASTER_SITES= http://pypi.python.org/packages/source/i/itsdangerous/
+
+MAINTAINER= kleink@NetBSD.org
+HOMEPAGE= http://pythonhosted.org/itsdangerous/
+COMMENT= Helpers to pass trusted data to untrusted environments and back
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # empty
+
+PYTHON_VERSIONS_INCLUDE_3X= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 31 32
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-itsdangerous/PLIST b/security/py-itsdangerous/PLIST
new file mode 100644
index 00000000000..c1408fe63f8
--- /dev/null
+++ b/security/py-itsdangerous/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2013/06/14 09:41:01 kleink Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/itsdangerous.py
+${PYSITELIB}/itsdangerous.pyc
+${PYSITELIB}/itsdangerous.pyo
diff --git a/security/py-itsdangerous/distinfo b/security/py-itsdangerous/distinfo
new file mode 100644
index 00000000000..5c69fae2844
--- /dev/null
+++ b/security/py-itsdangerous/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/06/14 09:41:01 kleink Exp $
+
+SHA1 (itsdangerous-0.21.tar.gz) = 683391f0331a65ab762d2561a25b852692dbd14c
+RMD160 (itsdangerous-0.21.tar.gz) = 09a1003cc07e3a3d9b764e58c692ed609f2bb241
+Size (itsdangerous-0.21.tar.gz) = 8595 bytes