[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
- [bug#55424] [PATCH 063/602] gnu: Remove python2-html5lib., (continued)
- [bug#55424] [PATCH 063/602] gnu: Remove python2-html5lib., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 068/602] gnu: Remove python2-pytest-warnings., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 065/602] gnu: Remove python2-pytest-cache., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 075/602] gnu: Remove lekha., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 023/602] gnu: Remove bamm., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 062/602] gnu: Remove python2-pandas., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 017/602] gnu: Remove ribodiff., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 013/602] gnu: Remove raul-devel., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 036/602] gnu: Remove python2-nose2., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 072/602] gnu: Remove omnitux., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 070/602] gnu: Remove python2-pickleshare.,
Maxim Cournoyer <=
- [bug#55424] [PATCH 073/602] gnu: Remove childsplay., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 030/602] gnu: Remove python2-pbcore., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 066/602] gnu: Remove python2-fastlmm., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 078/602] gnu: Remove python2-keepkey., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 000/602] Purge Python 2 packages, Guillaume Le Vaillant, 2022/05/15