blob: 78f9b0190cb7a392cda176bee67a7ce3027cefc8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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"
SRC_URI[md5sum] = "2f872ae7c72ca338634c618f2cff5863"
SRC_URI[sha256sum] = "e987f6000d16272f75314c7147eb015727e8532a3b747b1a8fb58e154c68392d"
inherit setuptools pypi
|