1 { buildPythonPackage, fetchPypi, isPy3k, lib }:
3 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "2c6825d2ffa1de099440411a742f58e1b3e8deeb3345adcfd4c2c38d4baf62b3";
15 homepage = "https://github.com/moggers87/lmtpd";
16 description = "LMTP counterpart to smtpd in the Python standard library";
17 license = licenses.mit;
18 maintainers = with maintainers; [ jluttine ];