gnu: Remove python2-backport-ssl-match-hostname.

* gnu/packages/python-xyz.scm (python2-backport-ssl-match-hostname): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-01 03:20:13 -04:00
parent c7f95514c2
commit 4687f296e3
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1259,30 +1259,6 @@ (define-public python-babel
etc.")
(license license:bsd-3)))
(define-public python2-backport-ssl-match-hostname
(package
(name "python2-backport-ssl-match-hostname")
(version "3.5.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "backports.ssl_match_hostname" version))
(sha256
(base32
"1wndipik52cyqy0677zdgp90i435pmvwd89cz98lm7ri0y3xjajh"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2
#:tests? #f)) ; no test target
(home-page "https://bitbucket.org/brandon/backports.ssl_match_hostname")
(synopsis "Backport of ssl.match_hostname() function from Python 3.5")
(description
"This backport brings the ssl.match_hostname() function to users of
earlier versions of Python. The function checks the hostname in the
certificate returned by the server to which a connection has been established,
and verifies that it matches the intended target hostname.")
(license license:psfl)))
(define-public python-bidict
(package
(name "python-bidict")