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
|
Source: pyscript
Section: python
Priority: optional
Maintainer: Arnaud Fontaine <arnau@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>, Gustavo Franco <stratus@debian.org>
Build-Depends: debhelper (>= 5.0.37.2),
cdbs (>= 0.4.42),
python (>= 2.3.5-7),
python-support (>= 0.3)
Build-Depends-Indep: xsltproc,
docbook-xsl,
docbook-xml
Standards-Version: 3.8.4
Homepage: http://pyscript.sourceforge.net
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyscript/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyscript/trunk/?op=log
Package: python-pyscript
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-pyscript-doc
XB-Python-Version: ${python:Versions}
Description: Python module for producing postscript graphics
PyScript is a Python module for producing high quality postscript
graphics. Rather than use a GUI to draw a picture, the picture is
programmed using Python and the PyScript objects.
Package: python-pyscript-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Python module for producing postscript graphics
This package contains the documentation for Pyscript.
|