X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-ua0-f176.google.com (mail-ua0-f176.google.com [209.85.217.176]) by lists.alpinelinux.org (Postfix) with ESMTP id 4DC135C5A1D for ; Fri, 27 Oct 2017 16:37:56 +0000 (GMT) Received: by mail-ua0-f176.google.com with SMTP id 47so5281381uas.8 for ; Fri, 27 Oct 2017 09:37:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=duniel-no.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=TbG0dUZzNVsrsoO5bZX7co32C2Vhp3Jy/W+wSYXfEfQ=; b=b30PkVPBuuq1l8SAl04xsnkml7voyCRIBnCazRwi3S3pTxVtR7fxeETJQ/ABkbaMrm 2a6w5e67RbBVdhRaxqRjUVs53vSLXMRii9RDKiaK1zco9CJ0S/JSdUanNBlBbmqwKY3G Y/R8Hwf36zb+/FH+sjRz3Qc+CzqZU7r2TeGtpZS8asEV7BdbjupQ82yDu7wtbZ2Op2yy 1mDKnzbmpEypDKqW7ndra1Vw7B0ngLUVtCWSZNZiB/SNT+Xp7vjQcotLQwnizJr9rvwT tbjMv7qb8FtflYwLHhtoi2hwUVrPCy5Tw3zO3al5/TokKEoX/BhfGmX0V2M3hretNXFq DGlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=TbG0dUZzNVsrsoO5bZX7co32C2Vhp3Jy/W+wSYXfEfQ=; b=S95mvoLui+e2wmcEDyIyyd6jig3CILk1Qp9HjD8smIdikYJTsyU+IWilGCPwtdt1NW LFr740UrAWfzKVtgyWX9goYr4x6bLtocotnjBHm/f7vH8e9+od8vQi07qOUzp2PClk4F j87Sob+6GPWArCadeNpY9qsmvNycDtWSh6bvehkzEooX3MvtOotzjQN2VOi7AYuGjrWp 7nA2+Fb/dPi1EdhSvsf3br8z8XvlbMELkW7zaXPp8q7BaAPy+AY1QkuDAVt4Rj7eZJzv AFVBU8vCSvGbDI1sffezl9UxUZLNKu4yJlZ3t8wXbWplFn+ld7QwKNIPF3WkiARVture RPgg== X-Gm-Message-State: AMCzsaVDoqEJ4z/0b4XkMKRnq02Ygo9hRfo2tuV0l8ad78eO22SQ5n1E KulVtatYgLEyatyry0DyEijA+JMisdAeekqTzxJfwg== X-Google-Smtp-Source: ABhQp+RFfBmsDyVRxkUunUyIicr2dZwDP5Y4//dGWxcwOzzya5O0zyWIyUUxImPlqzklD6bkehwFhy97oYPJRIdewlQ= X-Received: by 10.176.22.200 with SMTP id g8mr907734uaf.168.1509122275735; Fri, 27 Oct 2017 09:37:55 -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.176.80.132 with HTTP; Fri, 27 Oct 2017 09:37:55 -0700 (PDT) In-Reply-To: <20171027183306.7614bb6c@ncopa-desktop.copa.dup.pw> References: <20171027183306.7614bb6c@ncopa-desktop.copa.dup.pw> From: Daniel Isaksen Date: Fri, 27 Oct 2017 18:37:55 +0200 Message-ID: Subject: Re: [alpine-devel] Splitting out pip and setuptools from python3 To: Natanael Copa Cc: Alpine Development Content-Type: multipart/alternative; boundary="f403045f8d762b0fa8055c89e9fd" --f403045f8d762b0fa8055c89e9fd Content-Type: text/plain; charset="UTF-8" I would like to do this as well, as setuptools and pip aren't a part of "core python". It will also, as you said, save disk space. It's kind of what npm is to Node.js, although they're usually packaged together. If someone is willing to put the effort into this, I'd say it's worth it. - Daniel On Fri, Oct 27, 2017 at 6:33 PM, Natanael Copa wrote: > Hi, > > I wonder what you think about splitting out pip and setuptools from > python3 package. > > http://bugs.alpinelinux.org/issues/5381 > > I think I would like to do this, because it saves space and I think its > the best technical way to do it. But it also means that we need to add > py3-setuptools as makedepends on a lot of packages, and it may break > things for docker users who apk add python3 && pip install ... > > Do you think it is worth it? > > I think it is. > > -nc > > > --- > Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org > Help: alpine-devel+help@lists.alpinelinux.org > --- > > --f403045f8d762b0fa8055c89e9fd Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I would like to do this as well, as setuptools and pip are= n't a part of "core python". It will also, as you said, save = disk space.

It's kind of what npm is to Node.js, alt= hough they're usually packaged together.

If so= meone is willing to put the effort into this, I'd say it's worth it= .

- Daniel
<= br>
On Fri, Oct 27, 2017 at 6:33 PM, Natanael Cop= a <ncopa@alpinelinux.org> wrote:
Hi,

I wonder what you think about splitting out pip and setuptools from python3= package.

http://bugs.alpinelinux.org/issues/5381

I think I would like to do this, because it saves space and I think its
the best technical way to do it. But it also means that we need to add
py3-setuptools as makedepends on a lot of packages, and it may break
things for docker users who apk add python3 && pip install ...

Do you think it is worth it?

I think it is.

-nc


---
Unsubscribe:=C2=A0 alpine-devel+unsubscribe@lists.alpinelinux.org
Help:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0alpine-devel+help@lists.alpinelinux.org ---


--f403045f8d762b0fa8055c89e9fd-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---