python3Packages.biplist: migrate to pyproject

This commit is contained in:
Harinn
2026-06-06 02:36:28 +07:00
parent 95543ad778
commit 4a511e15d0
@@ -2,19 +2,22 @@
lib,
buildPythonPackage,
fetchPypi,
setuptools,
pytestCheckHook,
}:
buildPythonPackage rec {
pname = "biplist";
version = "1.0.3";
format = "setuptools";
pyproject = true;
src = fetchPypi {
inherit pname version;
sha256 = "1im45a9z7ryrfyp1v6i39qia5qagw6i1mhif0hl0praz9iv4j1ac";
};
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];
disabledTests = [