[121208] branches/gsoc14-pip2port

gaurav at macports.org gaurav at macports.org
Fri Jun 20 00:17:27 PDT 2014


Revision: 121208
          https://trac.macports.org/changeset/121208
Author:   gaurav at macports.org
Date:     2014-06-20 00:17:26 -0700 (Fri, 20 Jun 2014)
Log Message:
-----------
Minor change due to inconsistent spacing

Modified Paths:
--------------
    branches/gsoc14-pip2port/pypi2port
    branches/gsoc14-pip2port/pypi2port.py

Modified: branches/gsoc14-pip2port/pypi2port
===================================================================
--- branches/gsoc14-pip2port/pypi2port	2014-06-20 06:15:32 UTC (rev 121207)
+++ branches/gsoc14-pip2port/pypi2port	2014-06-20 07:17:26 UTC (rev 121208)
@@ -139,8 +139,7 @@
         if not value['filename'].split('.')[-1] == 'gz':
             fetch(pkg_name, value)
     try:
-        with open('./sources/python/' + pkg_name + '/EGG-INFO/requires.txt')
-        as f:
+        with open('./sources/python/' + pkg_name + '/EGG-INFO/requires.txt') as f:
             list = f.readlines()
             list = [x.strip('\n') for x in list]
         f.close()

Modified: branches/gsoc14-pip2port/pypi2port.py
===================================================================
--- branches/gsoc14-pip2port/pypi2port.py	2014-06-20 06:15:32 UTC (rev 121207)
+++ branches/gsoc14-pip2port/pypi2port.py	2014-06-20 07:17:26 UTC (rev 121208)
@@ -139,8 +139,7 @@
         if not value['filename'].split('.')[-1] == 'gz':
             fetch(pkg_name, value)
     try:
-        with open('./sources/python/' + pkg_name + '/EGG-INFO/requires.txt')
-        as f:
+        with open('./sources/python/' + pkg_name + '/EGG-INFO/requires.txt') as f:
             list = f.readlines()
             list = [x.strip('\n') for x in list]
         f.close()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140620/a21db82a/attachment.html>


More information about the macports-changes mailing list