Files
Clemens Lang e49f1806c7 Drop Mojca's ports
As requested by her in private email on 2025-01-14.

Thank you for all the work Mojca!
2025-01-14 16:51:18 +01:00

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
}