Source: python-rdflib-jsonld
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-python,
               python,
               python-all,
               python-setuptools,
               python-rdflib (>= 4.2.1),
               python-html5lib,
               python-sparqlwrapper,
               python-nose,
               python3-sphinx,
               python3-setuptools,
               python3,
               python3-all,
               python3-rdflib (>= 4.2.1),
               python3-html5lib,
               python3-sparqlwrapper,
               python3-nose,
               python3-sphinx
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/python-rdflib-jsonld
Vcs-Git: https://salsa.debian.org/med-team/python-rdflib-jsonld.git
Homepage: https://github.com/RDFLib/rdflib-jsonld

Package: python-rdflib-jsonld
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends},
         python-rdflib (>= 4.2.1)
Description: rdflib extension adding JSON-LD parser and serializer in Python 2
 This parser/serialiser will
 .
  - read in an JSON-LD formatted document and create an RDF graph
  - serialize an RDF graph to JSON-LD formatted output
 .
 This is the Python 2 version.

Package: python3-rdflib-jsonld
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-rdflib (>= 4.2.1)
Description: rdflib extension adding JSON-LD parser and serializer in Python 3
 This parser/serialiser will
 .
  - read in an JSON-LD formatted document and create an RDF graph
  - serialize an RDF graph to JSON-LD formatted output
 .
 This is the Python 3 version.
