python-axolotl-curve25519: init at 0.1
This commit is contained in:
parent
ebd1a4ca9f
commit
4d43687fc1
@ -6347,6 +6347,24 @@ in modules // {
|
||||
};
|
||||
};
|
||||
|
||||
python-axolotl-curve25519 = buildPythonPackage rec {
|
||||
name = "python-axolotl-curve25519-${version}";
|
||||
version = "0.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/python-axolotl-curve25519/${name}.tar.gz";
|
||||
sha256 = "1h1rsdr7m8lvgxwrwng7qv0xxmyc9k0q7g9nbcr6ks2ipyjzcnf5";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/tgalal/python-axolotl;
|
||||
description = "Curve25519 with ed25519 signatures";
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
license = licenses.gpl3;
|
||||
platform = platforms.all;
|
||||
};
|
||||
};
|
||||
|
||||
pypolicyd-spf = buildPythonPackage rec {
|
||||
name = "pypolicyd-spf-${version}";
|
||||
majorVersion = "1.3";
|
||||
|
Loading…
Reference in New Issue
Block a user