Date: Mon, 25 Oct 2021 21:59:02 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: a261e64cb8d2 - main - devel/py-jupyter-server-mathjax: Update USES=python Message-ID: <202110252159.19PLx2ev055925@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=a261e64cb8d28494bc9e9fb9771097f2e6600d44 commit a261e64cb8d28494bc9e9fb9771097f2e6600d44 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 21:24:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 21:46:39 +0000 devel/py-jupyter-server-mathjax: Update USES=python py-jupyter-packaging 0.11.0 drops support for Python 3.6. --- devel/py-jupyter-server-mathjax/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-jupyter-server-mathjax/Makefile b/devel/py-jupyter-server-mathjax/Makefile index 2147618fa6ef..ab68952f348d 100644 --- a/devel/py-jupyter-server-mathjax/Makefile +++ b/devel/py-jupyter-server-mathjax/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-packaging>=0:devel/py-jupyter-packaging@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.1<2:devel/py-jupyter-server@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ 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?202110252159.19PLx2ev055925>