You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
26 lines
862 B
Tcl
26 lines
862 B
Tcl
# -*- 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 nomaintainer
|
|
|
|
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
|
|
|
|
checksums rmd160 246334f69cf21659926f61cb1c61894b050beae0 \
|
|
sha256 a092ab3d9b45d43a342a602a60bfd94381dce39d8120f4d06152d7755d57ecf2
|
|
|
|
python.versions 27 35 36
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
}
|