smaudet
smaudet
I'm trying to make the travis build pass, something broke with your travis. I think your travis build is hypersensitive to line endings perhaps.
@donpark what part of it seems elaborate and opinionated? I'm fine with an update in your readme to point to this branch. Seriousness of the `` issue is that ``...
Well, that's reasonable I suppose. I'd like to see this tool being able to do round-trip parsing, i.e. html2jade and jade2html (just using jade), with as close parity as possible....
I will open a separate issue, but besides the fact your includes are wrong (non standard c++ 14) you also have a bug that's an upstream problem, the testsge doesn't...
@wimglenn seems to be worse: did not work with e.g. `pip download --no-deps pygobject` Seriously, stuff works fine for 18 versions then basic stuff breaks...
Yeah, confirmed as of about pip 20.1 the patch no longer suffices. I modified `download.py` inside the pip distribution to actually check no_deps and pass it down to sdist by...
@pradyunsg I've provided a roadmap to a fix. That maybe helps someone someday down the road? Everything I have said is true. I don't have time to fix the code,...
> Mostly because there's so much shared code Erm, I don't understand all the stuff about the sdist and metadata. My patch basically is just to turn off the sdist...
@uranusjr I read some of the threads you'd posted - seems to me `--download-only` or `--no-deps` should just short circuit all of the metadata logic (in sdist). Why? Because this...
https://github.com/pypa/pip/compare/master...smaudet:bugfix-no-deps-download-only This is a potential patch against 20.1.1 - probably could be ported to master/whatever but this seems really minimal, tries to assume as little as possible, and also might...