git: 7a11a9f2280f - main - security/archlinux-keyring: limit to Python 3.10 and later
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Feb 2024 02:44:08 UTC
The branch main has been updated by vishwin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7a11a9f2280f0e1639e869af59c436e255a7fa74
commit 7a11a9f2280f0e1639e869af59c436e255a7fa74
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:41: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
---
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