From owner-freebsd-ports@freebsd.org Sun May 31 21:44:07 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 631632F2B87; Sun, 31 May 2020 21:44:07 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49ZsJR23RGz40gw; Sun, 31 May 2020 21:44:07 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.not-for.work (onlyone.not-for.work [148.251.9.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: lev/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 25C8B2923A; Sun, 31 May 2020 21:44:07 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:f9ad:717e:5f47:1698]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.not-for.work (Postfix) with ESMTPSA id 8C412D098; Mon, 1 Jun 2020 00:44:05 +0300 (MSK) Date: Mon, 1 Jun 2020 00:44:04 +0300 From: Lev Serebryakov Reply-To: Lev Serebryakov Organization: FreeBSD Message-ID: <1386461290.20200601004404@serebryakov.spb.ru> To: Yasuhiro KIMURA , freebsd-ports@freebsd.org, python@FreeBSD.org Subject: Re: Can not add port with name "py3c" (which is name of project!) In-Reply-To: <20200601.063836.885713566253960990.yasu@utahime.org> References: <1549834604.20200601003004@serebryakov.spb.ru> <20200601.063836.885713566253960990.yasu@utahime.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2020 21:44:07 -0000 Hello Yasuhiro, Monday, June 1, 2020, 12:38:36 AM, you wrote: > According to "Python Ports Policy" in FreeBSD Wiki, this port should > be named as "py-py3c". > https://wiki.freebsd.org/Python/PortsPolicy#Naming It looks strange, as this port doesn't need python FLAVORS, doesn't need python to be installed and doesn't depend on any python version. I think, have `py-` prefix (really, prefix set to ${PYTHON_PKGNAMEPREFIX}) is superfluous for py3c! -- Best regards, Lev mailto:lev@FreeBSD.org