# $Id: Portfile 71674 2010-09-19 18:15:13Z singingwolfboy@macports.org $

PortSystem        1.0
PortGroup         python27 1.0

name              py27-boto
version           1.9b
categories        python net
platforms         darwin
maintainers       nomaintainer

description       python interface to Amazon Web Services
long_description  An integrated interface to current and future \
                  infrastructural services offered by Amazon Web Services.

homepage          http://code.google.com/p/boto/
master_sites      http://boto.googlecode.com/files/
distname          boto-${version}

checksums         md5     4fc2fd7b70a971b1363f8465aafe7091 \
                  sha1    00a033b0a593c3ca82927867950f73d88b831155 \
                  rmd160  0d403ad76bf02a60699693dc13cd0911196ec844

universal_variant no

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