From owner-freebsd-python@freebsd.org Mon Jan 4 16:05:01 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 8C88CA617B4 for ; Mon, 4 Jan 2016 16:05:01 +0000 (UTC) (envelope-from koobs.freebsd@gmail.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 6FBC9181D for ; Mon, 4 Jan 2016 16:05:01 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 6F6CDA617B3; Mon, 4 Jan 2016 16:05:01 +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 6F106A617B2 for ; Mon, 4 Jan 2016 16:05:01 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44AD1181C for ; Mon, 4 Jan 2016 16:05:01 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pa0-x233.google.com with SMTP id ho8so882600pac.2 for ; Mon, 04 Jan 2016 08:05:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=En7zLVmXOyMfEMr/pBRBIPYoAYnV87WqAeCGEwCTfzU=; b=FmdXpH/rNrs+pb2E2vUGF6rdONRDLPVU5Q+2EzBBJiQwxEe67Tl4DpBvmyQ4zPNl7n fPtGgJ/UUOYP4uaGJ6hw37M/UCr/NMsjtH6/+xVe3xR273Dcb5aiWbb4G7182h89p0Iq +mc+wvbmCQaTZ1C2vrXMjg12n37MLHCxWkvOGtO76+NPdf+THnNFbAhKLKcxmqIwM+v+ DgNTb834PhRATxxwuO4rkfO5fggsU+CIKJbG059dOITUitwGcMAhKYuoaf8zSiMGPP4T 1BnKACb5atsQEOp4rGs/xzdtAILCSYutdJ/aKlrRxAAqjLMuWoLlPgZNJLqsye3t58cR 4Vmg== X-Received: by 10.66.190.7 with SMTP id gm7mr68723582pac.79.1451923500909; Mon, 04 Jan 2016 08:05:00 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01::4? (2001-44b8-31ae-7b01-0000-0000-0000-0004.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::4]) by smtp.gmail.com with ESMTPSA id 11sm35755201pfq.90.2016.01.04.08.04.59 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 Jan 2016 08:05:00 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: lowercase requirement for py-ports (Re: svn commit: r405240 - in head/devel: . py-PyLD) References: <201601041351.u04Dp2jq004769@repo.freebsd.org> <568A798E.8050308@FreeBSD.org> <568A8C28.7080803@aldan.algebra.com> <568A8E6C.7010000@FreeBSD.org> <568A95A6.8060002@aldan.algebra.com> To: "Mikhail T." , python@FreeBSD.org From: Kubilay Kocak X-Enigmail-Draft-Status: N1110 Message-ID: <568A9827.4070505@FreeBSD.org> Date: Tue, 5 Jan 2016 03:04:55 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Thunderbird/43.0 MIME-Version: 1.0 In-Reply-To: <568A95A6.8060002@aldan.algebra.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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:05:01 -0000 On 5/01/2016 2:54 AM, Mikhail T. wrote: > On 04.01.2016 10:23, Kubilay Kocak wrote: >> https://wiki.freebsd.org/Python/PortsPolicy [...] Feedback very welcome. >> > Well, you asked for it... I propose removing the lowercase-requirement. > Instead, the portname should match the capitalization found in PyPi. > This will better match the current practice and may even avoid some > future naming conflict. > > Of course, it is likely, you've already discussed this -- if so, please, > send me a link to the discussion's archive. Thank you! > > -mi > No discussion archive, but also PyPI is case insensitive. FWIW, some of the current practice also includes arbitrarily changing the names/versions, missing prefixes/suffixed (causing known conflicts), among other non-standard things. My guess is also that multi-case ports are in the minority. Having said that feedback is welcome as mentioned, so thanks for posting :) ./koobs Python