Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2022 14:33:19 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8d838c5c5827 - main - www/py-instabot: Update USES=python
Message-ID:  <202206161433.25GEXJEm056336@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=8d838c5c5827e7ce7636fa20f9b568cb37defd25

commit 8d838c5c5827e7ce7636fa20f9b568cb37defd25
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-16 14:33:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-16 14:33:08 +0000

    www/py-instabot: Update USES=python
    
    multimedia/py-moviepy requires Python 3.8+
---
 www/py-instabot/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/py-instabot/Makefile b/www/py-instabot/Makefile
index 4baeb54fa1f9..e9c9bf3d2ce4 100644
--- a/www/py-instabot/Makefile
+++ b/www/py-instabot/Makefile
@@ -30,7 +30,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=2019.11.28:security/py-certifi@${PY
 		${PYTHON_PKGNAMEPREFIX}tqdm>=4.41.1:misc/py-tqdm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.7,1:net/py-urllib3@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		python:3.8+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



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