Index: branches/2020Q2/devel/py-jupyterlab/Makefile =================================================================== --- branches/2020Q2/devel/py-jupyterlab/Makefile (revision 530631) +++ branches/2020Q2/devel/py-jupyterlab/Makefile (revision 530632) @@ -1,26 +1,27 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= jupyterlab PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= JupyterLab notebook server extension LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyterlab_server>=1.0.0<1.1:devel/py-jupyterlab_server@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyterlab_server>=1.1.0:devel/py-jupyterlab_server@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}notebook>=4.3.1:www/py-notebook@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include Index: branches/2020Q2/devel/py-jupyterlab/files/patch-setup.py =================================================================== --- branches/2020Q2/devel/py-jupyterlab/files/patch-setup.py (nonexistent) +++ branches/2020Q2/devel/py-jupyterlab/files/patch-setup.py (revision 530632) @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-03-06 07:31:51 UTC ++++ setup.py +@@ -139,7 +139,7 @@ setup_args = dict( + setup_args['install_requires'] = [ + 'notebook>=4.3.1', + 'tornado!=6.0.0, !=6.0.1, !=6.0.2', +- 'jupyterlab_server~=1.0.0', ++ 'jupyterlab_server>=1.1.0', + 'jinja2>=2.10' + ] + Property changes on: branches/2020Q2/devel/py-jupyterlab/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2020Q2 =================================================================== --- branches/2020Q2 (revision 530631) +++ branches/2020Q2 (revision 530632) Property changes on: branches/2020Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r530580