16 buildPythonPackage rec {
19 format = "setuptools";
21 disabled = pythonOlder "3.7";
23 src = fetchFromGitHub {
26 rev = "refs/tags/v${version}";
27 hash = "sha256-G9Q77nWUUW+hG/wm9z/S8gea4U1wHZdj7WdK2LsKBos=";
38 propagatedBuildInputs = [
44 passthru.optional-dependencies = {
59 # Checks require running Kafka server
62 pythonImportsCheck = [
67 description = "Kafka integration with asyncio";
68 homepage = "https://aiokafka.readthedocs.org";
69 changelog = "https://github.com/aio-libs/aiokafka/releases/tag/v${version}";
70 license = licenses.asl20;
71 maintainers = with maintainers; [ ];