1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
10 sha256 = "1q6scs8lp84v0aph6b5c9jhv51rhq2vmzpdd38db92ybkq0g597l";
13 pythonImportsCheck = [ "gntp" "gntp.notifier" ];
15 # requires a growler service to be running
19 homepage = "https://github.com/kfdm/gntp/";
20 description = "Python library for working with the Growl Notification Transport Protocol";
22 license = licenses.mit;
23 maintainers = [ maintainers.jfroche ];