Received: by mail.netbsd.org (Postfix, from userid 605) id C6B9C84F1D; Fri, 8 Jul 2022 14:14:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F009F84F12 for ; Fri, 8 Jul 2022 14:14:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 NtFMJ0Jo0OL9 for ; Fri, 8 Jul 2022 14:14:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4DFA784CEA for ; Fri, 8 Jul 2022 14:14:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 474DEFB1A; Fri, 8 Jul 2022 14:14:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1657289649221580" MIME-Version: 1.0 Date: Fri, 8 Jul 2022 14:14:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-betamax To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220708141409.474DEFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1657289649221580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Jul 8 14:14:09 UTC 2022 Modified Files: pkgsrc/www/py-betamax: Makefile Log Message: py-betamax: mark as only for python 3.x To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-betamax/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1657289649221580 Content-Disposition: inline Content-Length: 899 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-betamax/Makefile diff -u pkgsrc/www/py-betamax/Makefile:1.10 pkgsrc/www/py-betamax/Makefile:1.11 --- pkgsrc/www/py-betamax/Makefile:1.10 Tue Jan 4 20:55:16 2022 +++ pkgsrc/www/py-betamax/Makefile Fri Jul 8 14:14:09 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2022/01/04 20:55:16 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2022/07/08 14:14:09 wiz Exp $ DISTNAME= betamax-0.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,11 +12,11 @@ COMMENT= VCR imitation for python-reques LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test -PYTHON_VERSIONED_DEPENDENCIES= test:build +PYTHON_VERSIONS_INCOMPATIBLE= 27 USE_LANGUAGES= # none .include "../../lang/python/egg.mk" -.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1657289649221580--