Merge pull request #313776 from fabaff/caio-darwin

python312Packages.caio: refactor
This commit is contained in:
Nick Cao 2024-05-22 21:10:37 -04:00 committed by GitHub
commit bb5e729758
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,22 +7,25 @@
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