python312Packages.ge25519: refactor

This commit is contained in:
Fabian Affolter
2025-01-06 12:21:44 +01:00
parent 3bc7f6ab37
commit 699ce1676c
@@ -9,13 +9,12 @@
pytestCheckHook,
pythonOlder,
setuptools,
wheel,
}:
buildPythonPackage rec {
pname = "ge25519";
version = "1.5.1";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -24,12 +23,9 @@ buildPythonPackage rec {
hash = "sha256-VKDPiSdufWwrNcZSRTByFU4YGoJrm48TDm1nt4VyclA=";
};
nativeBuildInputs = [
setuptools
wheel
];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
fe25519
parts
bitlist