[101677] trunk/dports/python
jmr at macports.org
jmr at macports.org
Wed Jan 16 20:39:52 PST 2013
Revision: 101677
https://trac.macports.org/changeset/101677
Author: jmr at macports.org
Date: 2013-01-16 20:39:52 -0800 (Wed, 16 Jan 2013)
Log Message:
-----------
py*-mutagen: unify, mark noarch
Modified Paths:
--------------
trunk/dports/python/py-mutagen/Portfile
Removed Paths:
-------------
trunk/dports/python/py25-mutagen/
trunk/dports/python/py26-mutagen/
trunk/dports/python/py27-mutagen/
Modified: trunk/dports/python/py-mutagen/Portfile
===================================================================
--- trunk/dports/python/py-mutagen/Portfile 2013-01-17 03:46:06 UTC (rev 101676)
+++ trunk/dports/python/py-mutagen/Portfile 2013-01-17 04:39:52 UTC (rev 101677)
@@ -2,15 +2,16 @@
# $Id$
PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
name py-mutagen
-version 1.15
+version 1.20
description A Python module to handle audio metadata
platforms darwin
+supported_archs noarch
categories python audio devel
license GPL-2
-maintainers sfiera openmaintainer
+maintainers sfiera elelay openmaintainer
long_description \
Supports ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg \
Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG audio \
@@ -21,11 +22,16 @@
packet/page level.
distname mutagen-${version}
-homepage http://code.google.com/p/quodlibet/wiki/Development/Mutagen
-master_sites http://www.sacredchao.net/~piman/software/
-checksums md5 c346e1290711a38c123727c31f3602f8 \
- sha1 831e618f6f0778a5cc285332d3d1e363dd31d652 \
- rmd160 2763d311941e8408d800d929a731a89f443c66b6
-livecheck.type regex
-livecheck.url http://code.google.com/p/quodlibet/downloads/list
-livecheck.regex "mutagen-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+homepage http://code.google.com/p/mutagen/
+master_sites googlecode:mutagen
+checksums md5 adb16d9f6056bc864a5c86c6f885af79 \
+ sha1 7a8c1918160e6b5d24acd146f57c08ed942a2fa8 \
+ rmd160 e8edceba11d670cdd3021429debcf454e11d4d96
+
+python.versions 24 25 26 27
+
+if {$subport == $name} {
+ livecheck.type regex
+ livecheck.url http://code.google.com/p/mutagen/downloads/list
+ livecheck.regex "mutagen-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130116/fdd6b672/attachment.html>
More information about the macports-changes
mailing list