# -*- 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-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}

depends_lib      port:py27-prettytable \
                 port:py27-httplib2
patchfiles       patch-setup.py.diff
pre-fetch {
    ui_msg "-->  Fetching from git repository..."
}


