17 buildPythonPackage rec {
18 pname = "notifications-python-client";
22 disabled = pythonOlder "3.8";
24 src = fetchFromGitHub {
26 repo = "notifications-python-client";
28 hash = "sha256-k4q6FS3wjolt4+qtDQlunBLmCCPgLgrhr8zgOMEX4QU=";
32 substituteInPlace setup.py \
33 --replace-fail "pytest-runner" ""
36 build-system = [ setuptools ];
52 pythonImportsCheck = [ "notifications_python_client" ];
55 description = "Python client for the GOV.UK Notify API";
56 homepage = "https://github.com/alphagov/notifications-python-client";
57 changelog = "https://github.com/alphagov/notifications-python-client/blob/${version}/CHANGELOG.md";
58 license = licenses.mit;
59 maintainers = with maintainers; [ fab ];