Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 09:03:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r530632 - in branches/2020Q2/devel/py-jupyterlab: . files
Message-ID:  <202004040903.03493p93010495@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr  4 09:03:51 2020
New Revision: 530632
URL: https://svnweb.freebsd.org/changeset/ports/530632

Log:
  MFH: r530580
  
  Fix build with py-jupyterlab_server 1.1.0
  
  - Bump PORTREVISION for package change
  
  Approved by:	ports-secteam (blanket)

Added:
  branches/2020Q2/devel/py-jupyterlab/files/
     - copied from r530580, head/devel/py-jupyterlab/files/
Modified:
  branches/2020Q2/devel/py-jupyterlab/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/devel/py-jupyterlab/Makefile
==============================================================================
--- branches/2020Q2/devel/py-jupyterlab/Makefile	Sat Apr  4 09:03:31 2020	(r530631)
+++ branches/2020Q2/devel/py-jupyterlab/Makefile	Sat Apr  4 09:03:51 2020	(r530632)
@@ -3,6 +3,7 @@
 
 PORTNAME=	jupyterlab
 PORTVERSION=	2.0.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ 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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004040903.03493p93010495>