Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Jan 2016 11:50:41 -0500
From:      "Mikhail T." <mi+thun@aldan.algebra.com>
To:        koobs@FreeBSD.org, python@FreeBSD.org
Subject:   Re: lowercase requirement for py-ports (Re: svn commit: r405240 - in head/devel: . py-PyLD)
Message-ID:  <568AA2E1.9060003@aldan.algebra.com>
In-Reply-To: <568A9FFB.1000002@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>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?568AA2E1.9060003>