Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2022 14:24:30 +0930
From:      Shane Ambler <FreeBSD@ShaneWare.Biz>
To:        Tatsuki Makino <tatsuki_makino@hotmail.com>, ports@freebsd.org
Cc:        Dan Mahoney <freebsd@gushi.org>
Subject:   Re: Python version dependencies in pkg
Message-ID:  <1fdde4e6-fa80-720f-7c85-8417d2a3b642@ShaneWare.Biz>
In-Reply-To: <PSAPR03MB5639D5A4E9655F3AE61361E6FA579@PSAPR03MB5639.apcprd03.prod.outlook.com>
References:  <8B490359-27A3-410C-AE98-C1362D4FA9F0@gushi.org> <CAN6yY1sGnDF-oReRMFeVz78oGoTfUvsvwUOQwoBZWN9ibjTw3A@mail.gmail.com> <B2A3A400-F21A-4E92-8116-41E7945E4E5C@gushi.org> <CAN6yY1ujCH9Xnv3QN-GF8hN75v%2BxGkOTHrsr25jzxGNGdYW2vQ@mail.gmail.com> <89D2B2D7-FA3D-46F5-A93B-4846950A157C@gushi.org> <65597c37-813b-d0ed-ea9f-8591b68cf097@gwdg.de> <20220929083939.Horde.Viq2uLBgUctcrsgmaJxN_1u@webmail.leidinger.net> <F4395689-FFD7-4591-BE5C-3F15983BF82D@gushi.org> <PSAPR03MB5639D5A4E9655F3AE61361E6FA579@PSAPR03MB5639.apcprd03.prod.outlook.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 30/9/22 7:05 am, Tatsuki Makino wrote:
> Hello.
> I cannot explain it in a long sentence in English...
> Part of my understanding of the Python version and FLAVOR is that
> 
> Dan Mahoney wrote on 2022/09/30 04:52:
>>
>> That's ports.  I'm asking about packages.  
>>
> 
> Currently, two versions of Python are allowed to be installed on FreeBSD.
> One is Python 2.7 but EOL.

You can install as many python major versions as you want or need, that
means you can also install many of the py modules for each version. Note
that some have conflicts and some only need concurrent option added to
them to prevent conflicts.

% pkg info -x python3
python3-3_3
python310-3.10.4_2
python311-3.11.0.a2
python37-3.7.10
python38-3.8.9
python39-3.9.4

% pkg info -x 'py3[0-9]*-numpy-'
py310-numpy-1.22.4,1
py37-numpy-1.16.6_1,1
py38-numpy-1.16.6_1,1
py39-numpy-1.16.6_1,1

Being the maintainer of some py modules, I have them all installed so
I can verify that all py versions build and install without conflict.


-- 
FreeBSD - the place to B...Software Developing

Shane Ambler




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1fdde4e6-fa80-720f-7c85-8417d2a3b642>