This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4fe21f5c87 gnu: Remove python-pykafka.
4fe21f5c87 is described below
commit 4fe21f5c8783742d308aa49a1968c3f5fb310b92
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Nov 18 17:32:23 2025 +0100
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 13d03932ab..5dbaed0c60 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")