git: 9f45abb5d16f - main - www/flexget: bump min python version after 0fb1fcda3b2d
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Apr 2023 16:56:11 UTC
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