diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-11-18 17:32:23 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-18 17:32:29 +0100 |
| commit | 4fe21f5c8783742d308aa49a1968c3f5fb310b92 (patch) | |
| tree | 4800ef8cfa16c61db2a60008a1abc0112e7595cb /gnu/packages/python-xyz.scm | |
| parent | 5ebf5ad9410932e74b253c2be37612102bd3cfb0 (diff) | |
gnu: Remove python-pykafka.
* gnu/packages/python-xyz.scm (python-pykafka): Delete variable.
Fixes: guix/guix#3613
Change-Id: Iae3fea2af9fd3b823611ce14eef5a1ea5600d463
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 13d03932ab2..5dbaed0c604 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") |
