git: d02aeada7c4d - main - devel/py-jupyter-packaging: Do not install tests module

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

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

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

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

diff --git a/devel/py-jupyter-packaging/Makefile b/devel/py-jupyter-packaging/Makefile
index 6cb735e1fbbc..627abca971c7 100644
--- a/devel/py-jupyter-packaging/Makefile
+++ b/devel/py-jupyter-packaging/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	jupyter-packaging
 PORTVERSION=	0.12.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-jupyter-packaging/files/setup.py b/devel/py-jupyter-packaging/files/setup.py
index c071c18cc7e3..64bbbf2014d8 100644
--- a/devel/py-jupyter-packaging/files/setup.py
+++ b/devel/py-jupyter-packaging/files/setup.py
@@ -38,6 +38,5 @@ setup(
     },
     packages=[
         'jupyter_packaging',
-        'tests',
     ],
 )