13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
24 sha256 = "sha256-FNiq/dbh5PMTxnKCKDSHEvllehAEUYvWZS+OyP3lSW8=";
28 sed -i "/--cov/d" setup.cfg
31 propagatedBuildInputs = [
40 ] ++ lib.optionals (pythonOlder "3.8") [
44 pythonImportsCheck = [
49 description = "Python library to control Zerproc Bluetooth LED smart string lights";
50 homepage = "https://github.com/emlove/pyzerproc";
51 license = with licenses; [ asl20 ];
52 maintainers = with maintainers; [ fab ];
53 platforms = platforms.linux;