gnu: Remove python-rdflib-5.
* gnu/packages/rdf.scm (python-rdflib-5): Delete variable. Change-Id: I3a2dfe42805ccc5eedc5b71d900dfae2aa91d7a1
This commit is contained in:
parent
b7ecce89bd
commit
4e046516a1
1 changed files with 0 additions and 15 deletions
|
@ -367,21 +367,6 @@ powerful language for representing information.")
|
||||||
(license (license:non-copyleft "file://LICENSE"
|
(license (license:non-copyleft "file://LICENSE"
|
||||||
"See LICENSE in the distribution."))))
|
"See LICENSE in the distribution."))))
|
||||||
|
|
||||||
(define-public python-rdflib-5
|
|
||||||
(package
|
|
||||||
(inherit python-rdflib)
|
|
||||||
(version "5.0.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "rdflib" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0mdi7xh4zcr3ngqwlgqdqf0i5bxghwfddyxdng1zwpiqkpa9s53q"))))
|
|
||||||
;; XXX: Lazily disable tests because they require a lot of work
|
|
||||||
;; and this package is only transitional.
|
|
||||||
(arguments '(#:tests? #f))))
|
|
||||||
|
|
||||||
;; Note: This package is only needed for rdflib < 6.0; supersede when
|
;; Note: This package is only needed for rdflib < 6.0; supersede when
|
||||||
;; the above are removed.
|
;; the above are removed.
|
||||||
(define-public python-rdflib-jsonld
|
(define-public python-rdflib-jsonld
|
||||||
|
|
Reference in a new issue