10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-cCP7BU2f7QJe9gAI298cvkp3OGijvBv8G1RN7qfZ5PE=";
22 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Python package for sending notifications to LaMetric Time";
37 homepage = "https://github.com/keans/lmnotify";
38 license = licenses.mit;
39 maintainers = with maintainers; [ rhoriguchi ];