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 41 42 43 44 45 46 47
|
Source: pilkit
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-mock,
python-nose,
python-pil,
python-setuptools,
python3-all,
python3-mock,
python3-nose,
python3-pil,
python3-setuptools
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Homepage: https://github.com/matthewwithanm/pilkit
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pilkit.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pilkit.git
Package: python-pilkit
Architecture: all
Depends: python-pil,
${misc:Depends},
${python:Depends}
Description: Utilities and processors built for, and on top of PIL (Python2 version)
PILKit is a collection of utilities for working with PIL (the Python Imaging
Library). One of its main features is a set of processors which expose a simple
interface for performing manipulations on PIL images.
.
This package contains the Python 2 version of the library.
Package: python3-pilkit
Architecture: all
Depends: python3-pil,
${misc:Depends},
${python3:Depends}
Description: Utilities and processors built for, and on top of PIL (Python3 version)
PILKit is a collection of utilities for working with PIL (the Python Imaging
Library). One of its main features is a set of processors which expose a simple
interface for performing manipulations on PIL images.
.
This package contains the Python 3 version of the library.
|