mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/py-jupyter-kernel-test: update 0.6.0 → 0.7.0
Reported by: portscout
This commit is contained in:
parent
59b1946993
commit
0e49c63d4b
2 changed files with 7 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue