Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jul 2022 20:27:16 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: 7888978d77de - main - devel/py-unittest2: limit available python range to 3.7-3.9
Message-ID:  <202207022027.262KRGKF052126@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=7888978d77de026199ac19975d6e2f66147a7aef

commit 7888978d77de026199ac19975d6e2f66147a7aef
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-07-02 20:25:32 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-07-02 20:27:01 +0000

    devel/py-unittest2: limit available python range to 3.7-3.9
    
    Reported by:    poudriere fallout
    Approved by:    portmgr blanket (fix build)
---
 devel/py-unittest2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-unittest2/Makefile b/devel/py-unittest2/Makefile
index dabb573fc9de..58594eba2fe2 100644
--- a/devel/py-unittest2/Makefile
+++ b/devel/py-unittest2/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} \
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}traceback2>=0:devel/py-traceback2@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python:3.7-3.9
 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?202207022027.262KRGKF052126>