summaryrefslogtreecommitdiff
path: root/debian/control
blob: 21d92167dcfdeb9fe5b24c2bc951cb47c425f04a (plain)
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
Source: pyfavicon
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Henry-Nicolas Tourneur <debian@nilux.be>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-aiohttp,
               python3-all (>= 3.7),
               python3-bs4,
               python3-pil,
               python3-pytest-cov,
               python3-setuptools
Standards-Version: 4.5.0
X-Python3-Version: >= 3.7
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Homepage: https://pypi.org/project/pyfavicon/
Vcs-Git: https://salsa.debian.org/python-team/modules/pyfavicon.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyfavicon

Package: python3-pyfavicon
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Async favicon fetcher
 PyFavicon is a Python library for asynchronously fetching favicons.
 This module is connecting to remote resources to fetch favicons from
 well known companies.