File: control

package info (click to toggle)
piexif 1.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,476 kB
  • sloc: python: 2,532; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 938 bytes parent folder | download | duplicates (2)
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
Source: piexif
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Andrej Shadura <andrewsh@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
 python3-pil (>= 4.2.1),
 python3-pytest,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/hMatoba/Piexif
Vcs-Git: https://salsa.debian.org/python-team/packages/piexif.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/piexif

Package: python3-piexif
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-pil (>= 4.2.1),
Description: pure-Python EXIF manipulation library
 Piexif is an EXIF manipulation library in pure Python.
 .
 Piexif includes tools necessary for extracting, creating, manipulating,
 converting and writing EXIF data to JPEG, WebP and TIFF files.