# $Id: Portfile 62160 2009-12-30 08:33:17Z blb@macports.org $

PortSystem        1.0
PortGroup         python31 1.0

name              py31-httplib2
version           2-0.6.0
categories        python devel net
platforms         darwin
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         md5     04f73e296c02c9cd7151db33a2671b7c \
                  sha1    995344b2704826cc0d61a266e995b328d92445a5 \
                  rmd160  bfba7a586bd3b2234c8ccbf15f2cc5640bd4f664
distname          httplib${version}

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