summaryrefslogtreecommitdiff
path: root/debian/control
blob: 7a7198ab8be868dac429f9d73b9f29b946843978 (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
28
29
30
Source: python-etcd
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Homepage: https://github.com/jplana/python-etcd
Build-Depends: python-all (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), python3-all, python3-all-dbg, debhelper (>= 9), python-unittest2, dh-python, python-setuptools, python3-setuptools
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-etcd.git -b unstable
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-etcd.git

Package: python-etcd
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
Suggests: etcd
Description: Python Etcd client library
 Client library for accessing and manipulating etcd contents.
 .
 This package contains the module built for Python version 2.x.

Package: python3-etcd
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Suggests: etcd
Description: Python Etcd client library - Python3 module
 Client library for accessing and manipulating etcd contents.
 .
 This package contains the module built for Python version 3.x.