File: control

package info (click to toggle)
python-pixelmatch 0.3.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,676 kB
  • sloc: python: 329; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,162 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
Source: python-pixelmatch
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>,
 Roland Mas <lolando@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-pil <!nocheck>,
 python3-poetry,
 python3-pytest <!nocheck>,
 python3-pytest-benchmark <!nocheck>,
Standards-Version: 3.9.6
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/whtsky/pixelmatch-py
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pixelmatch.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pixelmatch

Package: python3-pixelmatch
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python port of pixelmatch
 A fast pixel-level image comparison library, originally created to
 compare screenshots in tests, with additional support of PIL.Image
 instances. This is a Python port of
 https://github.com/mapbox/pixelmatch which features accurate
 anti-aliased pixels detection and perceptual color difference
 metrics.