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 "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 82B5E7A26C for ; Sun, 11 Sep 2016 16:46:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3201E85F16; Sun, 11 Sep 2016 16:46:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B519385F11 for ; Sun, 11 Sep 2016 16:46:58 +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 zz01kaDDKuwj for ; Sun, 11 Sep 2016 16:46:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1E2DF85E80 for ; Sun, 11 Sep 2016 16:46:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 18F6BFBD1; Sun, 11 Sep 2016 16:46:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1473612418148020" MIME-Version: 1.0 Date: Sun, 11 Sep 2016 16:46:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/py-aafigure To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160911164658.18F6BFBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1473612418148020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 11 16:46:58 UTC 2016 Modified Files: pkgsrc/graphics/py-aafigure: Makefile Log Message: Update comment about why it doesn't support python-3.x. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/py-aafigure/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1473612418148020 Content-Disposition: inline Content-Length: 789 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-aafigure/Makefile diff -u pkgsrc/graphics/py-aafigure/Makefile:1.11 pkgsrc/graphics/py-aafigure/Makefile:1.12 --- pkgsrc/graphics/py-aafigure/Makefile:1.11 Sat Jul 9 13:03:50 2016 +++ pkgsrc/graphics/py-aafigure/Makefile Sun Sep 11 16:46:57 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:50 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/09/11 16:46:57 wiz Exp $ DISTNAME= aafigure-0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,8 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-reportlab-[0-9] USE_LANGUAGES= # none -PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-reportlab, py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.5 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1473612418148020--