Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id DD3031A9217 for ; Fri, 27 Nov 2020 08:02:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 23A8D84DA7; Fri, 27 Nov 2020 08:02:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5D00584D71 for ; Fri, 27 Nov 2020 08:02:39 +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 5ErcmC6-UkaF for ; Fri, 27 Nov 2020 08:02:39 +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 B6DB684CCD for ; Fri, 27 Nov 2020 08:02:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA3ECFA9D; Fri, 27 Nov 2020 08:02:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160646415887160" MIME-Version: 1.0 Date: Fri, 27 Nov 2020 08:02:38 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/py-pygal To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20201127080238.AA3ECFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160646415887160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Nov 27 08:02:38 UTC 2020 Modified Files: pkgsrc/graphics/py-pygal: Makefile Log Message: py-pygal: mark as not for 2.7 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/py-pygal/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160646415887160 Content-Disposition: inline Content-Length: 714 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-pygal/Makefile diff -u pkgsrc/graphics/py-pygal/Makefile:1.11 pkgsrc/graphics/py-pygal/Makefile:1.12 --- pkgsrc/graphics/py-pygal/Makefile:1.11 Mon May 18 10:30:16 2020 +++ pkgsrc/graphics/py-pygal/Makefile Fri Nov 27 08:02:38 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2020/05/18 10:30:16 adam Exp $ +# $NetBSD: Makefile,v 1.12 2020/11/27 08:02:38 adam Exp $ DISTNAME= pygal-2.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -20,6 +20,8 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runn USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pyquery + post-install: cd ${DESTDIR}${PREFIX}/bin && ${MV} pygal_gen.py pygal_gen${PYVERSSUFFIX}.py || ${TRUE} --_----------=_160646415887160--