Received: by mail.netbsd.org (Postfix, from userid 605) id CA5EF84D6A; Mon, 18 May 2020 10:31:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5405284CE9 for ; Mon, 18 May 2020 10:31:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fx-VQ_w-aCgv for ; Mon, 18 May 2020 10:31:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id ABE1684CDA for ; Mon, 18 May 2020 10:31:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA0D5FB27; Mon, 18 May 2020 10:31:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15897978915610" MIME-Version: 1.0 Date: Mon, 18 May 2020 10:31:31 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/pkgtools/url2pkg To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200518103131.AA0D5FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15897978915610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 18 10:31:31 UTC 2020 Modified Files: pkgsrc/pkgtools/url2pkg: Makefile Log Message: pytest from versioned depends To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 pkgsrc/pkgtools/url2pkg/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15897978915610 Content-Disposition: inline Content-Length: 966 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/url2pkg/Makefile diff -u pkgsrc/pkgtools/url2pkg/Makefile:1.111 pkgsrc/pkgtools/url2pkg/Makefile:1.112 --- pkgsrc/pkgtools/url2pkg/Makefile:1.111 Sat Jan 18 23:33:27 2020 +++ pkgsrc/pkgtools/url2pkg/Makefile Mon May 18 10:31:31 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2020/01/18 23:33:27 rillig Exp $ +# $NetBSD: Makefile,v 1.112 2020/05/18 10:31:31 adam Exp $ PKGNAME= url2pkg-19.3.7 CATEGORIES= pkgtools @@ -15,7 +15,7 @@ USE_LANGUAGES= # none USE_TOOLS+= perl:run AUTO_MKDIRS= yes -TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test +PYTHON_VERSIONED_DEPENDENCIES= test:test do-extract: ${RUN} cd ${FILESDIR} && cp *.* ${WRKSRC}/ @@ -44,4 +44,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/setuptools.py ${DESTDIR}${PREFIX}/lib/url2pkg/distutils/extension.py .include "../../lang/python/application.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" --_----------=_15897978915610--