git: 4e12cc7a2947 - 2024Q1 - security/archlinux-keyring: limit to Python 3.10 and later

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Thu, 01 Feb 2024 02:46:43 UTC
The branch 2024Q1 has been updated by vishwin:

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

commit 4e12cc7a2947a0261472d574bec828e8b1937713
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2024-02-01 02:41:31 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2024-02-01 02:46:31 +0000

    security/archlinux-keyring: limit to Python 3.10 and later
    
    libkeyringctl/trust.py includes Structural Pattern Matching (PEP-636)
    introduced in Python 3.10.
    
    https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/merge_requests/267
    (cherry picked from commit 7a11a9f2280f0e1639e869af59c436e255a7fa74)
---
 security/archlinux-keyring/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/archlinux-keyring/Makefile b/security/archlinux-keyring/Makefile
index 420d91a93b4c..8ad4b12c1a7b 100644
--- a/security/archlinux-keyring/Makefile
+++ b/security/archlinux-keyring/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	sq:security/sequoia-sq \
 RUN_DEPENDS=	bash:shells/bash \
 		pacman-key:sysutils/pacman@archlinux
 
-USES=		gmake pkgconfig python shebangfix trigger
+USES=		gmake pkgconfig python:3.10+ shebangfix trigger
 SHEBANG_FILES=	keyringctl wkd_sync
 BINARY_ALIAS=	install=ginstall