# $Id: Portfile 76953 2011-03-15 03:47:33Z blb@macports.org $ PortSystem 1.0 PortGroup python26 1.0 set pymodname tweepy name py26-${pymodname} version 1.7.1 categories-append devel net license MIT maintainers blb openmaintainer description A python library for the Twitter API. long_description \ ${description} OAuth, complete coverage, streaming API platforms darwin homepage http://github.com/joshthecoder/${pymodname} master_sites http://pypi.python.org/packages/source/t/${pymodname}/ distname ${pymodname}-${version} checksums md5 57905b4e6fd8ec52a22be37ee6ffcc31 \ sha1 dfd15e00bb8edd5e0f77cf4ccd90cf88f8f1ab65 \ rmd160 3741c895d7352644d463218fd5fd2e492bd457b9 post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} README \ ${destroot}${prefix}/share/doc/${name} } livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${pymodname}-(\[.\\d\]+)\\.tar\\.gz