12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.6";
19 src = fetchFromGitHub {
23 sha256 = "sha256-voD4tR+k5TKGjLXFK94GJy4+wUoP2cSFc5BWkCiinOg=";
26 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Python module to control Brightech Kuler Sky Bluetooth LED devices";
43 homepage = "https://github.com/emlove/pykulersky";
44 license = with licenses; [ asl20 ];
45 maintainers = with maintainers; [ fab ];