pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-lazy-fixtures



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb 21 12:26:09 UTC 2024

Modified Files:
        pkgsrc/devel/py-test-lazy-fixtures: Makefile

Log Message:
py-test-lazy-fixtures: fix PKGNAME


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

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

Modified files:

Index: pkgsrc/devel/py-test-lazy-fixtures/Makefile
diff -u pkgsrc/devel/py-test-lazy-fixtures/Makefile:1.1 pkgsrc/devel/py-test-lazy-fixtures/Makefile:1.2
--- pkgsrc/devel/py-test-lazy-fixtures/Makefile:1.1     Wed Feb 21 12:20:55 2024
+++ pkgsrc/devel/py-test-lazy-fixtures/Makefile Wed Feb 21 12:26:09 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2024/02/21 12:20:55 adam Exp $
+# $NetBSD: Makefile,v 1.2 2024/02/21 12:26:09 adam Exp $
 
 DISTNAME=      pytest_lazy_fixtures-1.0.5
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-lazy-fixtures/}
 



Home | Main Index | Thread Index | Old Index