11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
18 src = fetchFromGitHub {
22 hash = "sha256-sUy37sEPEMyFYFVBzFVdcg31nZAyC+Ricm4LqxmjuQQ=";
25 propagatedBuildInputs = [
31 # Project has no tests
34 pythonImportsCheck = [ "pynello" ];
37 description = "Python library for nello.io intercoms";
38 mainProgram = "nello";
39 homepage = "https://github.com/pschmitt/pynello";
40 license = with licenses; [ gpl3Only ];
41 maintainers = with maintainers; [ fab ];