11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-cCP7BU2f7QJe9gAI298cvkp3OGijvBv8G1RN7qfZ5PE=";
23 propagatedBuildInputs = [
32 pythonImportsCheck = [ "lmnotify" ];
35 description = "Python package for sending notifications to LaMetric Time";
36 homepage = "https://github.com/keans/lmnotify";
37 license = licenses.mit;
38 maintainers = with maintainers; [ rhoriguchi ];