Source: rdflib Maintainer: Debian Python Team Uploaders: Christian M. Amsüss Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, mkdocs , mkdocs-gen-files , mkdocs-include-markdown-plugin , mkdocs-material , mkdocstrings , mkdocstrings-python-handlers , python3-all, pybuild-plugin-pyproject, python3-poetry-core, python3-isodate, python3-pyparsing, # all dependencies need to be listed so that the "python3:Depends" substitution variable is filled out correctly python3-typing-extensions , python3-myst-parser , python3-doc , # relevant for testing, but for some reasons at least some of those are # required to build original-identical documentation, and I didn't take the # time to find out which (and some assorted) python3-lxml , python3-networkx , python3-html5rdf , # relevant to testing, but have no bearing on documentation python3-pip , python3-pytest , python3-pytest-cov , python3-setuptools , python3-bsddb3 , python3-orjson [!i386] Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/python-team/packages/rdflib Vcs-Git: https://salsa.debian.org/python-team/packages/rdflib.git Homepage: https://github.com/RDFLib/rdflib Rules-Requires-Root: no Package: python3-rdflib Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} Recommends: ${python3:Recommends} Suggests: python-rdflib-doc Provides: ${python3:Provides} Description: Python 3 library containing an RDF triple store and RDF parsers/serializers RDFLib is a Python library for working with the RDF W3C standard. The library contains RDF parsers/serializers and both in-memory and persistent Graph backend. . This package contains the Python 3 version of RDFLib. Package: python-rdflib-doc Architecture: all Section: doc Depends: ${misc:Depends} Description: Python library containing an RDF triple store [...] (documentation) RDFLib is a Python library for working with the RDF W3C standard. The library contains RDF parsers/serializers and both in-memory and persistent Graph backend. . This is the common documentation package. Build-Profiles: Multi-Arch: foreign Package: python-rdflib-tools Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, python3, python3-rdflib (= ${source:Version}) Description: Python tools for converting to and from RDF RDFLib is a Python library for working with the RDF W3C standard. The library contains RDF parsers/serializers and both in-memory and persistent Graph backend. . This package contains some executable tools.