Re: [Python-Dev] Packaging in Python 2 anyone ?

2011-09-13 Thread Éric Araujo
Hi, Here’s a status update on distutils2. Vinay did the bulk of the work in his initial commit; we just had to re-add some mistakenly deleted helpers in d2.tests and d2.tests.support, change sysconfig imports and remove duplicate files (sysconfig.*). A contributor did a huge commit to restore 2.

Re: [Python-Dev] Packaging in Python 2 anyone ?

2011-09-13 Thread Michael Foord
On 13/09/2011 16:57, Éric Araujo wrote: [snip...] A question: What about distutils2 for Python 3.x? I think we could keep the stdlib codebase compatible with 3.1 and use a semi-automated process to extract cpython3.3/Lib/packaging to distutils2-py3/distutils2 and rename imports. (IIRC PyPI will

[Python-Dev] PyPI trove classifiers for alternate language implementations

2011-09-13 Thread DrKJam
Would it be possible to have trove classifiers added to PyPI specifically for PyPy and possibly also Jython and IronPython? Regards, David Moss ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscr

Re: [Python-Dev] PyPI trove classifiers for alternate language implementations

2011-09-13 Thread Nick Coghlan
On Wed, Sep 14, 2011 at 9:09 AM, DrKJam wrote: > Would it be possible to have trove classifiers added to PyPI specifically > for PyPy and possibly also Jython and IronPython? Possibly, but the place to ask would be catalog-...@python.org Cheers, Nick. -- Nick Coghlan   |   ncogh...@gmail.com