10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-Q87NuL6yZ5uKImQqqdKTMWNyfUOb4NaZDEvNdqZbHDk=";
30 pythonImportsCheck = [
35 description = "File operations with asyncio support";
36 homepage = "https://github.com/mosquito/caio";
37 changelog = "https://github.com/mosquito/caio/releases/tag/${version}";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ fab ];