On Jul 13, 2013, at 10:59 PM, Daniel Holth <dho...@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

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to