Issue 14790: use packaging in setup.py (original) (raw)

Created on 2012-05-12 16:22 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (6)
msg160475 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2012-05-12 16:22
setup.py should use packaging, not distutils.
msg160476 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-05-12 16:27
I’d rather wait for a more stable version, so 3.4.
msg160477 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2012-05-12 16:32
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).
msg160479 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2012-05-12 16:41
> 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. Eating our own dogfood is a good way of detecting issues :)
msg163210 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2012-06-19 20:14
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.
msg165575 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2012-07-16 06:50
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 this as "won't fix".
History
Date User Action Args
2022-04-11 14:57:30 admin set github: 58995
2012-07-16 06:50:38 loewis set priority: deferred blocker -> status: open -> closedresolution: wont fixmessages: +
2012-07-13 05:07:52 eli.bendersky set priority: deferred blocker
2012-07-07 17:47:09 pitrou set priority: release blocker -> (no value)
2012-06-21 03:10:51 eric.araujo set versions: + Python 3.4, - Python 3.3
2012-06-19 20:14:51 georg.brandl set nosy: + georg.brandlmessages: +
2012-05-18 20:40:11 tshepang set nosy: + tshepang
2012-05-12 16:54:38 Arfrever set nosy: + Arfrever
2012-05-12 16:41:37 pitrou set messages: +
2012-05-12 16:34:05 loewis set priority: normal -> release blocker
2012-05-12 16:33:20 loewis set versions: + Python 3.3, - Python 3.4
2012-05-12 16:32:42 loewis set nosy: + loewismessages: +
2012-05-12 16:27:17 eric.araujo set messages: + versions: + Python 3.4, - Python 3.3
2012-05-12 16:22:52 pitrou create