File: control

package info (click to toggle)
python-ghostscript 0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 424 kB
  • sloc: python: 1,502; sh: 31; makefile: 11
file content (28 lines) | stat: -rw-r--r-- 883 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
Source: python-ghostscript
Maintainer: Elena Grandi <valhalla@debian.org>
Section: python
Priority: optional
Build-Depends:
 dh-python,
 python3-setuptools,
 python3-all,
 debhelper-compat (= 13),
 ghostscript,
 python3-pytest,
Standards-Version: 4.7.0
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.