# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-passlib version 1.6.2 python.versions 27 33 34 categories-append www security maintainers snc openmaintainer license bsd supported_archs noarch description password hashing library long_description ${name} is a ${description} for Python 2 & 3, \ which provies cross-platform implementations \ of over 20 password hashing algorithms, as \ well as a framework for managing existing \ passowrd hashes. platforms darwin homepage http://packages.python.org/passlib/ master_sites googlecode:passlib distname passlib-${version} if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools checksums md5 7334e15062c068a45299c4e045840fef \ rmd160 e3551e1b2841f4f32e47be2d20662c7fe245aa96 \ sha256 df61b5f24be662c269a2a5afce03c94e866fe37c02e24c0a5790f779fe5d3426 livecheck.type none } else { livecheck.name passlib livecheck.regex passlib-(\\d+(\\.\\d+)+)${extract.suffix} }