python312Packages.ush: switch to pypa builder

This commit is contained in:
natsukium
2024-11-04 22:52:29 +09:00
parent 0376c8fc98
commit 9f2b4ca03c
@@ -4,12 +4,13 @@
fetchFromGitHub,
pytestCheckHook,
six,
setuptools,
}:
buildPythonPackage rec {
pname = "ush";
version = "4.1.0";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = "tarruda";
@@ -18,6 +19,10 @@ buildPythonPackage rec {
hash = "sha256-a6ICbd8647DRtuHl2vs64bsChUjlpuWHV1ipBdFA600=";
};
build-system = [ setuptools ];
pythonImportsCheck = [ "ush" ];
nativeCheckInputs = [
pytestCheckHook
six