Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2020 16:11:29 +0200
From:      Kurt Jaeger <pi@opsec.eu>
To:        freebsd-ports@freebsd.org
Subject:   Re: Updating py27-* ports
Message-ID:  <20200704141129.GH39563@home.opsec.eu>
In-Reply-To: <SN6PR04MB5021E56AE4FEFA36FE59E7E9806B0@SN6PR04MB5021.namprd04.prod.outlook.com>
References:  <SN6PR04MB5021E56AE4FEFA36FE59E7E9806B0@SN6PR04MB5021.namprd04.prod.outlook.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

> I use 'poudriere' to maintain my ports. I still have a few ports that
> depend on the depreciated py27. What is the recommended method to
> update these ports? I was thinking of placing this in the
> "poudriere.d/make.conf" file:
> 
> DEFAULT_VERSIONS+=python=3.7
> DEFAULT_VERSIONS+=python2=3.7
> DEFAULT_VERSIONS+=python3=3.7
> 
> and then rebuild all of my ports. Would that be sufficient, or even
> correct?

I used this in poudriere:

DEFAULT_VERSIONS=python=3.7 python3=3.7

So I did not use python2=3.7 -- which will probably not work.

That worked good enough that I did not investigate any further.

-- 
pi@opsec.eu            +49 171 3101372                    Now what ?



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