[issue5411] add xz compression support to distutils

2010-09-29 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- versions: +3rd party -Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5411 ___

[issue5411] add xz compression support to distutils

2010-09-07 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: FTR, the distutils2 repo is http://bitbucket.org/tarek/distutils2. distutils2.tests.support contains helper to create temp directories and run commands; see docstrings and example uses in the tests for more info. --

[issue5411] add xz compression support to distutils

2010-07-21 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: distutils2 uses tarfile now instead of external programs. Adding dependency on another bug. -- dependencies: +please support lzma compression as an extension and in the tarfile module stage: unit test needed - needs patch versions:

[issue5411] add xz compression support to distutils

2010-04-09 Thread Tarek Ziadé
Changes by Tarek Ziadé ziade.ta...@gmail.com: -- components: +Distutils2 -Distutils ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5411 ___ ___

[issue5411] add xz compression support to distutils

2010-04-08 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +merwok ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5411 ___ ___ Python-bugs-list mailing

[issue5411] add xz compression support to distutils

2009-03-09 Thread Per Øyvind Karlsen
Per Øyvind Karlsen peroyv...@mandriva.org added the comment: hmm, I'm unsure about how this should be done.. I guess such a test would belong in Lib/distutils/test_dist.py, but I'm uncertain about how it should be done, ie. should it be a test for doing 'bdist', 'bdist_rpm' and 'sdist' for

[issue5411] add xz compression support to distutils

2009-03-09 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: I guess such a test would belong in Lib/distutils/test_dist.py no, rather in test_bdist_rpm, test_sdist and so on, but I can do it, it'll just take more time. -- message_count: 3.0 - 4.0 ___

[issue5411] add xz compression support to distutils

2009-03-06 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: Good idea ! are you able provide a unit test for the changes made into the two commands ? -- keywords: +patch priority: - normal stage: - test needed versions: +Python 2.7, Python 3.1 -Python 2.6

[issue5411] add xz compression support to distutils

2009-03-03 Thread Per Øyvind Karlsen
New submission from Per Øyvind Karlsen peroyv...@mandriva.org: Here's a patch that adds support for xz compression: http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/python/current/SOURCES/Python-2.6.1-distutils-xz-support.patch?view=log -- assignee: tarek components: Distutils