File: control

package info (click to toggle)
python-gasp 0.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 228 kB
  • ctags: 285
  • sloc: python: 1,081; makefile: 15
file content (20 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: python-gasp
Section: python
Priority: optional
Maintainer: Luke Faraone <lfaraone@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: python (>= 2.4), debhelper (>= 5), cdbs (>= 0.4.49),  python-setuptools, 
Build-Depends-indep: python-support (>= 0.5.3), patchutils, bzr
Standards-Version: 3.9.1
Homepage: https://launchpad.net/gasp
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-gasp/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-gasp/trunk/

Package: python-gasp
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-cairo (>= 1.4), python-gtk2, python-gobject, python-multiprocessing | python (>= 2.6)
Provides: ${python:Provides}
Description: procedural Python graphics library for beginning programmers
 GASP is a wrapper around the Python Cairo Graphics library which makes writing 
 graphical applications in Python easy for beginners, requiring little prior 
 knowledge of object-oriented programming.