10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
18 owner = "Danielhiversen";
20 rev = "refs/tags/${version}";
21 hash = "sha256-enYo2hZ1C8jqO+8xZhSmIOJQAyrtVUJ9S/e2Bxzhv0I=";
24 propagatedBuildInputs = [
34 substituteInPlace setup.py \
35 --replace '"pytest-runner>=5.2",' ""
42 pythonImportsCheck = [
47 description = "Python library to communicate with the flux_led smart bulbs";
48 homepage = "https://github.com/Danielhiversen/flux_led";
49 changelog = "https://github.com/Danielhiversen/flux_led/releases/tag/${version}";
50 license = licenses.lgpl3Plus;
51 maintainers = with maintainers; [ colemickens ];
52 platforms = platforms.linux;