git: 852f410cea3b - main - devel/py-pytest-jupyter: Update to 0.8.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 14 Dec 2023 06:06:20 UTC
The branch main has been updated by sunpoet:

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

commit 852f410cea3ba73a4d1b9dc00bac55fa1d821722
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-14 05:36:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-14 05:48:29 +0000

    devel/py-pytest-jupyter: Update to 0.8.0
    
    - Add GitHub to MASTER_SITES
    - Update WWW
    
    Changes:        https://github.com/jupyter-server/pytest-jupyter/releases
---
 devel/py-pytest-jupyter/Makefile | 15 ++++++++++-----
 devel/py-pytest-jupyter/distinfo |  6 +++---
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/devel/py-pytest-jupyter/Makefile b/devel/py-pytest-jupyter/Makefile
index 3a71295c394a..fcd3d441fd8d 100644
--- a/devel/py-pytest-jupyter/Makefile
+++ b/devel/py-pytest-jupyter/Makefile
@@ -1,13 +1,15 @@
 PORTNAME=	pytest-jupyter
-PORTVERSION=	0.7.0
+PORTVERSION=	0.8.0
 CATEGORIES=	devel python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/jupyter-server/pytest-jupyter/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	pytest_jupyter-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	pytest plugin for testing Jupyter libraries and extensions
-WWW=		https://github.com/jupyter-server/pytest-jupyter
+WWW=		https://pytest-jupyter.readthedocs.io/en/main/ \
+		https://github.com/jupyter-server/pytest-jupyter
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -28,8 +30,11 @@ SERVER_DESC=	Server-side support
 SERVER_IMPLIES=	CLIENT
 
 CLIENT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipykernel>=6.14:devel/py-ipykernel@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}jupyter-client>=7.4.0:devel/py-jupyter-client@${PY_FLAVOR}
-SERVER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.21:devel/py-jupyter-server@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}jupyter-client>=7.4.0:devel/py-jupyter-client@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}nbformat>=5.3:devel/py-nbformat@${PY_FLAVOR}
+SERVER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipykernel>=6.14:devel/py-ipykernel@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}jupyter-client>=7.4.0:devel/py-jupyter-client@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.21:devel/py-jupyter-server@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}nbformat>=5.3:devel/py-nbformat@${PY_FLAVOR}
 
 .include <bsd.port.mk>
diff --git a/devel/py-pytest-jupyter/distinfo b/devel/py-pytest-jupyter/distinfo
index 5a6aab59efc7..986924b0d312 100644
--- a/devel/py-pytest-jupyter/distinfo
+++ b/devel/py-pytest-jupyter/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1684104290
-SHA256 (pytest_jupyter-0.7.0.tar.gz) = 6403b7f6f5eaaa5a9faffd73d2ff1097106a7dc5c3204292212487fc9fb71843
-SIZE (pytest_jupyter-0.7.0.tar.gz) = 15507
+TIMESTAMP = 1702028124
+SHA256 (pytest_jupyter-0.8.0.tar.gz) = 842817c300802c8608676bbb1460ba0081f2688cf5cb55b87d7bad5dcb0e9729
+SIZE (pytest_jupyter-0.8.0.tar.gz) = 15716