python312Packages.fe25519: refactor

This commit is contained in:
Fabian Affolter
2025-01-06 12:19:57 +01:00
parent 0fd3829ae5
commit 3bc7f6ab37
@@ -8,13 +8,12 @@
pytestCheckHook,
pythonOlder,
setuptools,
wheel,
}:
buildPythonPackage rec {
pname = "fe25519";
version = "1.5.0";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,12 +22,9 @@ buildPythonPackage rec {
hash = "sha256-la+17tPHjceMTe7Wk8DGVaSptk8XJa+l7GTeqLIFDvs=";
};
nativeBuildInputs = [
setuptools
wheel
];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
bitlist
fountains
parts