pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-test-jupyter



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 26 11:02:59 UTC 2023

Modified Files:
        pkgsrc/www/py-test-jupyter: Makefile

Log Message:
py-test-jupyter: oops, fix PKGNAME


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-test-jupyter/Makefile

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-test-jupyter/Makefile
diff -u pkgsrc/www/py-test-jupyter/Makefile:1.1 pkgsrc/www/py-test-jupyter/Makefile:1.2
--- pkgsrc/www/py-test-jupyter/Makefile:1.1     Sat Aug 26 11:00:25 2023
+++ pkgsrc/www/py-test-jupyter/Makefile Sat Aug 26 11:02:59 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2023/08/26 11:00:25 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/08/26 11:02:59 adam Exp $
 
 DISTNAME=      pytest_jupyter-0.7.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py-//:S/_/-/}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-jupyter/}
 



Home | Main Index | Thread Index | Old Index