Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2024 02:44:08 GMT
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7a11a9f2280f - main - security/archlinux-keyring: limit to Python 3.10 and later
Message-ID:  <202402010244.4112i8TG087178@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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