Received: by mail.netbsd.org (Postfix, from userid 605) id 853B284E9C; Wed, 6 Oct 2021 09:07:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C0B2C84E8F for ; Wed, 6 Oct 2021 09:07:00 +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 u4sEI1SkQrKV for ; Wed, 6 Oct 2021 09:07:00 +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 573FF84D1C for ; Wed, 6 Oct 2021 09:07:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 551B3FA97; Wed, 6 Oct 2021 09:07:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163351122062980" MIME-Version: 1.0 Date: Wed, 6 Oct 2021 09:07:00 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/www/py-scrapy To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20211006090700.551B3FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163351122062980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed Oct 6 09:07:00 UTC 2021 Modified Files: pkgsrc/www/py-scrapy: Makefile Log Message: py-scrapy: Switch to PYTHON_VERSIONS_INCOMPATIBLE. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-scrapy/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163351122062980 Content-Disposition: inline Content-Length: 671 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-scrapy/Makefile diff -u pkgsrc/www/py-scrapy/Makefile:1.11 pkgsrc/www/py-scrapy/Makefile:1.12 --- pkgsrc/www/py-scrapy/Makefile:1.11 Mon Mar 22 08:56:56 2021 +++ pkgsrc/www/py-scrapy/Makefile Wed Oct 6 09:07:00 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2021/03/22 08:56:56 triaxx Exp $ +# $NetBSD: Makefile,v 1.12 2021/10/06 09:07:00 jperkin Exp $ DISTNAME= Scrapy-2.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -27,7 +27,7 @@ DEPENDS+= ${PYPKGPREFIX}-w3lib>=1.17.0:. USE_LANGUAGES= # none -PYTHON_VERSIONS_ACCEPTED= 39 38 37 36 +PYTHON_VERSIONS_INCOMPATIBLE= 27 post-install: cd ${DESTDIR}${PREFIX}/bin && \ --_----------=_163351122062980--