From 4fe21f5c8783742d308aa49a1968c3f5fb310b92 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Tue, 18 Nov 2025 17:32:23 +0100 Subject: [PATCH] gnu: Remove python-pykafka. * gnu/packages/python-xyz.scm (python-pykafka): Delete variable. Fixes: guix/guix#3613 Change-Id: Iae3fea2af9fd3b823611ce14eef5a1ea5600d463 --- gnu/packages/python-xyz.scm | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 13d03932ab29a4819dd914b2b51f879497d09ee3..5dbaed0c604dd0b32e40087c13e72f2da381c5ba 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21469,30 +21469,6 @@ application service. It is designed to be easy to use and to avoid common programming errors.") (license license:asl2.0))) -(define-public python-pykafka - (package - (name "python-pykafka") - (version "2.4.0") - (source (origin - (method url-fetch) - (uri (pypi-uri "pykafka" version)) - (sha256 - (base32 - "1id6sr159p6aa13bxcqyr9gln8sqg1l0ddzns5iws8kk5q1p5cfv")))) - (build-system python-build-system) - (arguments '(#:tests? #f)) ; XXX: needs zookeeper, kafka, etc. - (propagated-inputs - (list python-gevent python-kazoo python-tabulate)) - (inputs - (list librdkafka)) - (home-page "https://pykafka.readthedocs.io/") - (synopsis "Apache Kafka client for Python") - (description - "PyKafka is a client for the Apache Kafka distributed messaging system. -It includes Python implementations of Kafka producers and consumers, which -are optionally backed by a C extension built on librdkafka.") - (license license:asl2.0))) - (define-public python-columnize (package (name "python-columnize")