[98623] trunk/dports/python

jameskyle at macports.org jameskyle at macports.org
Wed Oct 10 12:15:30 PDT 2012


Revision: 98623
          http://trac.macports.org//changeset/98623
Author:   jameskyle at macports.org
Date:     2012-10-10 12:15:30 -0700 (Wed, 10 Oct 2012)
Log Message:
-----------
Upgraded dependencies and portfile for py27-novaclient

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

Removed Paths:
-------------
    trunk/dports/python/py27-novaclient/files/patch-setup.py.diff

Modified: trunk/dports/python/py27-novaclient/Portfile
===================================================================
--- trunk/dports/python/py27-novaclient/Portfile	2012-10-10 16:03:07 UTC (rev 98622)
+++ trunk/dports/python/py27-novaclient/Portfile	2012-10-10 19:15:30 UTC (rev 98623)
@@ -19,12 +19,13 @@
                   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.url           git://github.com/openstack/python-novaclient.git
 git.branch        ${version}
 
 depends_lib      port:py27-prettytable \
-                 port:py27-httplib2
-patchfiles       patch-setup.py.diff
+                 port:py27-httplib2 \
+                 port:py27-simplejson \
+                 port:py27-iso8601
 pre-fetch {
     ui_msg "-->  Fetching from git repository..."
 }

Deleted: trunk/dports/python/py27-novaclient/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py27-novaclient/files/patch-setup.py.diff	2012-10-10 16:03:07 UTC (rev 98622)
+++ trunk/dports/python/py27-novaclient/files/patch-setup.py.diff	2012-10-10 19:15:30 UTC (rev 98623)
@@ -1,15 +0,0 @@
---- setup.py.orig	2011-12-06 22:42:34.000000000 -0800
-+++ setup.py	2011-12-06 22:42:42.000000000 -0800
-@@ -17,7 +17,11 @@
- import sys
- 
- 
--requirements = ["httplib2", "argparse", "prettytable"]
-+requirements = ["httplib2", "prettytable"]
-+
-+if sys.version_info < (2, 7):
-+        requirements.append("argparse")
-+
- if sys.version_info < (2, 6):
-     requirements.append("simplejson")
- 

Modified: trunk/dports/python/py27-prettytable/Portfile
===================================================================
--- trunk/dports/python/py27-prettytable/Portfile	2012-10-10 16:03:07 UTC (rev 98622)
+++ trunk/dports/python/py27-prettytable/Portfile	2012-10-10 19:15:30 UTC (rev 98623)
@@ -5,7 +5,7 @@
 PortGroup           python27 1.0
 
 name                py27-prettytable
-version             0.5
+version             0.6.1
 maintainers         nomaintainer
 platforms           darwin
 license             BSD
@@ -29,5 +29,6 @@
 
 depends_build       port:py27-distribute
 
-checksums           rmd160  7843bf72243da43287caecdaa1956d80b7372ffd \
-                    sha256  52dbc76b9fdc53f6386ce9380a93653dbff20717296605449b86a73f426b7d8b
+checksums           rmd160  bd1ba3653d6665dec40f0954bc371aab19dc4353 \
+                    sha256  4085e520da758d6e22e115377ca5d3723f04fb186303879ab98277070444a9cb
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121010/b38da8a3/attachment.html>


More information about the macports-changes mailing list