13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.6";
20 src = fetchFromGitHub {
24 hash = "sha256-coO+WBnv5HT14ym719qr3Plm1JuiaNdAvD1QVPj65oU=";
27 propagatedBuildInputs = [
38 pythonImportsCheck = [ "pykulersky" ];
41 description = "Python module to control Brightech Kuler Sky Bluetooth LED devices";
42 mainProgram = "pykulersky";
43 homepage = "https://github.com/emlove/pykulersky";
44 license = with licenses; [ asl20 ];
45 maintainers = with maintainers; [ fab ];