Éric Araujo added the comment:

The PyPI page now starts with this text:


Distutils2 development is stopped.

tl;dr: keep using setuptools and pip for now, don’t use distutils2.

Distutils2 tried to be all things to all people; Python core developers and 
developers of packaging tools have a different strategy to improve packaging. 
First, various features are discussed and integrated into Python on their own, 
such as namespace packages and virtual environments (Python 3.3). Second, a new 
format is defined for binary distibutions (wheel). Third, pip is blessed as de 
facto standard installer and installed with Python (3.4). Ongoing, new PEPs are 
in progress to make version numbers more robust, metadata more comprehensive, 
wheels usable on more platforms, build tools more flexible, etc. Other efforts 
like conda, bento, hashdist or pyinstaller may serve different needs of 
specific Python communities better.

----------
nosy: +dstufft, ncoghlan
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17281>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to