X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id DDFDADC0309 for ; Thu, 15 Jan 2015 04:14:34 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id ey11so14910904pad.10 for ; Wed, 14 Jan 2015 20:14:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=PB2HXgr1/whFXgRogh0hsj1Ab3DlRMnK1YWhzAh/0SE=; b=oK1K/B+SZZ2XCAIkqYBphi/UHmBTd8YtqDUbXQOaLI9ADv+4bYyPceoJk+EWF+B+at JPuPb8ZC4P8vpSyx96QSBHMS8O6A+HjJPoXEZfVeX6H8QPSvqI0WSaoQV71cifw1nWEY gtsr+cm0c0eUAiO1DKzPj9nAvNTCaDHb9mGq9Kn2dv6GU24nXLIkodvKbJk0v6xblIf8 TQhIACgaHtsXa+eYZq2DLWhpn8Aigl88WmI+cDfE0QqMiMUrLcCP8gRLK1iS88S2oTE9 vGCf+4oUyI65W+f5k2zbxJ9XPWrYxngxnQLYn282Hzb7AVjG73puvVUTnWMqTSmfFpm7 xHTg== X-Received: by 10.70.129.207 with SMTP id ny15mr10946272pdb.152.1421295273939; Wed, 14 Jan 2015 20:14:33 -0800 (PST) Received: from [10.156.223.25] (mobile-166-176-58-92.mycingular.net. [166.176.58.92]) by mx.google.com with ESMTPSA id kg2sm247715pbc.72.2015.01.14.20.14.32 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 14 Jan 2015 20:14:32 -0800 (PST) References: <20150112162721.540b4cbc@ncopa-desktop.alpinelinux.org> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 (1.0) In-Reply-To: <20150112162721.540b4cbc@ncopa-desktop.alpinelinux.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <8B75F8CE-482D-47B0-B0F4-F12CCA9008C3@gmail.com> Cc: "alpine-devel@lists.alpinelinux.org" X-Mailer: iPhone Mail (12B440) From: Orion Subject: Re: [alpine-devel] python3 for alpine linux v3.2 Date: Wed, 14 Jan 2015 20:14:29 -0800 To: Natanael Copa I think we should just have Python 3 in testing/ for now. So I am thinking A= lpine 3.3 maybe try to do edge testing for 3.2 and see how many modules port= . If we had an Nic package manager style we wouldn't have dependency conflic= ts for python2 vs python3 :P . Is there any semi-standard or Distro we shoul= d emulate on how to have python2 and python3 on the system (e.g. Arch)? Sent from my iPhone > On Jan 12, 2015, at 07:27, Natanael Copa wrote: >=20 > Hi, >=20 > I'd like to move to python3 for alpine v3.2. >=20 > Options how to do that: >=20 > - we use python3 and add lots of py3-* apkbuilds. This will add > maintenance work since you need upgrade 2 different packages each > upgrade. This is likely the easiest way to get started with. >=20 > - we use python3 and for every currently py-* apkbuild we add a py3-* > subpackage (or opposite). The point is that both python2 and python3 > modules are built from same APKBUILD. this reduces maintenance of > modules but it will much work to update all current apkbuilds. >=20 > - we rename current python3 package to python and rebuild all py-* > packages with python 3. This means that we basically drop support for > python 2. If there are exceptions that we cannot port to python3, > then we could add py2-* packages for those. This will likely make the > migration for users a bit more painful than the other options. >=20 > Other ideas? >=20 > Any volunteers to work on this? >=20 >=20 > -nc >=20 >=20 > --- > Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org > Help: alpine-devel+help@lists.alpinelinux.org > --- >=20 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---