16 buildPythonPackage rec {
21 # Still uses distrutils, https://github.com/MisterWil/skybellpy/issues/22
22 disabled = pythonOlder "3.6" || pythonAtLeast "3.12";
24 src = fetchFromGitHub {
27 rev = "refs/tags/v${version}";
28 hash = "sha256-/+9KYxXYTN0T6PoccAA/pwdwWqOzCSZdNxj6xi6oG74=";
31 build-system = [ setuptools ];
45 pythonImportsCheck = [ "skybellpy" ];
48 description = "Python wrapper for the Skybell alarm API";
49 homepage = "https://github.com/MisterWil/skybellpy";
50 changelog = "https://github.com/MisterWil/skybellpy/releases/tag/v${version}";
51 license = licenses.mit;
52 maintainers = with maintainers; [ fab ];
53 mainProgram = "skybellpy";