pyspf: init at 2.0.12
This commit is contained in:
parent
36ebae29ce
commit
0b0e9e924e
@ -6202,6 +6202,24 @@ in modules // {
|
|||||||
propagatedBuildInputs = with self; [ pyramid hawkauthlib tokenlib webtest ];
|
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 {
|
radicale = buildPythonPackage rec {
|
||||||
name = "radicale-${version}";
|
name = "radicale-${version}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user