pyspf: init at 2.0.12

This commit is contained in:
Nikolay Amiantov 2015-11-02 00:47:56 +03:00
parent 36ebae29ce
commit 0b0e9e924e

View File

@ -6202,6 +6202,24 @@ in modules // {
propagatedBuildInputs = with self; [ pyramid hawkauthlib tokenlib webtest ];
};
pyspf = buildPythonPackage rec {
name = "pyspf-${version}";
version = "2.0.12";
src = pkgs.fetchurl {
url = "mirror://sourceforge/pymilter/pyspf/${name}/${name}.tar.gz";
sha256 = "18j1rmbmhih7q6y12grcj169q7sx1986qn4gmpla9y5gwfh1p8la";
};
meta = {
homepage = http://bmsi.com/python/milter.html;
description = "Python API for Sendmail Milters (SPF)";
maintainers = with maintainers; [ abbradar ];
license = licenses.gpl2;
platform = platforms.all;
};
};
radicale = buildPythonPackage rec {
name = "radicale-${version}";
namePrefix = "";