Move devel/py-jupyterlab_server to devel/py-jupyterlab-server

- Bump PORTREVISION of dependent ports for dependency change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-05-19 23:29:31 +00:00
parent 06654a9f50
commit 8932bf625a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535898
6 changed files with 6 additions and 3 deletions

1
MOVED
View File

@ -15013,3 +15013,4 @@ sysutils/rdiff-backup|sysutils/py-rdiff-backup@py37|2020-05-16|Renamed comply wi
www/py-django-happenings|www/py-django-happenings-update|2020-05-17|Has expired: Doesn't work with Django 2.2+, please use www/py-django-happenings-update instead
devel/py-django-tastypie-mongoengine||2020-05-17|Has expired: Not necessary anymore, and project unmaintained
sysutils/py-cpuinfo|sysutils/py-py-cpuinfo|2020-05-18|Rename to match PyPI name
devel/py-jupyterlab_server|devel/py-jupyterlab-server|2020-05-19|Rename to match upstream naming

View File

@ -4565,8 +4565,8 @@
SUBDIR += py-jupyter_console
SUBDIR += py-jupyter_core
SUBDIR += py-jupyterlab
SUBDIR += py-jupyterlab-server
SUBDIR += py-jupyterlab_launcher
SUBDIR += py-jupyterlab_server
SUBDIR += py-kaitaistruct
SUBDIR += py-kaptan
SUBDIR += py-kayako

View File

@ -1,12 +1,13 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= jupyterlab_server
PORTNAME= jupyterlab-server
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= jupyterlab_server-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= JupyterLab Server

View File

@ -3,6 +3,7 @@
PORTNAME= jupyterlab
PORTVERSION= 2.1.2
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.1.0<2.0:devel/py-jupyterlab_server@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyterlab-server>=1.1.0<2.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}