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:           Mon May  6 04:27:43 UTC 2024

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

Log Message:
py-test-xdist: use correct path to py-setuptools


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 pkgsrc/devel/py-test-xdist/Makefile:1.43
--- pkgsrc/devel/py-test-xdist/Makefile:1.42    Tue Apr 30 06:58:44 2024
+++ pkgsrc/devel/py-test-xdist/Makefile Mon May  6 04:27:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2024/04/30 06:58:44 adam Exp $
+# $NetBSD: Makefile,v 1.43 2024/05/06 04:27:43 adam Exp $
 
 DISTNAME=      pytest_xdist-3.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/pytest-dev/
 COMMENT=       Plugin for distributed testing and loop-on-failing modes
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2.3:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-execnet>=2.1:../../devel/py-execnet



Home | Main Index | Thread Index | Old Index