10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
18 owner = "andrewsayre";
21 sha256 = "sha256-zYjv7wRxQTS4PnNaY69bw9xE6I4DZMocwUzEICBfwqM=";
24 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "Python implementation to work with SmartApp lifecycle events";
39 homepage = "https://github.com/andrewsayre/pysmartapp";
40 changelog = "https://github.com/andrewsayre/pysmartapp/releases/tag/${version}";
41 license = with licenses; [ mit ];
42 maintainers = with maintainers; [ fab ];