# -*- 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-rtmidi-python
version             0.2.2
platforms           darwin
license             MIT
maintainers         {mojca @mojca} openmaintainer

description         Python wrapper for RtMidi
long_description    Python wrapper for RtMidi, the lightweight, cross-platform MIDI I/O library

homepage            https://github.com/superquadratic/rtmidi-python
master_sites        pypi:r/rtmidi-python
distname            rtmidi-python-${version}

checksums           rmd160  246334f69cf21659926f61cb1c61894b050beae0 \
                    sha256  a092ab3d9b45d43a342a602a60bfd94381dce39d8120f4d06152d7755d57ecf2

python.versions     27 35 36

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools

    livecheck.type      none
} else {
    livecheck.type      pypi
}