1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

security/py-backports.ssl_match_hostname: set for deprecation

Mark as deprecated. Function match_hostname() was backported
to standard library (ssl module) since Python 2.7.9. This is
the python version we have in ports, so there is no need in
this port anymore. Set expiration date to 2015-04-08.

References:
 * https://docs.python.org/2.7/library/ssl.html
This commit is contained in:
Ruslan Makhmatkhanov 2015-05-02 00:09:58 +00:00
parent fb870bbf7e
commit d0fafdc62d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385158

View File

@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Backport of ssl.match_hostname() function
DEPRECATED= Function match_hostname() is in standard library since Python 2.7.9
EXPIRATION_DATE= 2015-06-02
USES= python:2
USE_PYTHON= distutils autoplist