me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-pickleshare.

* gnu/packages/databases.scm (python2-pickleshare): Delete variable.
Maxim Cournoyer 2022-04-29 17:33:15 -04:00
parent d76de71dd6
commit 9384d5de3c
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 9 deletions

View File

@ -3546,17 +3546,8 @@ value in database is immediately visible to other processes accessing the same
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")