Revision: 87325 http://trac.macports.org/changeset/87325 Author: jameskyle@macports.org Date: 2011-11-16 21:12:55 -0800 (Wed, 16 Nov 2011) Log Message: ----------- Added euca2ools for python 2.7. Library and command line tools for EC2 and S3 API's. Added Paths: ----------- trunk/dports/python/py27-euca2ools/ trunk/dports/python/py27-euca2ools/Portfile Added: trunk/dports/python/py27-euca2ools/Portfile =================================================================== --- trunk/dports/python/py27-euca2ools/Portfile (rev 0) +++ trunk/dports/python/py27-euca2ools/Portfile 2011-11-17 05:12:55 UTC (rev 87325) @@ -0,0 +1,38 @@ +# -*- 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$ + +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..." +} + +