Skip to content
Snippets Groups Projects
Unverified Commit aba36819 authored by Pjotr Prins's avatar Pjotr Prins Committed by Ludovic Courtès
Browse files

gnu: python-rdflib: Update to 4.2.2.


* gnu/packages/rdf.scm (python-rdflib): Update to 4.2.2.

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent bdc61ff9
No related branches found
No related tags found
No related merge requests found
...@@ -299,7 +299,7 @@ (define-public sord ...@@ -299,7 +299,7 @@ (define-public sord
(define-public python-rdflib (define-public python-rdflib
(package (package
(name "python-rdflib") (name "python-rdflib")
(version "4.1.2") (version "4.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -307,15 +307,12 @@ (define-public python-rdflib ...@@ -307,15 +307,12 @@ (define-public python-rdflib
"https://pypi.python.org/packages/source/r/rdflib/rdflib-" "https://pypi.python.org/packages/source/r/rdflib/rdflib-"
version version
".tar.gz")) ".tar.gz"))
(patches
;; The patch has no effect under Python 3.
(search-patches "python2-rdflib-drop-sparqlwrapper.patch"))
(sha256 (sha256
(base32 (base32
"0kvaf332cqbi47rqzlpdx4mbkvw12mkrzkj8n9l19wk713d4py9w")))) "0398c714znnhaa2x7v51b269hk20iz073knq2mvmqp2ma92z27fs"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(;; FIXME: Three test failures. Try uncommenting the below next update. '(;; FIXME: Three test failures. Should be fixed next release.
#:tests? #f)) #:tests? #f))
;; #:phases ;; #:phases
;; (modify-phases %standard-phases ;; (modify-phases %standard-phases
...@@ -323,7 +320,7 @@ (define-public python-rdflib ...@@ -323,7 +320,7 @@ (define-public python-rdflib
;; (lambda _ ;; (lambda _
;; ;; Run tests from the build directory so python3 only ;; ;; Run tests from the build directory so python3 only
;; ;; sees the installed 2to3 version. ;; ;; sees the installed 2to3 version.
;; (zero? (system* "nosetests" "--where=./build/src"))))) ;; (zero? (system* "nosetests" "--where=./build/src")))))))
(native-inputs (native-inputs
`(("python-nose" ,python-nose))) `(("python-nose" ,python-nose)))
(propagated-inputs (propagated-inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment