File: control

package info (click to toggle)
python-url-matcher 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 372 kB
  • sloc: python: 627; makefile: 17
file content (48 lines) | stat: -rw-r--r-- 1,678 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: python-url-matcher
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Andrey Rakhmatullin <wrar@debian.org>
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-doc <!nodoc>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
 python3-tldextract <!nocheck>,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-url-matcher
Vcs-Git: https://salsa.debian.org/python-team/packages/python-url-matcher.git
Homepage: https://github.com/zytedata/url-matcher
Testsuite: autopkgtest-pkg-pybuild

Package: python3-url-matcher
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: URL matching library that relates URLs with resources
 URL matching library that relates URLs with resources. Rules are defined using
 simple pattern definitions. It is simpler and faster than using regular
 expressions if the rules involves many domains.

Package: python-url-matcher-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Built-Using: ${sphinxdoc:Built-Using}
Suggests: python3-url-matcher
Description: URL matching library that relates URLs with resources (documentation package)
 URL matching library that relates URLs with resources. Rules are defined using
 simple pattern definitions. It is simpler and faster than using regular
 expressions if the rules involves many domains.
 .
 This package contains documentation for python3-url-matcher.