PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 28th of May, 2018

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[08:17:18] <koniiiik> Hey everyone, I seem to be having a bit of difficulty getting a package uploaded to pypi. Twine tells me that it failed to render the rst long_description, but when I run a check with readme_renderer locally, it passes without an error.
[08:21:53] <koniiiik> The dist-info directory in the wheel contains a DESCRIPTION.rst, which is invalid, because it's missing the first line (which is the heading).
[13:14:02] <koniiiik> Never mind, figured that one out – we had switched long_description and description around by mistake.
[13:21:39] <mgedmin> lol
[13:26:48] <koniiiik> Lol indeed; it did seem suspicious to me that most of the contents of the description were just dumped in the middle of METADATA in the generated wheel. :P
[18:17:05] <mcepl> Anybody knows why https://files.pythonhosted.org/packages/source/i/irc-16.3.tar.gz doesn't expand to the proper tarball?
[19:39:35] <moldy> hi
[19:39:45] <moldy> with the latest pipenv, is there any way to tell it to only install a package and add it to Pipfile.lock, but avoid messing with anything else?
[19:40:01] <moldy> i guess i am suffering from https://github.com/pypa/pipenv/issues/1554
[19:40:26] <moldy> does anyone know a method to work around this that's better than "manually edit the lock file"?