diff options
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.bb | 17 |
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 @@ | |||
| 1 | DESCRIPTION = "comprehensive password hashing framework supporting over 30 schemes" | ||
| 2 | HOMEPAGE = "http://passlib.googlecode.com" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ec76a9db3f987418e132c0f0210e5ab1" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "passlib" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "2f872ae7c72ca338634c618f2cff5863" | ||
| 13 | SRC_URI[sha256sum] = "e987f6000d16272f75314c7147eb015727e8532a3b747b1a8fb58e154c68392d" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
