git: 2477c5015da7 - main - devel/py-ipykernel: Unbreak: fix bug that the launcher submodule wasn't installed

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 17 Oct 2022 23:03:30 UTC
The branch main has been updated by yuri:

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

commit 2477c5015da7a468251e6ec1dccbf2e18ddd172d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-17 23:01:50 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-17 23:03:27 +0000

    devel/py-ipykernel: Unbreak: fix bug that the launcher submodule wasn't installed
    
    PR:             267161
    Approved by:    portmgr (unbreak)
---
 devel/py-ipykernel/Makefile       | 1 +
 devel/py-ipykernel/files/setup.py | 1 +
 2 files changed, 2 insertions(+)

diff --git a/devel/py-ipykernel/Makefile b/devel/py-ipykernel/Makefile
index 422839a6350a..3fb54edb9972 100644
--- a/devel/py-ipykernel/Makefile
+++ b/devel/py-ipykernel/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ipykernel
 PORTVERSION=	6.16.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-ipykernel/files/setup.py b/devel/py-ipykernel/files/setup.py
index d38ee095c6b3..250d4fabc6e9 100644
--- a/devel/py-ipykernel/files/setup.py
+++ b/devel/py-ipykernel/files/setup.py
@@ -42,6 +42,7 @@ setup(
             'pytest>=6.0',
         ],
     },
+    py_modules=['ipykernel_launcher'],
     packages=[
         'ipykernel',
         'ipykernel.comm',