Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2023 16:56:11 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9f45abb5d16f - main - www/flexget: bump min python version after 0fb1fcda3b2d
Message-ID:  <202304111656.33BGuBP6061290@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=9f45abb5d16f3761f50fc96f2f4503806a159ee4

commit 9f45abb5d16f3761f50fc96f2f4503806a159ee4
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-11 16:50:07 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-11 16:55:42 +0000

    www/flexget: bump min python version after 0fb1fcda3b2d
---
 www/flexget/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/flexget/Makefile b/www/flexget/Makefile
index cb1b65b080b6..598a4e7da599 100644
--- a/www/flexget/Makefile
+++ b/www/flexget/Makefile
@@ -45,7 +45,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}vcrpy>0:devel/py-vcrpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pysftp>0:ftp/py-sftp@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python:3.7+
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist pep517 pytest
 GH_PROJECT=	Flexget



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