16 buildPythonPackage rec {
21 disabled = pythonOlder "3.9";
23 src = fetchFromGitHub {
26 rev = "refs/tags/v${version}";
27 hash = "sha256-OU/Kept3TvMfGvVCjSthfZnfTX6/T0Fy3PS/ynrV3Cg=";
35 buildInputs = [ zlib ];
43 optional-dependencies = {
54 # Checks require running Kafka server
57 pythonImportsCheck = [ "aiokafka" ];
60 description = "Kafka integration with asyncio";
61 homepage = "https://aiokafka.readthedocs.org";
62 changelog = "https://github.com/aio-libs/aiokafka/releases/tag/v${version}";
63 license = licenses.asl20;