[issue14790] use packaging in setup.py

2012-07-15 Thread Martin v . Löwis
Martin v. Löwis added the comment: At the moment, it seems that this just won't happen. If a new attempt is made to integrate packaging with Python, this may or may not become an issue (e.g. whoever is doing the integration the next time might adapt setup.py from the beginning). So closing t

[issue14790] use packaging in setup.py

2012-07-12 Thread Eli Bendersky
Changes by Eli Bendersky : -- priority: -> deferred blocker ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue14790] use packaging in setup.py

2012-07-07 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- priority: release blocker -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue14790] use packaging in setup.py

2012-06-20 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue14790] use packaging in setup.py

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: I'm not willing to hold up 3.3 for this. On the other hand, it should not be done in the beta stage. And I don't assume it's a trivial matter (Éric?), so I'm inclined to move it to 3.4. -- nosy: +georg.brandl ___ P

[issue14790] use packaging in setup.py

2012-05-18 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue14790] use packaging in setup.py

2012-05-12 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue14790] use packaging in setup.py

2012-05-12 Thread Antoine Pitrou
Antoine Pitrou added the comment: > I'd rather not wait. If packaging is not able to reliably build Python > itself, we shouldn't release Python 3.3 until it is (or withdraw > packaging from the standard library altogether). Indeed, this is exactly the reason I entered this enhancement request.

[issue14790] use packaging in setup.py

2012-05-12 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- priority: normal -> release blocker ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue14790] use packaging in setup.py

2012-05-12 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- versions: +Python 3.3 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue14790] use packaging in setup.py

2012-05-12 Thread Martin v . Löwis
Martin v. Löwis added the comment: I'd rather not wait. If packaging is not able to reliably build Python itself, we shouldn't release Python 3.3 until it is (or withdraw packaging from the standard library altogether). -- nosy: +loewis ___ Python

[issue14790] use packaging in setup.py

2012-05-12 Thread Éric Araujo
Éric Araujo added the comment: I’d rather wait for a more stable version, so 3.4. -- versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___

[issue14790] use packaging in setup.py

2012-05-12 Thread Antoine Pitrou
New submission from Antoine Pitrou : setup.py should use packaging, not distutils. -- components: Build messages: 160475 nosy: eric.araujo, pitrou, tarek priority: normal severity: normal status: open title: use packaging in setup.py type: enhancement versions: Python 3.3 __