Revision
130534
Author
larryv@macports.org
Date
2014-12-31 11:33:02 -0800 (Wed, 31 Dec 2014)

Log Message

py{24,25}-id3lib: Replace with py27

Modified Paths

Diff

Modified: trunk/dports/python/py-graveyard/Portfile (130533 => 130534)


--- trunk/dports/python/py-graveyard/Portfile	2014-12-31 19:33:00 UTC (rev 130533)
+++ trunk/dports/python/py-graveyard/Portfile	2014-12-31 19:33:02 UTC (rev 130534)
@@ -227,6 +227,7 @@
 py-hyperestraier        0.0.15_1    24
 py-hypy                 0.8.3_1     25 26
 py-icalendar            3.5_1       26
+py-id3lib               0.5.1_1     24 25
 py-imdb                 4.8.2_2     24 25 26
 py-imread               0.5_1       26 32 33
 py-ipaddr               2.1.9_1     25 26

Modified: trunk/dports/python/py-id3lib/Portfile (130533 => 130534)


--- trunk/dports/python/py-id3lib/Portfile	2014-12-31 19:33:00 UTC (rev 130533)
+++ trunk/dports/python/py-id3lib/Portfile	2014-12-31 19:33:02 UTC (rev 130534)
@@ -17,16 +17,14 @@
 distname		pyid3lib-${version}
 checksums		md5 5fd37a7dda7c540f665ca5d428a28f5e
 
-python.versions	24 25 26 27
+python.versions	26 27
 
 if {${name} ne ${subport}} {
     depends_lib-append	port:id3lib port:zlib
 
-    patchfiles		patch-setup.py.diff
+    patchfiles		patch-setup.py.diff \
+    			patch-pyid3lib.py.diff
     post-patch {
         reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/setup.py
     }
-    if {${python.version} > 24} {
-        patchfiles-append patch-pyid3lib.py.diff
-    }
 }