mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: Remove python2-keyring.
* gnu/packages/python-crypto.scm (python2-keyring): Delete variable. (python-keyring)[properties]: Delete field.
This commit is contained in:
parent
075dbc8734
commit
70bb54c8a2
1 changed files with 0 additions and 22 deletions
|
@ -366,30 +366,8 @@ (define-public python-keyring
|
|||
service from python. It can be used in any application that needs safe
|
||||
password storage.")
|
||||
;; "MIT" and PSF dual license
|
||||
(properties `((python2-variant . ,(delay python2-keyring))))
|
||||
(license license:x11)))
|
||||
|
||||
(define-public python2-keyring
|
||||
(let ((keyring (package-with-python2
|
||||
(strip-python2-variant python-keyring))))
|
||||
(package
|
||||
(inherit keyring)
|
||||
(name "python2-keyring")
|
||||
(version "8.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "keyring" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0482rmi2x6p78wl2kz8qzyq21xz1sbbfwnv5x7dggar4vkwxhzfx"))))
|
||||
(arguments
|
||||
`(#:python ,python-2))
|
||||
(native-inputs
|
||||
(list python2-pytest python2-pytest-runner python2-setuptools-scm))
|
||||
(propagated-inputs
|
||||
(list python2-pycrypto)))))
|
||||
|
||||
(define-public python-keyrings.alt
|
||||
(package
|
||||
(name "python-keyrings.alt")
|
||||
|
|
Loading…
Reference in a new issue