dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit ef8da69107b762d25fa7defadbcf514117f13f01
parent 9fd8a641d187bf8bb87a366db49dcd2625c85d90
Author: Dan Callaghan <djc@djc.id.au>
Date:   Fri, 15 Oct 2010 20:56:04 +1000

added python-musicbrainz2-0.7.2

Diffstat:
Mmetadata/categories.conf | 1+
Apackages/dev-python/python-musicbrainz2/python-musicbrainz2-0.7.2.exheres-0 | 25+++++++++++++++++++++++++
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/metadata/categories.conf b/metadata/categories.conf
@@ -1,3 +1,4 @@
+dev-python
 gnome-desktop
 mail-client
 sys-auth
diff --git a/packages/dev-python/python-musicbrainz2/python-musicbrainz2-0.7.2.exheres-0 b/packages/dev-python/python-musicbrainz2/python-musicbrainz2-0.7.2.exheres-0
@@ -0,0 +1,25 @@
+# Copyright 2010 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require distutils [ python_dep=2.6 ]
+
+SUMMARY="Python bindings for MusicBrainz web services"
+DESCRIPTION="
+Python library for accessing web services of the MusicBrainz open music database.
+"
+HOMEPAGE="http://musicbrainz.org/doc/PythonMusicbrainz"
+DOWNLOADS="http://ftp.musicbrainz.org/pub/musicbrainz/${PN}/${PNV}.tar.gz"
+
+LICENCES="BSD-3"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+
+DEPENDENCIES="
+    build:
+        dev-lang/python[>=2.5]
+    run:
+        media-libs/libdiscid[>=0.1.0]
+"
+
+BUGS_TO="djc@djc.id.au"
+