# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                py-mingus
version             0.4.2.3
categories-append   audio
maintainers         nomaintainer
license             GPL-3+
supported_archs     noarch

description         Music package for Python
long_description \
    mingus is a package for Python used by programmers, musicians, composers \
    and researchers to make and investigate music. At the core of mingus is \
    music theory, which includes topics like intervals, chords, scales and \
    progressions.

python.versions     27

platforms           darwin

homepage            http://mingus.googlecode.com/
master_sites        googlecode:mingus
distname            mingus-${version}

# can remove with next version update
dist_subdir         python

checksums           md5     ef1c3a9a2b4e39806018988c62413328 \
                    sha1    ffbd12d53375f95966e3d00474af75d28a9acbf1 \
                    rmd160  c8dc63b0b1b4e3d0b1417c71c27ef2fd2e15a68a

if {${name} ne ${subport}} {
    livecheck.type  none
}