about summary refs log tree commit diff
path: root/gn/packages/python24.scm
diff options
context:
space:
mode:
authorpjotrp2026-03-22 11:19:26 +0100
committerpjotrp2026-03-22 11:19:26 +0100
commitcf1b0e132ebd6fe2e83d3f914f9f57c291263268 (patch)
tree1a9a1b1b5bc13d45332cb73a8217552e66c5fed3 /gn/packages/python24.scm
parenta53736983170f28909a7a6d6e7d370a8825e95ef (diff)
downloadguix-bioinformatics-cf1b0e132ebd6fe2e83d3f914f9f57c291263268.tar.gz
Moved redundant and older packages to new repo: guix-bioinformatics-past. It may have been too much, but we can move back
Diffstat (limited to 'gn/packages/python24.scm')
-rw-r--r--gn/packages/python24.scm16
1 files changed, 0 insertions, 16 deletions
diff --git a/gn/packages/python24.scm b/gn/packages/python24.scm
index 381b1ef..83f6907 100644
--- a/gn/packages/python24.scm
+++ b/gn/packages/python24.scm
@@ -170,22 +170,6 @@ pre-defined variants."
      `(("python24-pil" ,python24-pil)))))
 
 ;; Apparently this is the library which mimics python-2.6+'s json library
-(define-public python24-simplejson
-  (let ((base (package-with-python24 python-simplejson)))
-    (package
-      (inherit base)
-      (version "2.0.9") ; last version to officially support python2.4
-      (source
-        (origin
-          (method url-fetch)
-          (uri (pypi-uri "simplejson" version))
-          (sha256
-           (base32
-            "1vlkxibal9ljabybawnqr3jh6f6g21c5pbrzl65z9vwbfxhg9kdb"))))
-      (native-inputs
-       `(("python24-setuptools" ,python24-setuptools)
-         ,@(package-native-inputs base))))))
-
 (define-public python24-parallel
   (package
     (inherit python-parallel)