svn commit: r530632 - in branches/2020Q2/devel/py-jupyterlab: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 4 09:11:35 UTC 2020
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}
More information about the svn-ports-all
mailing list