[Distutils] Expectations on how pip needs to change for Python 3.4

Donald Stufft donald at stufft.io
Sun Jul 14 05:00:21 CEST 2013


On Jul 13, 2013, at 10:59 PM, Daniel Holth <dholth at gmail.com> wrote:

> It is easy to forget that pip only needs the "package database" part
> of setuptools (pkg_resources.py) to install things. With the small
> catch that the rest of setuptools is required to install anything
> besides wheels.
> 
> MEBS is just about implementing build requirements properly and giving
> pip a consistent interface to build traditional sdists *or* any new
> (sdist 2.0, distil, bento) kinds of packages that may come along.

Where "besides wheels" represents almost every single pip installable package on PyPI.

Wheels are great, but reality is we need something sane for sdists where setuptools is expected to be there.

-----------------
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20130713/9df84176/attachment.pgp>


More information about the Distutils-SIG mailing list