CHANGES: Document the transition from USES=pycryptography* to USE_PYTHON=cryptography*

PR:		273727
This commit is contained in:
Po-Chuan Hsieh 2023-09-30 09:14:06 +08:00
parent e4b8bfc757
commit 0bda50678e
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

12
CHANGES
View file

@ -10,6 +10,18 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
20230929:
AUTHOR: sunpoet@FreeBSD.org
USE_PYTHON=cryptography{,_build,_test} has been added to the ports tree.
20230722 entry is obsoleted now. All existing USES=pycryptography* have
been converted to USE_PYTHON=cryptography{,_build,_test} in PR 273727.
Usage:
USE_PYTHON=cryptography_build adds security/py-cryptography to BUILD_DEPENDS
USE_PYTHON=cryptography adds security/py-cryptography to RUN_DEPENDS
USE_PYTHON=cryptography_test adds security/py-cryptography to TEST_DEPENDS
20230823:
AUTHOR: tcberner@FreeBSD.org