git: a7b51fd2935e - main - devel/py-jupyterlab-server: Do not install tests module

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 09 Jun 2022 11:03:43 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a7b51fd2935e9ecfc7a3ace5ee5c5074ef316379

commit a7b51fd2935e9ecfc7a3ace5ee5c5074ef316379
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-09 10:58:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-09 10:58:19 +0000

    devel/py-jupyterlab-server: Do not install tests module
    
    - Bump PORTREVISION for package change
---
 devel/py-jupyterlab-server/Makefile       | 1 +
 devel/py-jupyterlab-server/files/setup.py | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/devel/py-jupyterlab-server/Makefile b/devel/py-jupyterlab-server/Makefile
index 67ffb673c34a..48cfcd3b5c8e 100644
--- a/devel/py-jupyterlab-server/Makefile
+++ b/devel/py-jupyterlab-server/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	jupyterlab-server
 PORTVERSION=	2.14.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-jupyterlab-server/files/setup.py b/devel/py-jupyterlab-server/files/setup.py
index 79bce4a35bb0..5a1f35865d83 100644
--- a/devel/py-jupyterlab-server/files/setup.py
+++ b/devel/py-jupyterlab-server/files/setup.py
@@ -51,8 +51,5 @@ setup(
     },
     packages=[
         'jupyterlab_server',
-        'tests',
-        'tests.translations.jupyterlab-language-pack-es_CO.jupyterlab_language_pack_es_CO',
-        'tests.translations.jupyterlab-some-package.jupyterlab_some_package',
     ],
 )