Received: by mail.netbsd.org (Postfix, from userid 605) id 1794C84F92; Wed, 24 Aug 2022 12:50:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5279B84F8E for ; Wed, 24 Aug 2022 12:50:13 +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 z2NdIDcAT27T for ; Wed, 24 Aug 2022 12:50:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A98D284CD9 for ; Wed, 24 Aug 2022 12:50:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1902FB1A; Wed, 24 Aug 2022 12:50:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16613454128420" MIME-Version: 1.0 Date: Wed, 24 Aug 2022 12:50:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-pook To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220824125012.A1902FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16613454128420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Aug 24 12:50:12 UTC 2022 Modified Files: pkgsrc/www/py-pook: Makefile Log Message: py-pook: python 3.x only To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-pook/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16613454128420 Content-Disposition: inline Content-Length: 751 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-pook/Makefile diff -u pkgsrc/www/py-pook/Makefile:1.1 pkgsrc/www/py-pook/Makefile:1.2 --- pkgsrc/www/py-pook/Makefile:1.1 Wed Aug 24 12:48:05 2022 +++ pkgsrc/www/py-pook/Makefile Wed Aug 24 12:50:12 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/08/24 12:48:05 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2022/08/24 12:50:12 wiz Exp $ DISTNAME= pook-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,6 +18,8 @@ DEPENDS+= ${PYPKGPREFIX}-requests>=2.20. DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.24.2:../../www/py-urllib3 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.3:../../devel/py-test +PYTHON_VERSIONS_INCOMPATIBLE= 27 + # as of 1.0.2 # 2 failed, 31 passed, 14 warnings TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib --_----------=_16613454128420--