File: control

package info (click to toggle)
python-ghostscript 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 368 kB
  • sloc: python: 1,570; sh: 36; makefile: 11
file content (29 lines) | stat: -rw-r--r-- 910 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
Source: python-ghostscript
Maintainer: Elena Grandi <valhalla@debian.org>
Section: python
Priority: optional
Build-Depends:
 dh-python,
 python3-setuptools,
 pybuild-plugin-pyproject,
 python3-all,
 debhelper-compat (= 13),
 ghostscript,
 python3-pytest,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://gitlab.com/pdftools/python-ghostscript
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ghostscript.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ghostscript

Package: python3-ghostscript
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ghostscript,
Description: Python-Interface to the Ghostscript C-API
 Ghostscript is a well known interpreter for the PostScript language and
 for PDF. This package implements a interface to the Ghostscript C-API
 using ctypes. Both a low-level and a pythonic, high-level interface are
 provided.