git: c2a3fde29bc3 - main - security/py-pyblake2: deprecate and set to removal

From: Ruslan Makhmatkhanov <rm_at_FreeBSD.org>
Date: Mon, 19 Feb 2024 11:42:40 UTC
The branch main has been updated by rm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c2a3fde29bc32272da7b54faecaf35d3c0a34c1b

commit c2a3fde29bc32272da7b54faecaf35d3c0a34c1b
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2024-02-19 11:41:33 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2024-02-19 11:41:33 +0000

    security/py-pyblake2: deprecate and set to removal
    
    External pyblake2 implementation was imported into python standard library
    hashlib module since 3.6
    
    https://github.com/dchest/pyblake2/blob/master/README.rst
    
    The only consumers of it (security/py-pyaff4 and security/py-trezor) have
    corresponding PRs to drop this dependency.
    
    PR:             277135
    Approved by:    antoine (maintainer)
---
 security/py-pyblake2/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/py-pyblake2/Makefile b/security/py-pyblake2/Makefile
index 34b3b0ec1621..f953b9f79b45 100644
--- a/security/py-pyblake2/Makefile
+++ b/security/py-pyblake2/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/dchest/pyblake2
 LICENSE=	CC0-1.0
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Reached it's End Of Life. Integrated into Python Standard Library
+EXPIRATION_DATE=2024-03-03
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}