Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id CCC3063BAE7 for ; Fri, 23 Jul 2010 22:56:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 530DD63B101; Fri, 23 Jul 2010 22:56:41 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 81A9A63B100 for ; Fri, 23 Jul 2010 22:56:40 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 609DC175DD; Fri, 23 Jul 2010 22:56:40 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Fri, 23 Jul 2010 22:56:40 +0000 From: Greg Troxel Subject: CVS commit: pkgsrc/lang/python To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20100723225640.609DC175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: gdt Date: Fri Jul 23 22:56:40 UTC 2010 Modified Files: pkgsrc/lang/python: extension.mk Log Message: Explain what extension.mk is for, vs egg.mk, and clarify the notion of egg info files in non-egg python distributions. Add a comment that PY_NO_EGG appears wrong. Obviously there is a reason it was added, but we need to figure out why and if it's still true. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/python/extension.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.