# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 88422 2012-01-02 01:18:04Z ryandesign@macports.org $

PortSystem        1.0
PortGroup         python27 1.0

name              py27-euca2ools
distname          euca2ools
epoch             1
version           2.0
categories        python net
platforms         darwin
maintainers       nomaintainer
license           MIT
supported_archs   noarch

description       Command line tools for EC2 and S3 API's.
long_description  Euca2ools are command-line tools for interacting with Web \
                  services that export a REST/Query-based API compatible with \
                  Amazon EC2 and S3 services.The tools can be used with both \
                  Amazon's services and with installations of the Eucalyptus \
                  open-source cloud-computing infrastructure. The tools were \
                  inspired by command-line tools distributed by Amazon \
                  (api-tools and ami-tools) and largely accept the same \
                  options and environment variables.
homepage          https://launchpad.net/euca2ools
fetch.type        bzr
bzr.url           lp:euca2ools
bzr.revision      494

depends_lib       port:py27-boto \
                  port:py27-m2crypto

pre-fetch {
    ui_msg "-->  Fetching from bzr repository..."
}


