Search Criteria
Package Details: python-kombu 5.6.2-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-kombu.git (read-only, click to copy) |
|---|---|
| Package Base: | python-kombu |
| Description: | A messaging library for Python |
| Upstream URL: | https://github.com/celery/kombu |
| Licenses: | BSD-3-Clause |
| Submitter: | carsme |
| Maintainer: | loacker |
| Last Packager: | loacker |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-10-09 22:39 (UTC) |
| Last Updated: | 2026-03-15 18:03 (UTC) |
Dependencies (33)
- python
- python-amqpAUR
- python-packaging
- python-vineAUR
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-boto3 (python-boto3-gitAUR) (check)
- python-brotli (python-brotli-gitAUR) (check)
- python-hypothesis (check)
- python-msgpack (check)
- python-pycurl (check)
- python-pymongo (check)
- python-pyro (check)
- python-pytest (check)
- python-pytest-freezer (check)
- python-pytz (check)
- python-redis (check)
- Show 13 more dependencies...
Required by (4)
- python-celery
- python-oslo-messaging
- python-taskflow (check)
- python-taskflow (optional)
Latest Comments
vvch commented on 2026-04-30 16:34 (UTC) (edited on 2026-04-30 16:34 (UTC) by vvch)
Needs python-celery for check() during installation. But python-celery needs python-kombu to be installed.
TrialnError commented on 2026-03-15 17:53 (UTC) (edited on 2026-03-15 17:54 (UTC) by TrialnError)
The current way the source line is constructed for every new release the upstream repo will be cloned anew, which is unnecessary.
Either switch to direct download of tarball or remove
pkgverfrom the source renaming if you want to keep updating the repo (+ adjusting all thecdcalls). :)medaminezghal commented on 2025-11-20 10:27 (UTC)
@loacker There is some tests that fails and please remove
python-pytest-sugarfrom check dependencies as it's not needed for test: it only here to format the outputs.