[Python-Dev] Packaging in Python 2 anyone ? (original) (raw)

Tarek Ziadé ziade.tarek at gmail.com
Thu Aug 18 09:35:01 CEST 2011


On Thu, Aug 18, 2011 at 12:30 AM, Vinay Sajip <vinay_sajip at yahoo.co.uk> wrote: ...

Okay, I had a bit of spare time today, and here's as far as I've got:

Awesome, thanks a lot !

Step 1 - done. Step 2 - done. Step 3 - On Python 2.6 most of the tests pass: Ran 322 tests in 12.148s FAILED (failures=3, errors=4, skipped=39) See the detailed test results (for Linux) at https://gist.github.com/1152791 The code is at https://bitbucket.org/vinay.sajip/du2/ stdlib dependency code is either moved to util.py or test/support.py as appropriate. You need to test in a virtualenv with unittest2 installed. No work has been done on packaging the project. I'm not sure if I'll have much more time to spend on this, but it's there in case someone else can look at the remaining test failures, plus Steps 4 and 5; hopefully I've broken the back of it :-)

Thank you very much !

Ideally, if you could push this to hg.python.org/distutils2 (overwriting the existing stuff).

Cheers Tarek

-- Tarek Ziadé | http://ziade.org



More information about the Python-Dev mailing list