summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: e0baec1af14dbdcc0f9ec9fbe960cd955e3a61a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: iredis
Section: database
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://iredis.io
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/iredis
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/iredis
Testsuite: autopkgtest-pkg-python

Package: iredis
Architecture: all
Depends:
 python3-importlib-resources,
 python3-pendulum,
 python3-pytzdata,
 ${misc:Depends},
 ${python3:Depends},
Description: CLI for Redis
 IRedis is a command line interface for Redis with auto-completion and syntax
 highlighting.