Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jul 2022 20:27:14 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 50d455e174ff - main - security/gpgme: limit python to 3.8+ (+)
Message-ID:  <202207022027.262KREBO052102@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=50d455e174ff14010279c198bbcc2a5c4129f42d

commit 50d455e174ff14010279c198bbcc2a5c4129f42d
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-07-02 20:23:13 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-07-02 20:27:01 +0000

    security/gpgme: limit python to 3.8+ (+)
    
    py-gpgme cannot be built with python 3.7, raise requrements
    
    Reported by:    poudriere fallout
    Approved by:    portmgr blanket (fix build)
---
 security/gpgme/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 5c3c98b299ea..aaef2195e612 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -82,7 +82,7 @@ TEST_USE=		QT=testlib_build
 BUILD_DEPENDS+=	swig:devel/swig \
 		${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
-USES+=		python:3.7+
+USES+=		python:3.8+
 USE_PYTHON=	flavors
 CONFIGURE_ARGS+=--enable-languages="python"
 CONFIGURE_ENV+=	BSD_PYTHON="${PYTHON_CMD}" \



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