File: control

package info (click to toggle)
python-html5rdf 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,448 kB
  • sloc: python: 12,794; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,128 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
Source: python-html5rdf
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Build-Depends: debhelper-compat (= 13),
               pybuild-plugin-pyproject,
               python3-setuptools,
               dh-sequence-python3,
               python3-all,
#                python3-pytest <!nocheck>,
#                python3-pytest-expect <!nocheck>,
#                python3-mock <!nocheck>,
#                python3-lxml <!nocheck>,
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/RDFLib/html5rdf
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-html5rdf
Vcs-Git: https://salsa.debian.org/python-team/packages/python-html5rdf.git
Rules-Requires-Root: no

Package: python3-html5rdf
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: HTML parser based on the WHATWG HTML specification
 A pure-python library for parsing HTML to DOMFragment objects for the use in
 RDFLib.
 .
 html5rdf is a fork of html5lib-modern (also known as python3-html5lib).