From owner-freebsd-python@freebsd.org  Mon Apr 27 07:34:30 2020
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@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 3F7F42AC92B
 for <freebsd-python@mailman.nyi.freebsd.org>;
 Mon, 27 Apr 2020 07:34:30 +0000 (UTC)
 (envelope-from SRS0=oYLu=6L=quip.cz=000.fbsd@elsa.codelab.cz)
Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::50:13])
 by mx1.freebsd.org (Postfix) with ESMTP id 499c3n5Hq9z4ZBq
 for <freebsd-python@freebsd.org>; Mon, 27 Apr 2020 07:34:29 +0000 (UTC)
 (envelope-from SRS0=oYLu=6L=quip.cz=000.fbsd@elsa.codelab.cz)
Received: by mailman.nyi.freebsd.org (Postfix)
 id B24A72AC928; Mon, 27 Apr 2020 07:34:29 +0000 (UTC)
Delivered-To: python@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 B1FD92AC926;
 Mon, 27 Apr 2020 07:34:29 +0000 (UTC)
 (envelope-from SRS0=oYLu=6L=quip.cz=000.fbsd@elsa.codelab.cz)
Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 499c3n42p8z4ZBn;
 Mon, 27 Apr 2020 07:34:29 +0000 (UTC)
 (envelope-from SRS0=oYLu=6L=quip.cz=000.fbsd@elsa.codelab.cz)
Received: from elsa.codelab.cz (localhost [127.0.0.1])
 by elsa.codelab.cz (Postfix) with ESMTP id 4E89128451;
 Mon, 27 Apr 2020 09:34:27 +0200 (CEST)
Received: from illbsd.quip.test (ip-62-24-92-232.net.upcbroadband.cz
 [62.24.92.232])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (No client certificate requested)
 by elsa.codelab.cz (Postfix) with ESMTPSA id 8F49D2846F;
 Mon, 27 Apr 2020 09:34:23 +0200 (CEST)
Subject: Re: Using pkg in documentation
To: Baptiste Daroussin <bapt@FreeBSD.org>
Cc: "ports@freebsd.org" <ports@FreeBSD.org>, python@freebsd.org,
 Muhammad Moinur Rahman <bofh@freebsd.org>
References: <51F445F4-9F4F-4B64-BFC3-FBCC337A8267@freebsd.org>
 <f4dcdd99-04a2-051a-423b-30b3b27e9a48@quip.cz>
 <20200427071039.lpd2injljbgnto2z@ivaldir.net>
From: Miroslav Lachman <000.fbsd@quip.cz>
Message-ID: <ca8db6f4-dc1d-5a1d-ad31-99a398606537@quip.cz>
Date: Mon, 27 Apr 2020 09:34:18 +0200
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101
 Thunderbird/68.6.0
MIME-Version: 1.0
In-Reply-To: <20200427071039.lpd2injljbgnto2z@ivaldir.net>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
X-Rspamd-Queue-Id: 499c3n42p8z4ZBn
X-Spamd-Bar: -----
Authentication-Results: mx1.freebsd.org;
	none
X-Spamd-Result: default: False [-5.98 / 15.00];
 NEURAL_HAM_MEDIUM(-0.98)[-0.980,0];
 NEURAL_HAM_LONG(-1.00)[-0.999,0]; REPLY(-4.00)[]
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 27 Apr 2020 07:34:30 -0000

On 2020-04-27 09:10, Baptiste Daroussin wrote:
> On Mon, Apr 27, 2020 at 08:23:09AM +0200, Miroslav Lachman wrote:
>> On 2020-04-26 21:37, Muhammad Moinur Rahman wrote:
>>> What is the way of mentioning about installing a py-package in documentation? Let’s say now the default version of python is 3.7 so in most of the cases we can write in our documentation that do the following:
>>> # pkg install py37-babel
>>
>> You can use following form too:
>>      pkg install devel/py-babel
>>
> Which would install all flavor of py*-babel imho thta is wrong

You are right. My bad. I am using it with private repo where only one 
flavor exists.

Miroslav Lachman