py-notebook_shim: updated to 0.2.4
0.2.4 Maintenance and upkeep improvements - Fix extension discovery warning
This commit is contained in:
parent
f577969b8e
commit
efd5ac0773
2 changed files with 6 additions and 11 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.4 2023/10/28 19:57:24 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2024/02/19 09:26:58 adam Exp $
|
||||
|
||||
DISTNAME= notebook_shim-0.2.3
|
||||
DISTNAME= notebook_shim-0.2.4
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=n/notebook-shim/}
|
||||
|
||||
|
@ -14,7 +13,6 @@ LICENSE= modified-bsd
|
|||
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.0:../../devel/py-hatchling
|
||||
DEPENDS+= ${PYPKGPREFIX}-jupyter_server>=1.8:../../www/py-jupyter_server
|
||||
# TODO: import py-test-tornasync
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test-console-scripts-[0-9]*:../../devel/py-test-console-scripts
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test-jupyter-[0-9]*:../../www/py-test-jupyter
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
|
||||
|
@ -25,8 +23,5 @@ PYTHON_SELF_CONFLICT= yes
|
|||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
|
||||
|
||||
.include "../../lang/python/wheel.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2023/05/05 11:01:09 adam Exp $
|
||||
$NetBSD: distinfo,v 1.2 2024/02/19 09:26:58 adam Exp $
|
||||
|
||||
BLAKE2s (notebook_shim-0.2.3.tar.gz) = 132cefc3cac5cade1c3b883e6bf123890a077becf2b66894d47aa5226389089d
|
||||
SHA512 (notebook_shim-0.2.3.tar.gz) = 87114ea915ab5160b11023dddcc622aafba315fe07de21cedbed1e374ec2406eba378575e903377dbb9cc69e7449eb184cb0420513b7dc05078af0e91bc5f884
|
||||
Size (notebook_shim-0.2.3.tar.gz) = 13082 bytes
|
||||
BLAKE2s (notebook_shim-0.2.4.tar.gz) = cde200cc9bdeddf005d9432f59a484fcedda3b191deac8c1568963a812190b34
|
||||
SHA512 (notebook_shim-0.2.4.tar.gz) = 74b43e39b39ce91ee8ec2c4da2915fb7accc0992730fa4c9a6ef5037327afd5393ab11f576dd21033769ace3e5f0d44b9d6de76da0d3cd147064739b67b50719
|
||||
Size (notebook_shim-0.2.4.tar.gz) = 13167 bytes
|
||||
|
|
Loading…
Reference in a new issue