8 buildPythonPackage rec {
9 pname = "aladdin-connect";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-kLvMpSGa5WyDOH3ejAJyFGsB9IiMXp+nvVxM/ZkxyFw=";
22 propagatedBuildInputs = [
26 # Project has no tests
29 pythonImportsCheck = [
34 description = "Python library for interacting with Genie Aladdin Connect devices";
35 homepage = "https://github.com/shoejosh/aladdin-connect";
36 changelog = "https://github.com/shoejosh/aladdin-connect/releases/tag/${version}";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ fab ];