mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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 ];
|
||||
};
|
||||
|
||||
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 = "";
|
||||
|
Loading…
Reference in New Issue
Block a user