pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-xdist



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 30 06:58:44 UTC 2024

Modified Files:
        pkgsrc/devel/py-test-xdist: Makefile

Log Message:
py-test-xdist: fix PKGNAME


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/py-test-xdist/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-xdist/Makefile
diff -u pkgsrc/devel/py-test-xdist/Makefile:1.41 pkgsrc/devel/py-test-xdist/Makefile:1.42
--- pkgsrc/devel/py-test-xdist/Makefile:1.41    Tue Apr 30 06:35:07 2024
+++ pkgsrc/devel/py-test-xdist/Makefile Tue Apr 30 06:58:44 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2024/04/30 06:35:07 adam Exp $
+# $NetBSD: Makefile,v 1.42 2024/04/30 06:58:44 adam Exp $
 
 DISTNAME=      pytest_xdist-3.6.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xdist/}
 



Home | Main Index | Thread Index | Old Index