# $Id: Portfile 106951 2013-06-12 14:10:35Z jmr@macports.org $

PortSystem			1.0
PortGroup			python 1.0

name				py-authkit
version				0.3.0pre5
categories-append		www
license				MIT
maintainers			nomaintainer
description			An authentication and authorization toolkit for WSGI applications and frameworks
long_description	$description
platforms			darwin
supported_archs		noarch
homepage			http://3aims.com/
master_sites			http://cheeseshop.python.org/packages/source/A/AuthKit/
distname			AuthKit-${version}
checksums			md5 3a2b1aca6eb7bd843aef9a8556a191f4 \
				sha1 f3dae685aa210c3a27a58817d9841a4cd3ebe2a4 \
				rmd160 09b4cdaf4c9ab128660a27685746d799c0d8b1b8

python.versions		25

if {$subport != $name} {
    use_zip			yes
    patchfiles		setup.py.diff
    depends_build	port:py${python.version}-setuptools
}
