# $Id: Portfile 78753 2011-05-21 14:00:08Z ryandesign@macports.org $

PortSystem			1.0
PortGroup			python24 1.0

name				py-pastedeploy
version				1.3.1
categories-append		www
maintainers			nomaintainer
description			Paste Deployment is a system for finding and \
				configuring WSGI applications and servers.
long_description		${description}

platforms			darwin

homepage			http://pythonpaste.org/deploy/
master_sites			http://cheeseshop.python.org/packages/source/P/PasteDeploy/
distname			PasteDeploy-${version}

checksums			md5 a14b360b4ddb0d3ca7aa9bad41d6c91c \
				sha1 84cdb077618db0b0c03b91298e91f8db70082547 \
				rmd160 72ce5acb08f889a9c0c694e1344bdb24067864ae

depends_lib			port:py-setuptools
