X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-oi0-f66.google.com (mail-oi0-f66.google.com [209.85.218.66]) by lists.alpinelinux.org (Postfix) with ESMTP id C99D15C40F7 for ; Thu, 9 Jun 2016 09:22:52 +0000 (GMT) Received: by mail-oi0-f66.google.com with SMTP id d132so6316983oig.3 for ; Thu, 09 Jun 2016 02:22:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=t6AA7cCmpkGP3Gzpa+dikVF+shT9nvWL/MZpfX5qwA0=; b=H7/r/FLlV6Jq6i4iSuFqMib1yjv8sAdnCy3X9a5cpJbvZGMv2qRMUe/Vxd1Rl4niTq fYBPVYvj9rEcyCcEqVcTiw3yRqtNKqEDVM3b9LP1mvrHiERdXzf1ho4IzB8M/rdVaKix +CNYdvMzJDbQlG8NHhfjAw6ovW5lL9oQ/1/hoIWp0W2iUcx6kyTq/wk/6+F6cSupwDP1 rXn814XjNe3JFDsm1d1QnRoeTvtcIVvgzuPRyaJhgOn6MAQ5Qa1JSZguowPsDRVgroV7 Utl8UaJ0PIgEKmW92S1heNgmTP0InyMSenppIcoblt84VFstxP15j/FPKip8D+07LvU8 tPDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=t6AA7cCmpkGP3Gzpa+dikVF+shT9nvWL/MZpfX5qwA0=; b=CG7pHJetiRfHKB4HAv9RbZjMdLDRjuxiyI+jdKE0+67Yu28FWLxgaAI4GmAI+qucDn QDwa+V3ijeT7P6sOszvjQvIptKr0Cnuxa7vav8ygbWw8wjtkxZ+fKoRccTWMvQoS4dde sAVcBHhSGssg2CE3BE0gahiF3MPz3v2LJvlWKXs3niUi2lZuq/ibJsfN5xWTQAHxnJei Po96VEcFkteH7yyLwf0R70b2qd4F9KFLG3ZH52IozxUZLj/QnQrq7cZ9OUoGPPcXmav7 5e15jBGCvpvo+8oJDKYAqegVNuTzy7n7ULEJQ3CPB/wIhxdNpyYgpta7fONvh0gloZPo sVtA== X-Gm-Message-State: ALyK8tI5YXxtpqYKtZb0sxLm0xZiqIASTjT6NoS2Go09YsMzLOFcUR3DsoIF5TENJtH75sgrYBWrq1nrxQZ8lA== X-Received: by 10.202.212.141 with SMTP id l135mr4597576oig.190.1465464172320; Thu, 09 Jun 2016 02:22:52 -0700 (PDT) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.202.172.195 with HTTP; Thu, 9 Jun 2016 02:22:32 -0700 (PDT) In-Reply-To: References: <20160603121228.5d26f586@ncopa-desktop.alpinelinux.org> <20160603141443.GB4441@eucalyptus> <252f68bc-f838-19ac-5cf3-650a929cd7aa@bpiotrowski.pl> <33f33d97-e079-b726-58e4-433e5ca18b37@bpiotrowski.pl> From: Sander Maijers Date: Thu, 9 Jun 2016 11:22:32 +0200 Message-ID: Subject: Re: [alpine-devel] Python 3 in Alpine 3.5 To: Kaarle Ritvanen Cc: =?UTF-8?Q?Bart=C5=82omiej_Piotrowski?= , alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable These numbers do help to find out what Aports you could remove without much objection. I've personally installed Python package Aports just because they existed(!), favoring them over installing using pip and making sure any cache files are cleaned. This does not mean I think it is wise to use them in general. The numbers are just informative, since the reason for this proposal is not mainly lack of popularity, but the maintenance overhead of keeping too many Python package Aports. Pip must first be installed for Python 2, BTW, another reason for using Aports instead. My only independent motivation for installing Python package OS packages is if they depend on native libraries that could well be installed OS-wide separately and that you may want to switch between, such as Numpy and a BLAS library. I do that on Arch Linux. I think the latter should be the criterion for keeping Python packages as Aports: only if they have significant dependencies that are covered by Aports, that are ultimately not Python packages themselves. On Wed, Jun 8, 2016 at 12:07 AM, Kaarle Ritvanen wrote: > On Tue, 7 Jun 2016, Bart=C5=82omiej Piotrowski wrote: > >> ScrumpyJack has shared his (low traffic) mirror logs from past 12 weeks >> and I poured it through some pipes. Barely 102 modules were ever >> downloaded, where top 15 is: >> >> This pretty much confirms my theory of unused modules and what should be >> kept in repositories. > > I think this just proves that some modules are installed more often than > others. The same is probably true for non-Python packages, but we > generally do not remove packages because too few people use them. > > If the renaming from py-* to py2-* is absolutely necessary, surely that > can easily be done using find, xargs, sed etc. regardless of the number o= f > existing packages. > > BR, > Kaarle > > > --- > Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org > Help: alpine-devel+help@lists.alpinelinux.org > --- > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---