File: control

package info (click to toggle)
python-etcd 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 304 kB
  • ctags: 399
  • sloc: python: 2,970; sh: 14; makefile: 13
file content (30 lines) | stat: -rw-r--r-- 1,253 bytes parent folder | download
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.8
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-etcd.git
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.