Source: rdflib Maintainer: Debian Python Team Uploaders: Christian M. Amsüss Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, pybuild-plugin-pyproject, python3-poetry-core, python3-sphinx-autodoc-typehints , python3-myst-parser , python3-doc , python3-sphinx , python3-sphinxcontrib.apidoc , # relevant both for testing and documentation generation (sphinx imports the modules) python3-isodate , python3-pyparsing , # 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-html5lib , python3-sparqlwrapper , 2to3 , # relevant to testing, but have no bearing on documentation python3-pip , python3-pytest , python3-pytest-cov , python3-bsddb3 Standards-Version: 4.6.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} # workaround for https://bugs.debian.org/841314 Recommends: python3-sparqlwrapper, python3-html5lib #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: ${sphinxdoc:Depends}, ${misc:Depends} Built-Using: ${sphinxdoc:Built-Using} 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.