9 buildPythonPackage rec {
10 pname = "tellduslive";
13 src = fetchFromGitHub {
17 sha256 = "0aqhj6fq2z2qb4jyk23ygjicf5nlj8lkya7blkyqb7jra5k1gyg0";
20 propagatedBuildInputs = [
26 # Project has no tests
28 pythonImportsCheck = [ "tellduslive" ];
31 description = "Python module to communicate with Telldus Live";
32 homepage = "https://github.com/molobrakos/tellduslive";
33 license = with licenses; [ unlicense ];
34 maintainers = with maintainers; [ fab ];