File: control

package info (click to toggle)
pydecorate 0.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,972 kB
  • sloc: python: 978; makefile: 132
file content (39 lines) | stat: -rw-r--r-- 1,333 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
Source: pydecorate
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Priority: optional
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-sequence-numpy3,
               dh-sequence-python3,
               fonts-dejavu-core,
               pybuild-plugin-pyproject,
               python3-aggdraw,
               python3-all,
               python3-numpy,
               python3-pil,
               python3-pytest <!nocheck>,
               python3-setuptools,
               python3-setuptools-scm,
               python3-trollimage
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pydecorate
Vcs-Git: https://salsa.debian.org/debian-gis-team/pydecorate.git
Homepage: https://github.com/pytroll/pydecorate

Package: python3-pydecorate
Architecture: all
Depends: fonts-dejavu-core,
         python3-aggdraw,
         python3-pil,
         python3-trollimage,
         ${python3:Depends},
         ${misc:Depends}
Description: Decorating PIL images with logos, texts, pallettes
 Pydecorate is a package for decorating PIL images with logos, texts,
 and color scales.
 .
 It is part of the PyTroll package suite.