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
|
Source: py3exiv2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Marcelo Jorge Vieira <metal@debian.org>,
Pablo Santiago Blum de Aguiar <scorphus@gmail.com>
Section: python
Priority: optional
Build-Depends: python3-setuptools (>= 0.6b3),
python3-all,
python3-setuptools,
debhelper-compat (= 12),
dh-python,
libexiv2-dev (>= 0.20),
libpython3-all-dev,
libboost-python-dev (>= 1.48)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/py3exiv2
Vcs-Git: https://salsa.debian.org/python-team/packages/py3exiv2.git
Homepage: https://launchpad.net/py3exiv2
Package: python3-py3exiv2
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Binding to the library exiv2
Is a Python 3 binding to exiv2, the C++ library for manipulation of EXIF, IPTC
and XMP image metadata. It is a Python 3 module that allows your scripts to
read and write metadata (EXIF, IPTC, XMP, thumbnails) embedded in image files
(JPEG, TIFF, …).
|