From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S2nsX-0004Qv-OM for garchives@archives.gentoo.org; Wed, 29 Feb 2012 18:03:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89A17E09CD; Wed, 29 Feb 2012 18:03:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7AE79E087E for ; Wed, 29 Feb 2012 18:03:16 +0000 (UTC) Received: from epia.jer-c2.orkz.net (D4B2706A.static.ziggozakelijk.nl [212.178.112.106]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jer) by smtp.gentoo.org (Postfix) with ESMTPSA id 6C0AE643ED for ; Wed, 29 Feb 2012 18:03:15 +0000 (UTC) Date: Wed, 29 Feb 2012 19:03:05 +0100 From: Jeroen Roovers To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] New eclass for Python Message-ID: <20120229190305.4b79f5f4@epia.jer-c2.orkz.net> In-Reply-To: <4F4E628E.3050500@gentoo.org> References: <4F4D4380.9070909@gentoo.org> <4F4DD892.10707@gentoo.org> <4F4E628E.3050500@gentoo.org> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.8; i686-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 649fd5f6-499e-439c-bd97-de92f3e0174c X-Archives-Hash: 2eb0f0297e32d46f1e0d80fcb67797f5 On Wed, 29 Feb 2012 18:38:22 +0100 Krzysztof Pawlik wrote: > On 29/02/12 08:49, "Pawe=C5=82 Hajdan, Jr." wrote: > > This is awesome! Compare that to over 3000 LOC of python.eclass. :) >=20 > Count distutils.eclass too: >=20 > $ wc -l python-distutils-ng.eclass python.eclass distutils.eclass > 364 python-distutils-ng.eclass > 3168 python.eclass > 592 distutils.eclass cvs/gentoo-x86/eclass $ cloc --by-file \ --force-lang=3D"Bourne Again Shell",eclass python.eclass \ distutils .eclass python-distutils-ng.eclass 3 text files. 3 unique files. 0 files ignored. http://cloc.sourceforge.net v 1.55 T=3D0.5 s (6.0 files/s, 8294.0 lines/s) ----------------------------------------------- File blank comment code ----------------------------------------------- python.eclass 396 288 2494 distutils.eclass 111 86 395 python-distutils-ng.eclass 51 110 216 ----------------------------------------------- SUM: 558 484 3105 ----------------------------------------------- jer