Re: [Distutils] [venv] distribute-0.6.35 fails on python 3.3?

2013-03-06 Thread Marius Gedminas
On Tue, Feb 26, 2013 at 06:52:41PM +, Vinay Sajip wrote: How hard would it be to rewrite distribute to use a common language subset instead of relying on 2to3? I did this months ago, when doing PEP 405 venv development was getting old fast because of the 2to3 delay:

Re: [Distutils] [venv] distribute-0.6.35 fails on python 3.3?

2013-02-26 Thread Paul Moore
On 26 February 2013 06:21, Chris Withers ch...@simplistix.co.uk wrote: File ./setuptools/extension.py, line 5, in module from setuptools.dist import _get_unpatched File ./setuptools/dist.py, line 103 except ValueError, e: ^ SyntaxError: invalid syntax

Re: [Distutils] [venv] distribute-0.6.35 fails on python 3.3?

2013-02-26 Thread Marius Gedminas
On Tue, Feb 26, 2013 at 09:17:29AM +, Paul Moore wrote: On 26 February 2013 06:21, Chris Withers ch...@simplistix.co.uk wrote: File ./setuptools/dist.py, line 103 except ValueError, e: ^ SyntaxError: invalid syntax Can other people reproduce this? When

Re: [Distutils] [venv] distribute-0.6.35 fails on python 3.3?

2013-02-26 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/26/2013 04:20 AM, Marius Gedminas wrote: On Tue, Feb 26, 2013 at 09:17:29AM +, Paul Moore wrote: On 26 February 2013 06:21, Chris Withers ch...@simplistix.co.uk wrote: File ./setuptools/dist.py, line 103 except ValueError, e: ^

Re: [Distutils] [venv] distribute-0.6.35 fails on python 3.3?

2013-02-26 Thread Vinay Sajip
Tres Seaver tseaver at palladion.com writes: How hard would it be to rewrite distribute to use a common language subset instead of relying on 2to3? I did this months ago, when doing PEP 405 venv development was getting old fast because of the 2to3 delay:

Re: [Distutils] [venv] distribute-0.6.35 fails on python 3.3?

2013-02-26 Thread Marcus Smith
All the tests pass whenever I merge upstream changes, but I'm not sure how much confidence the maintainers have about test coverage and whether all tests passing means enough for them to release into the wild. if they did release it to the wild, then the decision get's passed to virtualenv,

Re: [Distutils] [venv] distribute-0.6.35 fails on python 3.3?

2013-02-26 Thread Marcus Smith
most of the pip tests default to using virtualenv with Setuptools, but there are enough that use Distribute to smoke out issues. most of the 2.x tests that is. all the 3.x tests end up using distribute. ___ Distutils-SIG maillist -

Re: [Distutils] [venv] distribute-0.6.35 fails on python 3.3?

2013-02-26 Thread Marcus Smith
running the pip test suite against distribute RCs before releasing would be a good idea. I'm happy to work with distribute people to make that happen. granted, it's somewhat awkward, but I did this recently, before upgrading distribute-0.6.34 into virtualenv. it involves running pip's tests