14 buildPythonPackage rec {
15 pname = "automate-home";
17 format = "setuptools";
19 disabled = pythonOlder "3.8";
22 inherit pname version;
23 hash = "sha256-41qd+KPSrOrczkovwXht3irbcYlYehBZ1HZ44yZe4cM=";
26 propagatedBuildInputs = [
40 # Rename pyephem, https://github.com/majamassarini/automate-home/pull/3
41 substituteInPlace setup.py \
42 --replace "pyephem" "ephem" \
43 --replace "aioredis==1.3.1" "aioredis"
46 pythonImportsCheck = [
51 description = "Python module to automate (home) devices";
52 homepage = "https://github.com/majamassarini/automate-home";
53 license = licenses.gpl3Only;
54 maintainers = with maintainers; [ fab ];