guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit ee2e97f7825ee8a18af2e654195e36671073618b
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 17:12:40 2026 +0100
gnu: Remove python-cfgraph.
* gnu/packages/rdf.scm (python-cfgraph): Delete variable.
Fixes: guix/guix#5200
Change-Id: I7e5ada1e5e195c87329eaec1727e13dba4808ec9
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/rdf.scm | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index 7b746306fa..c46394e8c1 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -442,26 +442,6 @@ powerful language for representing information.")
(license (license:non-copyleft "file://LICENSE"
"See LICENSE in the distribution."))))
-(define-public python-cfgraph
- (package
- (name "python-cfgraph")
- (version "0.2.1")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "CFGraph" version))
- (sha256
- (base32
- "0x7yz0lvqb6mkhl5fbml27sppmscgpf8v2ism9jzzf0h982ffzxm"))))
- (build-system python-build-system)
- (propagated-inputs
- (list python-rdflib))
- (home-page "https://github.com/hsolbrig/CFGraph")
- (synopsis "RDF Collections flattener for rdflib")
- (description
- "This package contains RDF Collections flattener for @code{rdflib}.")
- (license license:asl2.0)))
-
(define-public hdt-cpp
(package
(name "hdt-cpp")