From owner-svn-ports-head@freebsd.org Tue May 19 23:29:33 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F9D62F82D0; Tue, 19 May 2020 23:29:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49RXCd0SVZz4J2M; Tue, 19 May 2020 23:29:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0AFE512BFF; Tue, 19 May 2020 23:29:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04JNTW20075148; Tue, 19 May 2020 23:29:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04JNTW1q075141; Tue, 19 May 2020 23:29:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202005192329.04JNTW1q075141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 May 2020 23:29:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535898 - in head: . devel devel/py-jupyterlab devel/py-jupyterlab-server devel/py-jupyterlab_server X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: . devel devel/py-jupyterlab devel/py-jupyterlab-server devel/py-jupyterlab_server X-SVN-Commit-Revision: 535898 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2020 23:29:33 -0000 Author: sunpoet Date: Tue May 19 23:29:31 2020 New Revision: 535898 URL: https://svnweb.freebsd.org/changeset/ports/535898 Log: Move devel/py-jupyterlab_server to devel/py-jupyterlab-server - Bump PORTREVISION of dependent ports for dependency change Added: head/devel/py-jupyterlab-server/ - copied from r535897, head/devel/py-jupyterlab_server/ Deleted: head/devel/py-jupyterlab_server/ Modified: head/MOVED head/devel/Makefile head/devel/py-jupyterlab-server/Makefile head/devel/py-jupyterlab/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue May 19 23:27:01 2020 (r535897) +++ head/MOVED Tue May 19 23:29:31 2020 (r535898) @@ -15013,3 +15013,4 @@ sysutils/rdiff-backup|sysutils/py-rdiff-backup@py37|20 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 Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue May 19 23:27:01 2020 (r535897) +++ head/devel/Makefile Tue May 19 23:29:31 2020 (r535898) @@ -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 Modified: head/devel/py-jupyterlab-server/Makefile ============================================================================== --- head/devel/py-jupyterlab_server/Makefile Tue May 19 23:27:01 2020 (r535897) +++ head/devel/py-jupyterlab-server/Makefile Tue May 19 23:29:31 2020 (r535898) @@ -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 Modified: head/devel/py-jupyterlab/Makefile ============================================================================== --- head/devel/py-jupyterlab/Makefile Tue May 19 23:27:01 2020 (r535897) +++ head/devel/py-jupyterlab/Makefile Tue May 19 23:29:31 2020 (r535898) @@ -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}