[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
206/242: gnu: Remove python2-keyring.
From: |
guix-commits |
Subject: |
206/242: gnu: Remove python2-keyring. |
Date: |
Wed, 11 May 2022 18:03:28 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 9ee2ef9d0ea0444bbc5319d5d13abb09b61fe20e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 20 01:16:53 2022 -0400
gnu: Remove python2-keyring.
* gnu/packages/python-crypto.scm (python2-keyring): Delete variable.
(python-keyring)[properties]: Delete field.
---
gnu/packages/python-crypto.scm | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 60879f1c52..7f358659f0 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -366,30 +366,8 @@ do what is needed for client/server Kerberos
authentication based on
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")
- 193/242: gnu: python-locust: Update to 2.8.6., (continued)
- 193/242: gnu: python-locust: Update to 2.8.6., guix-commits, 2022/05/11
- 199/242: gnu: weasyprint: Update to 54.3., guix-commits, 2022/05/11
- 202/242: gnu: libgrss: Use libsoup-minimal-2 to fix build., guix-commits, 2022/05/11
- 196/242: gnu: python-miio: Update to 0.5.11., guix-commits, 2022/05/11
- 198/242: gnu: Add python-pydyf., guix-commits, 2022/05/11
- 197/242: gnu: Remove python-orator due to being broken and unmaintained., guix-commits, 2022/05/11
- 204/242: gnu: emacsy: Use webkitgtk-with-libsoup2., guix-commits, 2022/05/11
- 208/242: gnu: python-flask-wtf: Update to 1.0.1., guix-commits, 2022/05/11
- 212/242: gnu: dynaconf: Fix build following python-click upgrade., guix-commits, 2022/05/11
- 217/242: gnu: python-sphinx-click: Update to 4.0.3 and enable tests., guix-commits, 2022/05/11
- 206/242: gnu: Remove python2-keyring.,
guix-commits <=
- 211/242: gnu: python2-sqlalchemy: Skip a failing test., guix-commits, 2022/05/11
- 220/242: gnu: python-sphinx-argparse: Update to 0.3.1., guix-commits, 2022/05/11
- 214/242: gnu: python-sphinx: Update to 4.5.0., guix-commits, 2022/05/11
- 230/242: gnu: Add python-mpl-sphinx-theme., guix-commits, 2022/05/11
- 224/242: gnu: python-sphinx-autodoc-typehints: Update to 1.18.1., guix-commits, 2022/05/11
- 239/242: gnu: Add python-sanic-routing., guix-commits, 2022/05/11
- 234/242: gnu: python-qtconsole: Update to 5.3.0., guix-commits, 2022/05/11
- 237/242: gnu: python-pytest-sanic: Update to 1.9.1., guix-commits, 2022/05/11
- 241/242: gnu: Add python-sanic-testing., guix-commits, 2022/05/11
- 236/242: gnu: python-matplotlib: Update to 3.5.2., guix-commits, 2022/05/11