From ff75c955954b32c1aa6fa301303e9df5ef53078e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 9 Mar 2015 10:57:26 -0400 Subject: support libs: round2 refresh Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-passlib_1.6.2.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-passlib_1.6.2.bb (limited to 'meta-openstack/recipes-devtools/python/python-passlib_1.6.2.bb') 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 @@ +DESCRIPTION = "comprehensive password hashing framework supporting over 30 schemes" +HOMEPAGE = "http://passlib.googlecode.com" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ec76a9db3f987418e132c0f0210e5ab1" + +PR = "r0" +SRCNAME = "passlib" + +SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "2f872ae7c72ca338634c618f2cff5863" +SRC_URI[sha256sum] = "e987f6000d16272f75314c7147eb015727e8532a3b747b1a8fb58e154c68392d" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf