Codebase list hyperlink / cf1c64c
Ran wrap-and-sort -bastk. Thomas Goirand 2 years ago
2 changed file(s) with 17 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
1111 [ Thomas Goirand ]
1212 * Team upload.
1313 * New upstream release.
14 * Ran wrap-and-sort -bastk.
1415
1516 -- Thomas Goirand <zigo@debian.org> Wed, 25 Aug 2021 11:01:11 +0200
1617
00 Source: hyperlink
11 Maintainer: Debian Python Team <team+python@tracker.debian.org>
2 Uploaders: Free Ekanayaka <freee@debian.org>
2 Uploaders:
3 Free Ekanayaka <freee@debian.org>,
34 Section: python
45 Priority: optional
5 Build-Depends: debhelper-compat (= 12),
6 dh-python,
7 python3-idna (>= 2.5),
8 python3-pytest,
9 python3-pytest-cov,
10 tox,
11 python3-all,
12 python3-setuptools (>= 0.6b3)
6 Build-Depends:
7 debhelper-compat (= 12),
8 dh-python,
9 python3-all,
10 python3-idna (>= 2.5),
11 python3-pytest,
12 python3-pytest-cov,
13 python3-setuptools (>= 0.6b3),
14 tox,
1315 Standards-Version: 4.5.0
1416 Homepage: https://github.com/python-hyper/hyperlink
1517 Vcs-Browser: https://salsa.debian.org/python-team/packages/hyperlink
1719
1820 Package: python3-hyperlink
1921 Architecture: all
20 Depends: ${misc:Depends}, ${python3:Depends}
21 Provides: ${python3:Provides}
22 Depends:
23 ${misc:Depends},
24 ${python3:Depends},
25 Provides:
26 ${python3:Provides},
2227 Description: Immutable, Pythonic, correct URLs.
2328 Hyperlink provides a pure-Python implementation of immutable URLs. Based on
2429 RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs