Date: Mon, 1 Nov 2021 15:28:48 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d085d9801fcc - main - devel/py-unittest2: limit supported python versions Message-ID: <202111011528.1A1FSmw2089144@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=d085d9801fcc28559f9901be4e5f132014f1d527 commit d085d9801fcc28559f9901be4e5f132014f1d527 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-11-01 15:20:59 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-11-01 15:28:24 +0000 devel/py-unittest2: limit supported python versions File "/wrkdirs/usr/ports/devel/py-unittest2/work-py310/unittest2-1.1.0/unittest2/compatibility.py", line 143, in <module> class ChainMap(collections.MutableMapping): AttributeError: module 'collections' has no attribute 'MutableMapping' Approved by: portmgr blanket --- 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 4863fc0d51e0..091456206c7c 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.6-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?202111011528.1A1FSmw2089144>