pythonPackages.curve25519-donna: init at 1.3
This commit is contained in:
parent
f3dacb3580
commit
a0dcbd94df
18
pkgs/development/python-modules/curve25519-donna/default.nix
Normal file
18
pkgs/development/python-modules/curve25519-donna/default.nix
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{ stdenv, buildPythonPackage, fetchPypi }:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "curve25519-donna";
|
||||||
|
version = "1.3";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
sha256 = "1w0vkjyh4ki9n98lr2hg09f1lr1g3pz48kshrlic01ba6pasj60q";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Python wrapper for the portable curve25519-donna implementation";
|
||||||
|
homepage = http://code.google.com/p/curve25519-donna/;
|
||||||
|
license = licenses.bsd3;
|
||||||
|
maintainers = with maintainers; [ elseym ];
|
||||||
|
};
|
||||||
|
}
|
@ -5141,6 +5141,8 @@ in {
|
|||||||
|
|
||||||
srptools = callPackage ../development/python-modules/srptools { };
|
srptools = callPackage ../development/python-modules/srptools { };
|
||||||
|
|
||||||
|
curve25519-donna = callPackage ../development/python-modules/curve25519-donna { };
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
in fix' (extends overrides packages)
|
in fix' (extends overrides packages)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user