21 buildPythonPackage rec {
22 pname = "fastapi-mail";
26 disabled = pythonOlder "3.8";
28 src = fetchFromGitHub {
30 repo = "fastapi-mail";
32 hash = "sha256-QypW7yE5jBkS1Q4XPIOktWnCmCXGoUzZF/SdWmFsPX8=";
40 build-system = [ poetry-core ];
53 optional-dependencies = {
64 # Tests require access to /etc/resolv.conf
65 "test_default_checker"
69 pythonImportsCheck = [ "fastapi_mail" ];
72 description = "Module for sending emails and attachments";
73 homepage = "https://github.com/sabuhish/fastapi-mail";
74 changelog = "https://github.com/sabuhish/fastapi-mail/releases/tag/${version}";
75 license = with licenses; [ mit ];
76 maintainers = with maintainers; [ fab ];