Search Criteria
Package Details: iredis 1.15.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/iredis.git (read-only, click to copy) |
---|---|
Package Base: | iredis |
Description: | Terminal client for Redis with auto-completion and syntax highlighting. |
Upstream URL: | https://github.com/laixintao/iredis |
Keywords: | cli redis |
Licenses: | BSD-3-Clause |
Submitter: | a-wing |
Maintainer: | a-wing (lilac) |
Last Packager: | lilac |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-01-18 13:22 (UTC) |
Last Updated: | 2024-04-15 12:55 (UTC) |
Dependencies (14)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-configobj
- python-mistune (python-mistune1AUR, python-mistune2AUR)
- python-packaging
- python-pendulum
- python-prompt_toolkit
- python-pygments
- python-redis
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
fbn commented on 2022-02-03 22:16 (UTC) (edited on 2022-02-03 22:18 (UTC) by fbn)
I'm getting this error:
It seems that
iredis
1.11.0 now depends onpython-mistune
(>2.0) only. It's incompatible withpython-mistune1
.You can't install them both, so if you have
python-mistune1
(my case because ofjupyter
), you can't install and runiredis
from this package.a-wing commented on 2021-02-18 06:46 (UTC)
@JMac Thanks for your feedback
already fixed https://github.com/archlinuxcn/repo/commit/2a0f378a114f89284bf020e7cb9d9249d6c31316
JMac commented on 2021-02-17 10:39 (UTC)
This package does not seem to indicate any of the dependencies of iredis; prompt-toolkit and importlib-resources to name a couple.