# $Id: Portfile 89245 2012-01-21 23:27:47Z and.damore@macports.org $

PortSystem			1.0
PortGroup			python 1.0
name				py-twitter
version				0.8.2
license             APL-2
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

python.versions         24 25 26 27

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

checksums           md5     a5d79ba7228ff00bc83a8486e7434106 \
                    sha1    a119f4da1694bc5396fc27875e538999bbf5d8d2 \
                    rmd160  3fff2e9923e26acc2d87369b36b9bcca88ad9f12

if {$subport != $name} {
    depends_lib			port:py${python.version}-simplejson
}
