Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F3ED184D5B for ; Sat, 21 Oct 2023 18:08:35 +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 Cy8shVqLTNsg for ; Sat, 21 Oct 2023 18:08:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5502484D3A for ; Sat, 21 Oct 2023 18:08:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 52A1AFADC; Sat, 21 Oct 2023 18:08:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1697911715251710" MIME-Version: 1.0 Date: Sat, 21 Oct 2023 18:08:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-types-setuptools To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231021180835.52A1AFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1697911715251710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Oct 21 18:08:35 UTC 2023 Modified Files: pkgsrc/devel/py-types-setuptools: Makefile Log Message: py-types-setuptools: not for Python 2.7 To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-types-setuptools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1697911715251710 Content-Disposition: inline Content-Length: 696 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-types-setuptools/Makefile diff -u pkgsrc/devel/py-types-setuptools/Makefile:1.24 pkgsrc/devel/py-types-setuptools/Makefile:1.25 --- pkgsrc/devel/py-types-setuptools/Makefile:1.24 Sat Oct 21 18:04:27 2023 +++ pkgsrc/devel/py-types-setuptools/Makefile Sat Oct 21 18:08:35 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2023/10/21 18:04:27 adam Exp $ +# $NetBSD: Makefile,v 1.25 2023/10/21 18:08:35 adam Exp $ DISTNAME= types-setuptools-68.2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,5 +12,7 @@ LICENSE= apache-2.0 USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1697911715251710--