[75158] trunk/dports/python/quodlibet/Portfile

rmstonecipher at macports.org rmstonecipher at macports.org
Sun Jan 16 16:47:39 PST 2011


Revision: 75158
          http://trac.macports.org/changeset/75158
Author:   rmstonecipher at macports.org
Date:     2011-01-16 16:47:29 -0800 (Sun, 16 Jan 2011)
Log Message:
-----------
python/quodlibet revised dependencies to use python 2.7 versions

Modified Paths:
--------------
    trunk/dports/python/quodlibet/Portfile

Modified: trunk/dports/python/quodlibet/Portfile
===================================================================
--- trunk/dports/python/quodlibet/Portfile	2011-01-17 00:36:15 UTC (rev 75157)
+++ trunk/dports/python/quodlibet/Portfile	2011-01-17 00:47:29 UTC (rev 75158)
@@ -2,11 +2,11 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python27 1.0
 
 name                quodlibet
 version             2.2.1
-revision            3
+revision            4
 categories-append   audio gnome
 maintainers         elelay rmstonecipher openmaintainer
 platforms           darwin
@@ -33,11 +33,11 @@
                     sha1    bd46e850a66630faec0b6885e98d5921f04c3637 \
                     rmd160  6cb4943d9469d74006cbedd340475a48cc360940
 
-depends_lib         port:dbus-python26 \
+depends_lib         port:dbus-python27 \
                     port:gst-plugins-good \
-                    port:py26-gst-python \
-                    port:py26-mutagen \
-                    port:py26-feedparser \
+                    port:py27-gst-python \
+                    port:py27-mutagen \
+                    port:py27-feedparser \
                     port:python-musicbrainz2
 
 patchfiles          patch-setup.py.diff \
@@ -45,7 +45,7 @@
                     patch-quodlibet-qltk-x.py.diff
 post-patch {
     foreach file { quodlibet.py exfalso.py } {
-        reinplace "s|/usr/bin/env python|${frameworks_dir}/Python.framework/Versions/2.6/bin/python2.6|g" \
+        reinplace "s|/usr/bin/env python|${frameworks_dir}/Python.framework/Versions/2.7/bin/python2.7|g" \
             ${worksrcpath}/${file}
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110116/45f5b0e0/attachment-0001.html>


More information about the macports-changes mailing list