[11:14:23] <mgedmin> now I get 'error in check-manifest setup command: Invalid environment marker: python_version=="2.6"'
[11:15:00] <mgedmin> why is this an invalid environment marker? and why does the error only show up on python 3.5.0b1?
[11:15:17] <ronny> dstufft: enum34 is massively broken and should fail on python3 but instead breaks python3, can it be removed from pypi unless the author fixes it?
[11:21:24] <mgedmin> no, that sounds like a bad idea
[11:21:54] <mgedmin> it would be better if virtualenv -p python3.4 did not put python2.7/site-packages on sys.path
[11:22:43] <mgedmin> and in fact https://github.com/pypa/virtualenv/pull/697 would fix that, but it's a big change
[11:25:18] <mgedmin> that 'invalid env marker: python_version=="2.6"'? happens during pip install from an sdist, but only on cpython 3.5.0b1
[11:25:28] <mgedmin> during "python setup.py egg_info"
[12:29:54] <jhermann> the old packaging mess has a wide reach ;)
[12:43:27] <mgedmin> ... did I find a CPython bug? https://bitbucket.org/pypa/setuptools/issue/388/install-from-sdist-fails-on-python-350b1#comment-18390886