File: control

package info (click to toggle)
python-pyrdfa 3.6.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 504 kB
  • sloc: python: 3,913; sh: 6; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,000 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
Source: python-pyrdfa
Section: python
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-dev,
 pybuild-plugin-pyproject,
 python3-rdflib,
 python3-setuptools,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/python-pyrdfa.git
Vcs-Browser: https://salsa.debian.org/debian/python-pyrdfa
Homepage: https://www.w3.org/2007/08/pyRdfa/#distribution
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-pyrdfa
Architecture: all
Depends:
 python3-html5lib,
 python3-rdflib,
 python3-requests,
 ${misc:Depends},
 ${python3:Depends},
Description: RDFa distiller and parser for Python
 PyRDFA is an RDFa 1.1 parser,
 also referred to as an RDFa distiller.
 .
 Resource Description Framework in Attributes (RDFa)
 is a W3C Recommendation
 that adds a set of attribute-level extensions
 to HTML, XHTML and various XML-based document types
 for embedding rich metadata within Web documents.