From owner-freebsd-ports@freebsd.org Sat Jul 4 14:11:32 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 BD1D734F45E for ; Sat, 4 Jul 2020 14:11:32 +0000 (UTC) (envelope-from pi@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49zYfX4h7Wz3VfY for ; Sat, 4 Jul 2020 14:11:32 +0000 (UTC) (envelope-from pi@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.92.3 (FreeBSD)) (envelope-from ) id 1jrit7-000GMI-DD for freebsd-ports@freebsd.org; Sat, 04 Jul 2020 16:11:29 +0200 Date: Sat, 4 Jul 2020 16:11:29 +0200 From: Kurt Jaeger To: freebsd-ports@freebsd.org Subject: Re: Updating py27-* ports Message-ID: <20200704141129.GH39563@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 49zYfX4h7Wz3VfY X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE] 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: Sat, 04 Jul 2020 14:11:32 -0000 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 ?