pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-notebook_shim



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb 19 09:26:58 UTC 2024

Modified Files:
        pkgsrc/www/py-notebook_shim: Makefile distinfo

Log Message:
py-notebook_shim: updated to 0.2.4

0.2.4

Maintenance and upkeep improvements

- Fix extension discovery warning


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-notebook_shim/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-notebook_shim/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-notebook_shim/Makefile
diff -u pkgsrc/www/py-notebook_shim/Makefile:1.4 pkgsrc/www/py-notebook_shim/Makefile:1.5
--- pkgsrc/www/py-notebook_shim/Makefile:1.4    Sat Oct 28 19:57:24 2023
+++ pkgsrc/www/py-notebook_shim/Makefile        Mon Feb 19 09:26:58 2024
@@ -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"

Index: pkgsrc/www/py-notebook_shim/distinfo
diff -u pkgsrc/www/py-notebook_shim/distinfo:1.1 pkgsrc/www/py-notebook_shim/distinfo:1.2
--- pkgsrc/www/py-notebook_shim/distinfo:1.1    Fri May  5 11:01:09 2023
+++ pkgsrc/www/py-notebook_shim/distinfo        Mon Feb 19 09:26:58 2024
@@ -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



Home | Main Index | Thread Index | Old Index