From 4e046516a10580df4b0bf524cd3b8ee23f2862af Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 26 Feb 2024 18:35:01 +0000 Subject: gnu: Remove python-rdflib-5. * gnu/packages/rdf.scm (python-rdflib-5): Delete variable. Change-Id: I3a2dfe42805ccc5eedc5b71d900dfae2aa91d7a1 --- gnu/packages/rdf.scm | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'gnu/packages/rdf.scm') diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index 3063ff5887..869fd9c112 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -367,21 +367,6 @@ powerful language for representing information.") (license (license:non-copyleft "file://LICENSE" "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 ;; the above are removed. (define-public python-rdflib-jsonld -- cgit v1.2.3 From 5cf8904acf3215831933c7a614343d29ac8cd6dd Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 26 Feb 2024 18:41:18 +0000 Subject: gnu: Remove python-rdflib-jsonld. * gnu/packages/rdf.scm (python-rdflib-jsonld): Delete variable. Change-Id: I4756396d70eb64ae01b4f6f6c416d9a34a124942 --- gnu/packages/rdf.scm | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'gnu/packages/rdf.scm') diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index 869fd9c112..cc6b009f14 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -367,30 +367,6 @@ powerful language for representing information.") (license (license:non-copyleft "file://LICENSE" "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 (package (name "python-cfgraph") -- cgit v1.2.3