guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#55424] [PATCH 070/602] gnu: Remove python2-pickleshare.


From: Maxim Cournoyer
Subject: [bug#55424] [PATCH 070/602] gnu: Remove python2-pickleshare.
Date: Sun, 15 May 2022 00:37:37 -0400

* gnu/packages/databases.scm (python2-pickleshare): Delete variable.
---
 gnu/packages/databases.scm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 46526bc023..b39f0312bd 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3524,17 +3524,8 @@ (define-public python-pickleshare
 database.  Concurrency is possible because the values are stored in separate
 files.  Hence the “database” is a directory where all files are governed by
 PickleShare.")
-    (properties `((python2-variant . ,(delay python2-pickleshare))))
     (license license:expat)))
 
-(define-public python2-pickleshare
-  (let ((pickleshare (package-with-python2
-                      (strip-python2-variant python-pickleshare))))
-    (package (inherit pickleshare)
-      (propagated-inputs (modify-inputs (package-propagated-inputs
-                                                        pickleshare)
-                           (prepend python2-pathlib2))))))
-
 (define-public python-apsw
   (package
     (name "python-apsw")
-- 
2.36.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]