python312Packages.caio: refactor

This commit is contained in:
Fabian Affolter
2024-05-22 22:17:14 +02:00
parent 67e269e2c0
commit 8fb0463e14
@@ -7,22 +7,27 @@
pytest-aiohttp,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "caio";
version = "0.9.13";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "mosquito";
repo = pname;
repo = "caio";
rev = "refs/tags/${version}";
hash = "sha256-Q87NuL6yZ5uKImQqqdKTMWNyfUOb4NaZDEvNdqZbHDk=";
};
build-system = [
setuptools
];
nativeCheckInputs = [
aiomisc
pytest-aiohttp