11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-eT/sqLykd4gQVt972646mH+QArf7p/XQH53/UtsuKRs=";
24 # https://github.com/StefanIacobLivisi/aiolivisi/pull/3
25 substituteInPlace setup.py \
26 --replace 'REQUIREMENTS = list(val.strip() for val in open("requirements.txt"))' "" \
27 --replace "REQUIREMENTS," "[],"
30 propagatedBuildInputs = [
39 pythonImportsCheck = [
44 description = "Module to communicate with LIVISI Smart Home Controller";
45 homepage = "https://github.com/StefanIacobLivisi/aiolivisi";
46 changelog = "https://github.com/StefanIacobLivisi/aiolivisi/releases/tag/${version}";
47 license = with licenses; [ asl20 ];
48 maintainers = with maintainers; [ fab ];