# $Id: Portfile 62702 2010-01-14 03:13:32Z blb@macports.org $ PortSystem 1.0 PortGroup python26 1.0 set pymodname tweepy name py26-${pymodname} version 1.5 categories-append devel net 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 9ac8e3fb2113d76d1825a8d8c980a088 \ sha1 5d35ea005e73d799e7344cf965dd52f540284378 \ rmd160 594dc3ed2cb77fd52cad19fb92eba7daaa9e80f2 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