Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2023 01:14:46 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0bda50678e09 - main - CHANGES: Document the transition from USES=pycryptography* to USE_PYTHON=cryptography*
Message-ID:  <202309300114.38U1Ekr0076478@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 0bda50678e09b618573e32c542f7f14f7b7f1d24
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-30 01:14:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-30 01:14:06 +0000

    CHANGES: Document the transition from USES=pycryptography* to USE_PYTHON=cryptography*
    
    PR:             273727
---
 CHANGES | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/CHANGES b/CHANGES
index bc1188ea4016..2b959a75614e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309300114.38U1Ekr0076478>