[93600] trunk/dports/python/py-pudb/Portfile
jmr at macports.org
jmr at macports.org
Sun May 27 15:44:02 PDT 2012
Revision: 93600
https://trac.macports.org/changeset/93600
Author: jmr at macports.org
Date: 2012-05-27 15:44:02 -0700 (Sun, 27 May 2012)
Log Message:
-----------
py-pudb: replace py-pygments dep with py24-pygments
Modified Paths:
--------------
trunk/dports/python/py-pudb/Portfile
Modified: trunk/dports/python/py-pudb/Portfile
===================================================================
--- trunk/dports/python/py-pudb/Portfile 2012-05-27 22:40:56 UTC (rev 93599)
+++ trunk/dports/python/py-pudb/Portfile 2012-05-27 22:44:02 UTC (rev 93600)
@@ -30,10 +30,6 @@
python.default_version 27
if {$subport != $name} {
- depends_lib port:py${python.version}-urwid
- if {${python.version} == "24"} {
- depends_lib-append port:py-pygments
- } else {
- depends_lib-append port:py${python.version}-pygments
- }
+ depends_lib port:py${python.version}-urwid \
+ port:py${python.version}-pygments
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120527/24d7072c/attachment.html>
More information about the macports-changes
mailing list