12 buildPythonPackage rec {
18 inherit pname version;
19 hash = "sha256-pc4bpWyNgt9Ryz8pRrXdM6cFInkazEuFZOYtKyCtnKo=";
26 pythonImportsCheck = [
35 description = "Open Sound Control server and client in pure python";
36 homepage = "https://github.com/attwad/python-osc";
37 changelog = "https://github.com/attwad/python-osc/blob/v${version}/CHANGELOG.md";
38 license = licenses.unlicense;
39 maintainers = with maintainers; [ anirrudh ];