Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=K7ooxMMQ; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=gHqL+Wuf Received: by mail.netbsd.org (Postfix, from userid 605) id 7489C84EB7; Mon, 6 May 2024 04:27:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714969665; bh=IhoIgtzavSndlePsQLVWRTdtJN3TNlax4YSB7DtXPZw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=K7ooxMMQia2M9PG9zEIiu8UC0drCs/UnWNPvB2217usvVoYpgJQIjVPD79vmihF2b 5yXNKwdi5MHx7avSpPTPxSZiaifSz6bASG49Cs9FnBeuZVEhW18KS1tVGj2mTdybU0 Ne/3FzZ8gCAwOWOYcDOpVyLDVUVl+/VCfLy3yt/c= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6578E84EB6 for ; Mon, 6 May 2024 04:27:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id sUtqci9XcRvX for ; Mon, 6 May 2024 04:27:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B013C84CC9 for ; Mon, 6 May 2024 04:27:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714969663; bh=IhoIgtzavSndlePsQLVWRTdtJN3TNlax4YSB7DtXPZw=; h=Date:From:Subject:To:Reply-To; b=gHqL+WufaffWoIYyuIvt86FDd0yshBe+1AwUPgEHeW3FLMg2cX9l6NzkSK02sA76x JN3rN5xMiqeLORUVPgRfjMRS2CXW1O14+1I7rqLLOuBqxZ0PqufH0OkygkMsTBn9dH 5AO//6MP6zXlV+Zid+fIMTXPa6dhSQHp83s9Vhu4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A6354FA2C; Mon, 6 May 2024 04:27:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714969663153250" MIME-Version: 1.0 Date: Mon, 6 May 2024 04:27:43 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-xdist To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240506042743.A6354FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714969663153250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1714969663153250 Content-Disposition: inline Content-Length: 1007 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1714969663153250--