# $Id: Portfile 55567 2009-08-13 15:47:01Z wsiegrist@apple.com $

PortSystem			1.0
PortGroup			python25 1.0
name				py25-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:py25-simplejson

post-destroot {
   foreach eggfile [glob ${destroot}${python.pkgd}/python_twitter-${version}-py${python.branch}.egg-info/*] {
      file attributes ${eggfile} -permissions 0644
   }
}

