# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem        1.0
PortGroup         python25 1.0

name              py25-boto
version           1.8d
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     3de4ac64015a9b06960fd14827a9c07a \
                  sha1    b07fc8867e9297bcf665988fec26eafe32714aa9 \
                  rmd160  878e00b70b0e5764ca158081970e0a21d5356dd7

universal_variant no

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