File: control

package info (click to toggle)
python-aalib 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 88 kB
  • ctags: 94
  • sloc: python: 306; makefile: 21
file content (41 lines) | stat: -rw-r--r-- 1,319 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
31
32
33
34
35
36
37
38
39
40
41
Source: python-aalib
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends:
 debhelper (>= 8.1),
 python-all (>= 2.6.5-13~),
 python3-all
Standards-Version: 3.9.4
Homepage: http://jwilk.net/software/python-aalib.html
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-aalib/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-aalib/trunk/
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.0

Package: python-aalib
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 libaa1
Suggests: python-imaging
Description: Python interface to AAlib, an ASCII art library
 AAlib is a portable ASCII art graphics library. Internally, it works like a
 graphics display, but the output is rendered into ASCII text.
 .
 This package makes AAlib accessible in Python 2.

Package: python3-aalib
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 libaa1
Suggests: python3-imaging
Description: Python 3 interface to AAlib, an ASCII art library
 AAlib is a portable ASCII art graphics library. Internally, it works like a
 graphics display, but the output is rendered into ASCII text.
 .
 This package makes AAlib accessible in Python 3.