Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2024 16:34:43 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0e49c63d4b5e - main - devel/py-jupyter-kernel-test: update 0.6.0 =?utf-8?Q?=E2=86=92?= 0.7.0
Message-ID:  <202404211634.43LGYhoL072140@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 0e49c63d4b5e896bcb79c83b4574e79ea003f589
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-21 16:16:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-21 16:16:28 +0000

    devel/py-jupyter-kernel-test: update 0.6.0 → 0.7.0
    
    Reported by:    portscout
---
 devel/py-jupyter-kernel-test/Makefile | 10 ++++------
 devel/py-jupyter-kernel-test/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/devel/py-jupyter-kernel-test/Makefile b/devel/py-jupyter-kernel-test/Makefile
index 4abbbbe405ae..c9b5a43ce4a6 100644
--- a/devel/py-jupyter-kernel-test/Makefile
+++ b/devel/py-jupyter-kernel-test/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	jupyter-kernel-test
-DISTVERSION=	0.6.0
+DISTVERSION=	0.7.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,14 +12,12 @@ WWW=		https://github.com/jupyter/jupyter_kernel_test
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=1.5:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jupyter-client>=6.1.13:devel/py-jupyter-client@${PY_FLAVOR}
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=1.5:devel/py-hatchling@${PY_FLAVOR} \
-		${PY_DEPENDS}
-RUN_DEPENDS=	${PY_DEPENDS}
 
 USES=		python
-USE_PYTHON=	pep517 autoplist
+USE_PYTHON=	pep517 autoplist pytest
 
 NO_ARCH=	yes
 
diff --git a/devel/py-jupyter-kernel-test/distinfo b/devel/py-jupyter-kernel-test/distinfo
index 562139067f62..53e6d79196ef 100644
--- a/devel/py-jupyter-kernel-test/distinfo
+++ b/devel/py-jupyter-kernel-test/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1693375550
-SHA256 (jupyter_kernel_test-0.6.0.tar.gz) = 55c98673703f6f45d25bb7f587f225420b942cb2146674fab2ab06e485f03c5d
-SIZE (jupyter_kernel_test-0.6.0.tar.gz) = 15445
+TIMESTAMP = 1713713677
+SHA256 (jupyter_kernel_test-0.7.0.tar.gz) = 078b6fe7f770dd164f9549bdd7a355663225a3ff9b0f7575ad546d27239ec609
+SIZE (jupyter_kernel_test-0.7.0.tar.gz) = 17122



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404211634.43LGYhoL072140>