svn commit: r509671 - head/devel/py-jupyterlab

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 24 00:08:01 UTC 2019


Author: sunpoet
Date: Sat Aug 24 00:08:00 2019
New Revision: 509671
URL: https://svnweb.freebsd.org/changeset/ports/509671

Log:
  Update to 1.0.7
  
  - Update version requirement of RUN_DEPENDS
  
  Changes:	https://github.com/jupyterlab/jupyterlab/commits/master

Modified:
  head/devel/py-jupyterlab/Makefile
  head/devel/py-jupyterlab/distinfo

Modified: head/devel/py-jupyterlab/Makefile
==============================================================================
--- head/devel/py-jupyterlab/Makefile	Sat Aug 24 00:07:55 2019	(r509670)
+++ head/devel/py-jupyterlab/Makefile	Sat Aug 24 00:08:00 2019	(r509671)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jupyterlab
-PORTVERSION=	1.0.6
+PORTVERSION=	1.0.7
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,8 @@ COMMENT=	JupyterLab notebook server extension
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jupyterlab_server>=1.0.0:devel/py-jupyterlab_server@${PY_FLAVOR} \
+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}notebook>=4.3.1:www/py-notebook@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR}
 

Modified: head/devel/py-jupyterlab/distinfo
==============================================================================
--- head/devel/py-jupyterlab/distinfo	Sat Aug 24 00:07:55 2019	(r509670)
+++ head/devel/py-jupyterlab/distinfo	Sat Aug 24 00:08:00 2019	(r509671)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566229420
-SHA256 (jupyterlab-1.0.6.tar.gz) = 905286f2608ff8a5595f9a941d46e7a8ff9c98a3dac6b88794f14a4563d65ced
-SIZE (jupyterlab-1.0.6.tar.gz) = 11889689
+TIMESTAMP = 1566486971
+SHA256 (jupyterlab-1.0.7.tar.gz) = 29a21836241f84c9a702cff484d5ed58e034d519c3a0e045741535879fbfd269
+SIZE (jupyterlab-1.0.7.tar.gz) = 11889438


More information about the svn-ports-head mailing list