10 buildPythonPackage rec {
14 src = fetchFromGitHub {
16 repo = "python-lacrosse";
18 sha256 = "0g5hqm8lq0gsnvhcydjk54rjf7lpxzph8k7w1nnvnqfbhf31xfcf";
21 propagatedBuildInputs = [ pyserial ];
29 pythonImportsCheck = [ "pylacrosse" ];
32 description = "Python library for Jeelink LaCrosse";
33 homepage = "https://github.com/hthiery/python-lacrosse";
34 license = with licenses; [ lgpl2Plus ];
35 maintainers = with maintainers; [ fab ];