summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-passlib_1.6.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-03-09 10:57:26 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-03-09 10:57:26 -0400
commitff75c955954b32c1aa6fa301303e9df5ef53078e (patch)
tree85a2d2deeb12b289d4c729c4f5985fb72795fffd /meta-openstack/recipes-devtools/python/python-passlib_1.6.2.bb
parent1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 (diff)
downloadmeta-cloud-services-ff75c955954b32c1aa6fa301303e9df5ef53078e.tar.gz
support libs: round2 refresh
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-passlib_1.6.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-passlib_1.6.2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-passlib_1.6.2.bb b/meta-openstack/recipes-devtools/python/python-passlib_1.6.2.bb
new file mode 100644
index 0000000..43d6016
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-passlib_1.6.2.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "comprehensive password hashing framework supporting over 30 schemes"
2HOMEPAGE = "http://passlib.googlecode.com"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=ec76a9db3f987418e132c0f0210e5ab1"
6
7PR = "r0"
8SRCNAME = "passlib"
9
10SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "2f872ae7c72ca338634c618f2cff5863"
13SRC_URI[sha256sum] = "e987f6000d16272f75314c7147eb015727e8532a3b747b1a8fb58e154c68392d"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools