[64218] trunk/dports/python

rmsfisher at macports.org rmsfisher at macports.org
Thu Feb 25 22:38:53 PST 2010


Revision: 64218
          http://trac.macports.org/changeset/64218
Author:   rmsfisher at macports.org
Date:     2010-02-25 22:38:49 -0800 (Thu, 25 Feb 2010)
Log Message:
-----------
python/python-musicbrainz2 new port, python-based library to access the MusicBrainz Database

Added Paths:
-----------
    trunk/dports/python/python-musicbrainz2/
    trunk/dports/python/python-musicbrainz2/Portfile

Added: trunk/dports/python/python-musicbrainz2/Portfile
===================================================================
--- trunk/dports/python/python-musicbrainz2/Portfile	                        (rev 0)
+++ trunk/dports/python/python-musicbrainz2/Portfile	2010-02-26 06:38:49 UTC (rev 64218)
@@ -0,0 +1,28 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id: Portfile 63420 2010-02-04 18:48:20Z elelay at macports.org $
+
+PortSystem          1.0
+PortGroup           Python26 1.0
+
+name                python-musicbrainz2
+version             0.7.0
+categories          python net audio
+maintainers         rmsfisher openmaintainer
+platforms           darwin
+description         python-based library to access the MusicBrainz Database
+
+long_description \
+    The package python-musicbrainz2 is a client library written in python \
+    which provides easy object oriented access to the MusicBrainz Database \
+    using the XML Web Service.
+
+homepage            http://musicbrainz.org/doc/PythonMusicbrainz
+master_sites        http://ftp.musicbrainz.org/pub/musicbrainz/${name}
+
+checksums           md5     7aa39add30fcd7e1724d4b29ba1f050e \
+                    sha1    a2fd00a90e7826c3516041dbbdaa9a38c1d9c3e0 \
+                    rmd160  ec2a229475eb6ea8675753822e202ab87761e953
+
+livecheck.type		regex
+livecheck.url		${homepage}
+livecheck.regex		"${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100225/de7fa1f2/attachment.html>


More information about the macports-changes mailing list