20 buildPythonPackage rec {
25 disabled = pythonOlder "3.10";
27 src = fetchFromGitLab {
28 owner = "keatontaylor";
30 rev = "refs/tags/v${version}";
31 hash = "sha256-M6cv1l6UpUJ0Wn7Swa7Cv+XsDNbzHLNrTJjU5ePL83Q=";
43 propagatedBuildInputs = [
57 pythonImportsCheck = [
61 # Module has no tests (only a websocket test which seems unrelated to the module)
65 description = "Python Package for controlling Alexa devices (echo dot, etc) programmatically";
66 homepage = "https://gitlab.com/keatontaylor/alexapy";
67 changelog = "https://gitlab.com/keatontaylor/alexapy/-/blob/v${version}/CHANGELOG.md";
68 license = licenses.asl20;
69 maintainers = with maintainers; [ fab ];