From 8932bf625a019117969ed099d4ef9303f52abec2 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 May 2020 23:29:31 +0000 Subject: [PATCH] Move devel/py-jupyterlab_server to devel/py-jupyterlab-server - Bump PORTREVISION of dependent ports for dependency change --- MOVED | 1 + devel/Makefile | 2 +- devel/{py-jupyterlab_server => py-jupyterlab-server}/Makefile | 3 ++- devel/{py-jupyterlab_server => py-jupyterlab-server}/distinfo | 0 devel/{py-jupyterlab_server => py-jupyterlab-server}/pkg-descr | 0 devel/py-jupyterlab/Makefile | 3 ++- 6 files changed, 6 insertions(+), 3 deletions(-) rename devel/{py-jupyterlab_server => py-jupyterlab-server}/Makefile (91%) rename devel/{py-jupyterlab_server => py-jupyterlab-server}/distinfo (100%) rename devel/{py-jupyterlab_server => py-jupyterlab-server}/pkg-descr (100%) diff --git a/MOVED b/MOVED index d6177e4dc641..624978f9c763 100644 --- a/MOVED +++ b/MOVED @@ -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 diff --git a/devel/Makefile b/devel/Makefile index 5f11be89bedd..8d18f3f31e40 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-jupyterlab_server/Makefile b/devel/py-jupyterlab-server/Makefile similarity index 91% rename from devel/py-jupyterlab_server/Makefile rename to devel/py-jupyterlab-server/Makefile index a137ee174ea9..a8f3f678b857 100644 --- a/devel/py-jupyterlab_server/Makefile +++ b/devel/py-jupyterlab-server/Makefile @@ -1,12 +1,13 @@ # Created by: Po-Chuan Hsieh # $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 diff --git a/devel/py-jupyterlab_server/distinfo b/devel/py-jupyterlab-server/distinfo similarity index 100% rename from devel/py-jupyterlab_server/distinfo rename to devel/py-jupyterlab-server/distinfo diff --git a/devel/py-jupyterlab_server/pkg-descr b/devel/py-jupyterlab-server/pkg-descr similarity index 100% rename from devel/py-jupyterlab_server/pkg-descr rename to devel/py-jupyterlab-server/pkg-descr diff --git a/devel/py-jupyterlab/Makefile b/devel/py-jupyterlab/Makefile index 8aa4cae3f207..f4d5db64a8f8 100644 --- a/devel/py-jupyterlab/Makefile +++ b/devel/py-jupyterlab/Makefile @@ -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}