python3Packages.asyncio-throttle: migrate to pyproject

This commit is contained in:
Harinn
2026-06-03 21:18:06 +07:00
parent d06655dd2b
commit 44464d66ae
@@ -4,12 +4,13 @@
fetchFromGitHub,
pytestCheckHook,
pytest-asyncio,
setuptools,
}:
buildPythonPackage rec {
pname = "asyncio-throttle";
version = "1.0.2";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = "hallazzang";
@@ -18,6 +19,8 @@ buildPythonPackage rec {
sha256 = "1hsjcymdcm0hf4l68scf9n8j7ba89azgh96xhxrnyvwxfs5acnmv";
};
build-system = [ setuptools ];
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook