9 buildPythonPackage rec {
15 url = "http://das.nasophon.de/download/${pname}-${version}.tar.gz";
16 sha256 = "13vry6xhxm7adnbyj28w1kpwrh0kf7nw83cz1yq74wl21faz2rzw";
19 buildInputs = [ liblo cython ];
22 homepage = "http://das.nasophon.de/pyliblo/";
23 description = "Python wrapper for the liblo OSC library";
24 license = licenses.lgpl21;