[112316] trunk/dports/python/py-spyder

eborisch at macports.org eborisch at macports.org
Thu Oct 17 14:19:24 PDT 2013


Revision: 112316
          https://trac.macports.org/changeset/112316
Author:   eborisch at macports.org
Date:     2013-10-17 14:19:24 -0700 (Thu, 17 Oct 2013)
Log Message:
-----------
py-spyder: fixes #40801

Modified Paths:
--------------
    trunk/dports/python/py-spyder/Portfile
    trunk/dports/python/py-spyder/files/spyderlib_start_app.py.diff

Modified: trunk/dports/python/py-spyder/Portfile
===================================================================
--- trunk/dports/python/py-spyder/Portfile	2013-10-17 21:05:38 UTC (rev 112315)
+++ trunk/dports/python/py-spyder/Portfile	2013-10-17 21:19:24 UTC (rev 112316)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 name                py-spyder
 version             2.2.5
-revision            1
+revision            2
 epoch               20111202
 
 PortGroup           python 1.0

Modified: trunk/dports/python/py-spyder/files/spyderlib_start_app.py.diff
===================================================================
--- trunk/dports/python/py-spyder/files/spyderlib_start_app.py.diff	2013-10-17 21:05:38 UTC (rev 112315)
+++ trunk/dports/python/py-spyder/files/spyderlib_start_app.py.diff	2013-10-17 21:19:24 UTC (rev 112316)
@@ -11,7 +11,7 @@
  import random
  import sys
  
-+if os.environ['LANG'] == 'UTF-8':
++if os.environ.get('LANG') == 'UTF-8':
 +  os.environ['LANG'] = 'en_US.UTF-8'
 +
  # Local imports
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131017/d18feaa2/attachment.html>


More information about the macports-changes mailing list