10 buildPythonPackage rec {
13 format = "setuptools";
17 url = "http://das.nasophon.de/download/${pname}-${version}.tar.gz";
18 sha256 = "13vry6xhxm7adnbyj28w1kpwrh0kf7nw83cz1yq74wl21faz2rzw";
23 url = "https://git.alpinelinux.org/aports/plain/community/py3-pyliblo/py3.11.patch?id=a7e1eca5533657ddd7e37c43e67e8126e3447258";
24 hash = "sha256-4yCWNQaE/9FHGTVuvNEimBNuViWZ9aSJMcpTOP0fnM0=";
28 build-system = [ cython_0 ];
30 buildInputs = [ liblo ];
33 homepage = "https://das.nasophon.de/pyliblo/";
34 description = "Python wrapper for the liblo OSC library";
35 license = licenses.lgpl21Only;