PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 24th of May, 2017

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[15:16:25] <bwe> What leads quicktions to fail to build on Win-x64? https://ci.appveyor.com/project/hyllos/db-puls/build/1.0.9/job/0pc1ysim2xpyqcro#L77
[17:15:22] <royiv> Quick question about setuptools/pip: I have an install_requires, where one of the items is "enum34 ; python_version < '3.4'"
[17:15:32] <royiv> this fails w/
[17:15:33] <royiv> 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected version spec in enum34 ; python_version < '3.4' at ; python_version < '3.4'
[17:16:20] <royiv> It seems like pip/setup/distutils has a hard expectation on there being a version specified after the enum34 — why?
[17:17:17] <royiv> oh, nope, that's not it either; adding a version specifier also doesn't work.
[17:17:26] <royiv> it doesn't seem to like the environment marker
[17:20:35] <royiv> ok, so it seems like it's supposed to be a : in setup.py files (why…), but that doesn't work either
[17:25:19] <royiv> ah, no, apparently it *IS* a ;
[17:25:40] <royiv> but there's a PEP that incorrectly says its a : and happens to be the first result on Google when you search for this sort of stuff
[17:26:03] <royiv> but was "Superseded"
[17:26:31] <royiv> It'd be great if superseded PEPs could a. stand out, like how RFCs have a colored bar, and like to the superseding PEP
[23:56:23] <njs> royiv: you might need a newer pip