Skip to content

Commit c2a3fde

Browse files
committed
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)
1 parent 314e0d5 commit c2a3fde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

security/py-pyblake2/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ WWW= https://github.com/dchest/pyblake2
1111
LICENSE= CC0-1.0
1212
LICENSE_FILE= ${WRKSRC}/COPYING
1313

14+
DEPRECATED= Reached it's End Of Life. Integrated into Python Standard Library
15+
EXPIRATION_DATE=2024-03-03
16+
1417
USES= python
1518
USE_PYTHON= distutils autoplist
1619
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}

0 commit comments

Comments
 (0)