1 { lib, buildPythonPackage, fetchPypi, pkg-config, libsmf, glib, pytest, cython }:
3 buildPythonPackage rec {
9 sha256 = "10i7vvvdx6c3gl4afsgnpdanwgzzag087zs0fxvfipnqknazj806";
13 rm $sourceRoot/src/smf.c
16 nativeBuildInputs = [ pkg-config pytest cython ];
17 buildInputs = [ libsmf glib ];
20 homepage = "https://das.nasophon.de/pysmf/";
21 description = "Python extension module for reading and writing Standard MIDI Files, based on libsmf.";
22 license = licenses.bsd2;