FreeBSD Bugzilla – Attachment 247707 Details for
Bug 276380
security/py-pysha3: limit python version and possibly deprecate port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
deprecate patch
pysha.diff (text/plain), 595 bytes, created by
Ruslan Makhmatkhanov
on 2024-01-16 17:06:55 UTC
(
hide
)
Description:
deprecate patch
Filename:
MIME Type:
Creator:
Ruslan Makhmatkhanov
Created:
2024-01-16 17:06:55 UTC
Size:
595 bytes
patch
obsolete
>diff --git a/security/py-pysha3/Makefile b/security/py-pysha3/Makefile >index bbc4058b21f9..0024c30abd26 100644 >--- a/security/py-pysha3/Makefile >+++ b/security/py-pysha3/Makefile >@@ -14,9 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > BROKEN_mips64= fails to compile: KeccakP-1600-opt64.c: error: Not yet implemented > > # Actually Python 2.7,3.4+ >-USES= python >+USES= python:3.6- > USE_PYTHON= autoplist distutils > >+DEPRECATED= Merged into python standard library since version 3.6 >+EXPIRATION_DATE= 2024-02-16 >+ > post-install: > ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_pysha3*.so >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 276380
: 247707
Working