Date: Mon, 1 Nov 2021 14:00:03 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: ac3913fcd185 - main - devel/py-l18n: limit supported python versions Message-ID: <202111011400.1A1E03qj070748@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=ac3913fcd185b62a88dd2b44e8d4f4102705fe5c commit ac3913fcd185b62a88dd2b44e8d4f4102705fe5c Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-11-01 13:53:42 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-11-01 13:59:10 +0000 devel/py-l18n: limit supported python versions File "setup.py", line 74, in <module> cmd_module = getattr(__import__('setuptools.command', fromlist=[cmd]), AttributeError: module 'setuptools.command' has no attribute 'bdist_wininst' Approved by: portmgr blanket --- devel/py-l18n/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-l18n/Makefile b/devel/py-l18n/Makefile index ac90e6a9913d..e91905ff8fe3 100644 --- a/devel/py-l18n/Makefile +++ b/devel/py-l18n/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2020.1,1,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${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?202111011400.1A1E03qj070748>