[126637] trunk/dports/devel/PIDA/Portfile

larryv at macports.org larryv at macports.org
Sun Oct 12 20:02:32 PDT 2014


Revision: 126637
          https://trac.macports.org/changeset/126637
Author:   larryv at macports.org
Date:     2014-10-12 20:02:32 -0700 (Sun, 12 Oct 2014)
Log Message:
-----------
PIDA: Switch from Python 2.6 to 2.7

Also lose the dependency on py-argparse, which got rolled into the
Python distribution in 2.7.

Modified Paths:
--------------
    trunk/dports/devel/PIDA/Portfile

Modified: trunk/dports/devel/PIDA/Portfile
===================================================================
--- trunk/dports/devel/PIDA/Portfile	2014-10-13 02:59:22 UTC (rev 126636)
+++ trunk/dports/devel/PIDA/Portfile	2014-10-13 03:02:32 UTC (rev 126637)
@@ -6,7 +6,7 @@
 
 name            PIDA
 version         0.6.2
-revision        2
+revision        3
 license         GPL-2+
 description     The Python Integrated Development Application
 long_description \
@@ -21,12 +21,11 @@
 checksums       sha1    c2ba4fb5e3220d0b8fd5d33f418164b05e840e34 \
                 rmd160  3c622c53e622938b163a5304306821ed90c3404a
 
-python.default_version 26
+python.default_version 27
 
 depends_build   port:py${python.version}-setuptools \
                 port:pkgconfig
-depends_lib     port:py${python.version}-argparse \
-                port:py${python.version}-bpython \
+depends_lib     port:py${python.version}-bpython \
                 port:py${python.version}-pygtk \
                 port:py${python.version}-pygtkhelpers \
                 port:py${python.version}-py \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141012/f7b87afd/attachment.html>


More information about the macports-changes mailing list