From owner-freebsd-python@freebsd.org Mon Jan 4 16:50:43 2016 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 390E9A62868 for ; Mon, 4 Jan 2016 16:50:43 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1E09F1836 for ; Mon, 4 Jan 2016 16:50:43 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: by mailman.ysv.freebsd.org (Postfix) id 1AFC2A62865; Mon, 4 Jan 2016 16:50:43 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A97CA62864 for ; Mon, 4 Jan 2016 16:50:43 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from vms173013pub.verizon.net (vms173013pub.verizon.net [206.46.173.13]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F24921835; Mon, 4 Jan 2016 16:50:42 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from aldan.narawntapu ([100.1.236.52]) by vms173013.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0O0F00HBYTGHMZ30@vms173013.mailsrvcs.net>; Mon, 04 Jan 2016 10:50:42 -0600 (CST) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=WpDWSorv c=1 sm=1 tr=0 a=UorMnhrCY2jH/mPejITChw==:117 a=LaogzpLLAAAA:8 a=oR5dmqMzAAAA:8 a=7aQ_Q-yQQ-AA:10 a=r77TgQKjGQsHNAKrUKIA:9 a=13ilNYDOg1KWvETqpmUA:9 a=QEXdDO2ut3YA:10 a=6I5d2MoRAAAA:8 a=8gFtLUgmUG3C8MOG8YwA:9 a=EALGqJyLVXoOAkkW:21 a=_W_S_7VecoQA:10 Subject: Re: lowercase requirement for py-ports (Re: svn commit: r405240 - in head/devel: . py-PyLD) To: koobs@FreeBSD.org, python@FreeBSD.org References: <201601041351.u04Dp2jq004769@repo.freebsd.org> <568A798E.8050308@FreeBSD.org> <568A8C28.7080803@aldan.algebra.com> <568A8E6C.7010000@FreeBSD.org> <568A95A6.8060002@aldan.algebra.com> <568A9827.4070505@FreeBSD.org> <568A9E99.4050303@aldan.algebra.com> <568A9FFB.1000002@FreeBSD.org> From: "Mikhail T." Message-id: <568AA2E1.9060003@aldan.algebra.com> Date: Mon, 04 Jan 2016 11:50:41 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-version: 1.0 In-reply-to: <568A9FFB.1000002@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2016 16:50:43 -0000 On 04.01.2016 11:38, Kubilay Kocak wrote: > Agreed, its just not a 'current practice' thing that makes that relevant :) True. But insisting on changes of current practice needs a good reason. > How does the figure change only including py-* ports? The share drops from 25% to 9.5%: % awk -F\| '\!/^py/ {next} $1 ~ /.*[A-Z].*/ {upper++} {total++} END {print upper " of " total " py-ports have capital letter in name - " upper*100./total "%"}' INDEX-10 182 of 1906 py-ports have capital letter in name - 9,54879% Yours, -mi