File: control

package info (click to toggle)
pycha 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 460 kB
  • ctags: 544
  • sloc: python: 4,476; makefile: 9
file content (26 lines) | stat: -rw-r--r-- 1,065 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: pycha
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 7.0.50~),
               python-all, dh-python,
               python-setuptools,
               python-nose
Build-Depends-Indep: python-cairo (>= 1.2)
Homepage: http://bitbucket.org/lgs/pycha/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pycha/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pycha/trunk/

Package: python-pycha
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
         python-cairo (>= 1.2), python-pkg-resources,
         python-gtk2
Breaks: ${python:Breaks}
Description: chart-drawing library using Cairo
 This package provides a Python library for drawing most common charts
 (pie, line, scatter or bar) using Cairo as backend.  It aims to be simple to
 use, flexible, lightweight, attractive and customizable but still
 providing sane default settings.