[87808] trunk/dports/python

jameskyle at macports.org jameskyle at macports.org
Tue Dec 6 21:48:37 PST 2011


Revision: 87808
          http://trac.macports.org/changeset/87808
Author:   jameskyle at macports.org
Date:     2011-12-06 21:48:36 -0800 (Tue, 06 Dec 2011)
Log Message:
-----------
Added client for nova api

Added Paths:
-----------
    trunk/dports/python/py27-novaclient/
    trunk/dports/python/py27-novaclient/Portfile

Added: trunk/dports/python/py27-novaclient/Portfile
===================================================================
--- trunk/dports/python/py27-novaclient/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-novaclient/Portfile	2011-12-07 05:48:36 UTC (rev 87808)
@@ -0,0 +1,29 @@
+# -*- 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-novaclient
+distname          python-novaclient
+version           master
+categories        python net
+platforms         darwin
+maintainers       nomaintainer
+license           Apache
+supported_archs   noarch
+
+description       Command line for openstack api
+long_description  This is a client for the OpenStack Nova API. There's a Python \
+                  API (the novaclient module), and a command-line script (nova). \
+                  Each implements 100% of the OpenStack Nova API.
+homepage          https://github.com/rackspace/python-novaclient
+fetch.type        git
+git.url           https://github.com/rackspace/${distname}.git
+git.branch        ${version}
+
+pre-fetch {
+    ui_msg "-->  Fetching from git repository..."
+}
+
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111206/89875a20/attachment.html>


More information about the macports-changes mailing list