# $Id: Portfile 59970 2009-10-28 06:54:23Z pguyot@kallisys.net $

PortSystem			1.0
PortGroup			python24 1.0
name				py-twitter
version				0.6
categories-append	devel
maintainers			nomaintainer
description			Interface for the Twitter API.
long_description \
	This library provides a pure python interface for the Twitter API.

platforms			darwin

homepage			http://code.google.com/p/python-twitter/
master_sites		googlecode:python-twitter
distname			python-twitter-${version}

checksums           md5     e1f5c50c60c74944d29ce28178972b95 \
                    sha1    44e226ba59e32a15ce2f2ae6d38bc62a85d19e05 \
                    rmd160  1d813877cac653be4463f82b25eb7d95b8877e80

depends_lib			port:py-simplejson
