8 buildPythonPackage rec {
9 pname = "pymailgunner";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
19 hash = "sha256-QKwpW1aeN6OI76Kocow1Zhghq4/fl/cMPexny0MTwQs=";
22 propagatedBuildInputs = [
29 pythonImportsCheck = [
34 description = "Library for interacting with Mailgun e-mail service";
35 homepage = "https://github.com/pschmitt/pymailgunner";
36 license = with licenses; [ asl20 ];
37 maintainers = with maintainers; [ fab ];