Sat Aug 26 11:02:59 2023 UTC ()
py-test-jupyter: oops, fix PKGNAME


(adam)
diff -r1.1 -r1.2 pkgsrc/www/py-test-jupyter/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/www/py-test-jupyter/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-test-jupyter/Makefile 2023/08/26 11:00:25 1.1
+++ pkgsrc/www/py-test-jupyter/Makefile 2023/08/26 11:02:59 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.1 2023/08/26 11:00:25 adam Exp $ 1# $NetBSD: Makefile,v 1.2 2023/08/26 11:02:59 adam Exp $
2 2
3DISTNAME= pytest_jupyter-0.7.0 3DISTNAME= pytest_jupyter-0.7.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py-//:S/_/-/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-jupyter/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-jupyter/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/jupyter-server/pytest-jupyter 9HOMEPAGE= https://github.com/jupyter-server/pytest-jupyter
10COMMENT= Pytest plugin for testing Jupyter libraries and extensions 10COMMENT= Pytest plugin for testing Jupyter libraries and extensions
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.10.0:../../devel/py-hatchling 13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.10.0:../../devel/py-hatchling
14DEPENDS+= ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core 14DEPENDS+= ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
15DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test 15DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
16TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
17 17