Loading pkgs/development/python-modules/python-axolotl-curve25519/default.nix +7 −4 Original line number Diff line number Diff line Loading @@ -3,12 +3,13 @@ buildPythonPackage, fetchPypi, fetchpatch, setuptools, }: buildPythonPackage rec { pname = "python-axolotl-curve25519"; version = "0.4.1.post2"; format = "setuptools"; pyproject = true; src = fetchPypi { inherit pname version; Loading @@ -23,10 +24,12 @@ buildPythonPackage rec { }) ]; meta = with lib; { build-system = [ setuptools ]; meta = { homepage = "https://github.com/tgalal/python-axolotl-curve25519"; description = "Curve25519 with ed25519 signatures"; maintainers = with maintainers; [ abbradar ]; license = licenses.gpl3; maintainers = with lib.maintainers; [ abbradar ]; license = lib.licenses.gpl3; }; } Loading
pkgs/development/python-modules/python-axolotl-curve25519/default.nix +7 −4 Original line number Diff line number Diff line Loading @@ -3,12 +3,13 @@ buildPythonPackage, fetchPypi, fetchpatch, setuptools, }: buildPythonPackage rec { pname = "python-axolotl-curve25519"; version = "0.4.1.post2"; format = "setuptools"; pyproject = true; src = fetchPypi { inherit pname version; Loading @@ -23,10 +24,12 @@ buildPythonPackage rec { }) ]; meta = with lib; { build-system = [ setuptools ]; meta = { homepage = "https://github.com/tgalal/python-axolotl-curve25519"; description = "Curve25519 with ed25519 signatures"; maintainers = with maintainers; [ abbradar ]; license = licenses.gpl3; maintainers = with lib.maintainers; [ abbradar ]; license = lib.licenses.gpl3; }; }