mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: Remove python-rdflib-jsonld.
* gnu/packages/rdf.scm (python-rdflib-jsonld): Delete variable. Change-Id: I4756396d70eb64ae01b4f6f6c416d9a34a124942
This commit is contained in:
parent
4e046516a1
commit
5cf8904acf
1 changed files with 0 additions and 24 deletions
|
@ -367,30 +367,6 @@ (define-public python-rdflib
|
||||||
(license (license:non-copyleft "file://LICENSE"
|
(license (license:non-copyleft "file://LICENSE"
|
||||||
"See LICENSE in the distribution."))))
|
"See LICENSE in the distribution."))))
|
||||||
|
|
||||||
;; Note: This package is only needed for rdflib < 6.0; supersede when
|
|
||||||
;; the above are removed.
|
|
||||||
(define-public python-rdflib-jsonld
|
|
||||||
(package
|
|
||||||
(name "python-rdflib-jsonld")
|
|
||||||
(version "0.6.2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "rdflib-jsonld" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0qrshlqzv5g5bign7kjja3xf7hyk7xgayr3yd0qlqda1kl0x6z0h"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(native-inputs
|
|
||||||
(list python-nose))
|
|
||||||
(propagated-inputs
|
|
||||||
(list python-rdflib))
|
|
||||||
(home-page "https://github.com/RDFLib/rdflib-jsonld")
|
|
||||||
(synopsis "rdflib extension adding JSON-LD parser and serializer")
|
|
||||||
(description "This package provides an rdflib extension adding JSON-LD
|
|
||||||
parser and serializer.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public python-cfgraph
|
(define-public python-cfgraph
|
||||||
(package
|
(package
|
||||||
(name "python-cfgraph")
|
(name "python-cfgraph")
|
||||||
|
|
Loading…
Reference in a new issue