File: control

package info (click to toggle)
python-gpyconf 0.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 416 kB
  • ctags: 590
  • sloc: python: 1,980; makefile: 87; sh: 4
file content (26 lines) | stat: -rw-r--r-- 748 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
Source: python-gpyconf
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> 
Uploaders:
 Mike Gabriel <sunweaver@debian.org>,
Build-Depends:
 cdbs (>= 0.4.90~),
 debhelper (>= 9),
 python (>= 2.6.6-3~),
 python-setuptools
Standards-Version: 3.9.4
Homepage: https://github.com/kkris/gpyconf
X-Python-Version: >= 2.6

Package: python-gpyconf
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends},
 python-lxml,
 python-gtk2
Description: Python configuration framework with support for multiple backends
 A modular Python configuration framework with support for multiple backends
 (ConfigParser, XML, JSON, ...) and multiple frontends (GTK+, Web, ...).