Received: by mail.netbsd.org (Postfix, from userid 605) id 0589284D7A; Mon, 31 Oct 2022 21:59:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 36B7984D65 for ; Mon, 31 Oct 2022 21:59:33 +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 p7cw3YUjtPns for ; Mon, 31 Oct 2022 21:59:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AC50184D25 for ; Mon, 31 Oct 2022 21:59:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A9B41FA90; Mon, 31 Oct 2022 21:59:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166725357218520" MIME-Version: 1.0 Date: Mon, 31 Oct 2022 21:59:32 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-pyaml To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221031215932.A9B41FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166725357218520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 31 21:59:32 UTC 2022 Modified Files: pkgsrc/textproc/py-pyaml: Makefile Log Message: py-pyaml: not for Python 2.7 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-pyaml/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166725357218520 Content-Disposition: inline Content-Length: 675 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-pyaml/Makefile diff -u pkgsrc/textproc/py-pyaml/Makefile:1.6 pkgsrc/textproc/py-pyaml/Makefile:1.7 --- pkgsrc/textproc/py-pyaml/Makefile:1.6 Mon Oct 31 21:49:13 2022 +++ pkgsrc/textproc/py-pyaml/Makefile Mon Oct 31 21:59:32 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/10/31 21:49:13 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/10/31 21:59:32 adam Exp $ DISTNAME= pyaml-21.10.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,5 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-Unidecode-[0-9] USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-Unidecode + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_166725357218520--