13 buildPythonPackage rec {
16 disabled = pythonOlder "3.6";
18 src = fetchFromGitHub {
22 sha256 = "11bsvmvazx9gpj0w80b6wgdp41z8y2sk6bhkj3ps7grsgr59n7rz";
26 sed -i "/--cov/d" setup.cfg
29 propagatedBuildInputs = [
38 ] ++ lib.optionals (pythonOlder "3.8") [
42 pythonImportsCheck = [ "pyzerproc" ];
45 description = "Python library to control Zerproc Bluetooth LED smart string lights";
46 homepage = "https://github.com/emlove/pyzerproc";
47 license = with licenses; [ asl20 ];
48 maintainers = with maintainers; [ fab ];
49 platforms = platforms.linux;