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
|
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 (>= 11),
dh-python,
libaa1,
python-all (>= 2.6.5-13~),
python-pil,
python3-all,
python3-pil
Standards-Version: 4.1.3
Homepage: https://jwilk.net/software/python-aalib
Vcs-Git: https://salsa.debian.org/python-team/modules/python-aalib.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-aalib
Rules-Requires-Root: no
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-aalib
Architecture: all
Depends: libaa1, ${misc:Depends}, ${python:Depends}
Suggests: python-pil
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: libaa1, ${misc:Depends}, ${python3:Depends}
Suggests: python3-pil
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.
|