git: 38af07c16564 - main - devel/py-nbdime: Revert 43d1294d0f2b965a68f9e57296c0720b05ce991a
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 21:29:36 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=38af07c165646ce40712aabec9288ae1176fa859 commit 38af07c165646ce40712aabec9288ae1176fa859 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-01 21:18:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-01 21:28:47 +0000 devel/py-nbdime: Revert 43d1294d0f2b965a68f9e57296c0720b05ce991a nbdime 3.1.1 (c9310b44a8cd6720d0650ac2908ae1f6e1256f8c) supports Python 3.10 already. --- devel/py-nbdime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-nbdime/Makefile b/devel/py-nbdime/Makefile index 12f4d5b9d657..13341265b558 100644 --- a/devel/py-nbdime/Makefile +++ b/devel/py-nbdime/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR} -USES= python:3.7-3.9 +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes