[126580] trunk/dports/python

larryv at macports.org larryv at macports.org
Sat Oct 11 23:36:22 PDT 2014


Revision: 126580
          https://trac.macports.org/changeset/126580
Author:   larryv at macports.org
Date:     2014-10-11 23:36:21 -0700 (Sat, 11 Oct 2014)
Log Message:
-----------
py{25,26}-fancycompleter: Replace with py27-fancycompleter

Modified Paths:
--------------
    trunk/dports/python/py-fancycompleter/Portfile
    trunk/dports/python/py-graveyard/Portfile

Removed Paths:
-------------
    trunk/dports/python/py-fancycompleter/files/py25-exception-handling.patch

Modified: trunk/dports/python/py-fancycompleter/Portfile
===================================================================
--- trunk/dports/python/py-fancycompleter/Portfile	2014-10-12 06:36:16 UTC (rev 126579)
+++ trunk/dports/python/py-fancycompleter/Portfile	2014-10-12 06:36:21 UTC (rev 126580)
@@ -7,7 +7,7 @@
 name                    py-fancycompleter
 set real_name           fancycompleter
 version                 0.4
-python.versions         25 26 27
+python.versions         27
 maintainers             nomaintainer
 license                 BSD
 
@@ -21,9 +21,6 @@
 checksums               rmd160  f8f92df73269877a84e79cb31b1db678bce23f42 \
                         sha256  13e25da511c011cb48c8c59fd408774f0329b36d01ba7da8add486ae05b278d7
 
-subport py25-fancycompleter {
-    patchfiles          py25-exception-handling.patch
-}
 if {${name} ne ${subport}} {
     depends_build           port:py${python.version}-setuptools
     depends_lib-append      port:py${python.version}-repl

Deleted: trunk/dports/python/py-fancycompleter/files/py25-exception-handling.patch
===================================================================
--- trunk/dports/python/py-fancycompleter/files/py25-exception-handling.patch	2014-10-12 06:36:16 UTC (rev 126579)
+++ trunk/dports/python/py-fancycompleter/files/py25-exception-handling.patch	2014-10-12 06:36:21 UTC (rev 126580)
@@ -1,11 +0,0 @@
---- fancycompleter.py.orig	2012-03-16 10:54:45.000000000 -0400
-+++ fancycompleter.py	2012-03-16 10:55:01.000000000 -0400
-@@ -140,7 +140,7 @@
-             try:
-                 my_execfile(rcfile, mydict)
-                 return mydict['Config']()
--            except Exception as e:
-+            except Exception, e:
-                 print('** error when importing %s: %s **' % (filename, e))
-         return self.DefaultConfig()
- 

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2014-10-12 06:36:16 UTC (rev 126579)
+++ trunk/dports/python/py-graveyard/Portfile	2014-10-12 06:36:21 UTC (rev 126580)
@@ -45,6 +45,7 @@
 des                 2.0.1_1     24 25 26 31 32
 django              1.5.1_1     32
 django-nose         1.2         25 32
+fancycompleter      0.4_1       25 26
 imdb                4.8.2_2     24 25 26
 iplib               0.7_2       24
 jedi                0.8.0_2     26 32 33
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141011/2e21c7af/attachment.html>


More information about the macports-changes mailing list