Received: by mail.netbsd.org (Postfix, from userid 605) id 0D1AA84D84; Sat, 16 May 2020 14:05:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 89D8884D59 for ; Sat, 16 May 2020 14:05:16 +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 nFADj8_PaWo1 for ; Sat, 16 May 2020 14:05:16 +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 DF44684D20 for ; Sat, 16 May 2020 14:05:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D31A5FB27; Sat, 16 May 2020 14:05:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158963791595460" MIME-Version: 1.0 Date: Sat, 16 May 2020 14:05:15 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-isort To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200516140515.D31A5FB27@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. --_----------=_158963791595460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat May 16 14:05:15 UTC 2020 Modified Files: pkgsrc/devel/py-test-isort: Makefile Log Message: pytest from versioned deps. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-isort/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158963791595460 Content-Disposition: inline Content-Length: 955 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-isort/Makefile diff -u pkgsrc/devel/py-test-isort/Makefile:1.1 pkgsrc/devel/py-test-isort/Makefile:1.2 --- pkgsrc/devel/py-test-isort/Makefile:1.1 Mon Aug 21 15:30:27 2017 +++ pkgsrc/devel/py-test-isort/Makefile Sat May 16 14:05:15 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/08/21 15:30:27 adam Exp $ +# $NetBSD: Makefile,v 1.2 2020/05/16 14:05:15 adam Exp $ DISTNAME= pytest-isort-0.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -11,10 +11,12 @@ COMMENT= Pytest plugin to perform isort LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-isort>=3.9.6:../../devel/py-isort -DEPENDS+= ${PYPKGPREFIX}-test>=2.6.4:../../devel/py-test DEPENDS+= ${PYPKGPREFIX}-test-cache>=1.0:../../devel/py-test-cache +PYTHON_VERSIONED_DEPENDENCIES= test + USE_LANGUAGES= # none .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" --_----------=_158963791595460--