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
|
Source: python-pgmagick
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>,
W. Martin Borgert <debacle@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-setuptools,
python3-setuptools,
python-all-dev,
python3-all-dev,
libgraphicsmagick++1-dev,
libboost-python-dev
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/pgmagick/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-pgmagick.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-pgmagick.git
Package: python-pgmagick
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: Yet Another Python wrapper for GraphicsMagick
pgmagick is a boost.python based Python wrapper for GraphicsMagick.
.
This package for Python 2.
Package: python3-pgmagick
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Description: Yet Another Python wrapper for GraphicsMagick
pgmagick is a boost.python based Python wrapper for GraphicsMagick.
.
This package for Python 3.
|