[87809] trunk/dports/python

jameskyle at macports.org jameskyle at macports.org
Tue Dec 6 22:12:09 PST 2011


Revision: 87809
          http://trac.macports.org/changeset/87809
Author:   jameskyle at macports.org
Date:     2011-12-06 22:12:08 -0800 (Tue, 06 Dec 2011)
Log Message:
-----------
Added prettytable dependency and port for p27-novaclient

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

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

Modified: trunk/dports/python/py27-novaclient/Portfile
===================================================================
--- trunk/dports/python/py27-novaclient/Portfile	2011-12-07 05:48:36 UTC (rev 87808)
+++ trunk/dports/python/py27-novaclient/Portfile	2011-12-07 06:12:08 UTC (rev 87809)
@@ -22,6 +22,7 @@
 git.url           https://github.com/rackspace/${distname}.git
 git.branch        ${version}
 
+depends_lib      port:py27-prettytable
 pre-fetch {
     ui_msg "-->  Fetching from git repository..."
 }

Added: trunk/dports/python/py27-prettytable/Portfile
===================================================================
--- trunk/dports/python/py27-prettytable/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-prettytable/Portfile	2011-12-07 06:12:08 UTC (rev 87809)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-prettytable
+version             0.5
+maintainers         nomaintainer
+platforms           darwin
+license             BSD
+
+description         A simple Python library for easily displaying tabular \
+                    data in a visually appealing ASCII table format.
+long_description    PrettyTable is a simple Python library designed to make \
+                    it quick and easy to represent tabular data in visually \
+                    appealing ASCII tables. It was inspired by the ASCII \
+                    tables used in the PostgreSQL shell psql. PrettyTable \
+                    allows for selection of which columns are to be printed, \
+                    independent alignment of columns (left or right justified \
+                    or centred) and printing of "sub-tables" by specifying a \
+                    row range.
+categories-append   python text
+
+homepage            http://pypi.python.org/pypi/PrettyTable
+master_sites        http://pypi.python.org/packages/source/P/PrettyTable
+distname            prettytable-${version}
+
+depends_build       port:py27-distribute
+
+checksums           rmd160  7843bf72243da43287caecdaa1956d80b7372ffd \
+                    sha256  52dbc76b9fdc53f6386ce9380a93653dbff20717296605449b86a73f426b7d8b
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111206/7c0583c8/attachment.html>


More information about the macports-changes mailing list