1 { lib, isPy3k, fetchFromGitHub, buildPythonPackage
4 buildPythonPackage rec {
9 # Release not published to Pypi
10 src = fetchFromGitHub {
14 sha256 = "0hbpyns1j1fpvpj7gyb8cz359j7l4hzfqbig74xp4xih59sih0wj";
17 propagatedBuildInputs = [
21 # Tests need network access
25 homepage = "https://aiosmtpd.readthedocs.io/en/latest/";
26 description = "Asyncio based SMTP server";
28 This is a server for SMTP and related protocols, similar in utility to the
29 standard library's smtpd.py module, but rewritten to be based on asyncio for
32 license = licenses.asl20;
33 maintainers = with maintainers; [ eadwu ];