# $Id: Portfile 79817 2011-06-26 23:06:55Z blb@macports.org $

PortSystem        1.0
PortGroup         python31 1.0

name              py31-httplib2
version           2-0.7.1
categories        python devel net
platforms         darwin
license           MIT
maintainers       blb openmaintainer
description       A comprehensive HTTP client library in Python
long_description  A comprehensive HTTP client library that supports \
                  many features left out of other HTTP libraries.
homepage          http://code.google.com/p/httplib2/
master_sites      http://httplib2.googlecode.com/files/
checksums         sha1    e30ac0f099c1d7f9dc5bfb309441f65fb01f5dd8 \
                  rmd160  84c341c8cb56f1a36a71a86874151ebd95d5ff77
distname          httplib${version}

livecheck.type    regex
livecheck.url     ${homepage}downloads/list
livecheck.regex   {httplib(\d-\d+(?:\.\d+)*).tar.gz}
