# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 89320 2012-01-25 03:52:45Z rmstonecipher@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                python-musicbrainz2
version             0.7.4
categories          python net audio
maintainers         rmstonecipher 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     40ac802d832deca737cce57235cb23a5 \
                    sha1    c59872b473bd1cadff8bacbe258fed0831938c80 \
                    rmd160  39ed43751190a586e40938ac9b7fb0f25bfed442

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