# -*- 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 67246 2010-05-03 13:02:28Z rmsfisher@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                python-musicbrainz2
version             0.7.2
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     89fa67121973014dec8629f2cc75b826 \
                    sha1    3d5e557f627bd3720eb236765bfc9fd2a6b0fb7a \
                    rmd160  10520e3d4bce185f7980098b7b47b3a1f4564247

livecheck.type		regex
livecheck.url		${homepage}
livecheck.regex		"${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
