PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Friday the 15th of June, 2018

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[08:51:56] <mitya57> Hi! Can someone please give me a clue why on https://test.pypi.org/project/python-markdown-math/ the project description is not rendered as Markdown?
[08:52:05] <mitya57> The PKG-INFO file in the uploaded tarball does have “Description-Content-Type: text/markdown” line, and the previous upload to test server (0.4.1) is rendering fine.
[12:10:17] <bochecha> hi, I'm trying to write a pyproject.toml file, to declare a build dependency in it
[12:10:39] <bochecha> the file contains this:
[12:10:49] <bochecha> [build-system]
[12:10:51] <bochecha> requires = ["setuptools", "wheel", "pygobject"]
[12:11:11] <bochecha> then when I try to `pip install .` pip just tells me it can't find pygobject :-/
[12:11:33] <bochecha> this is with pip 10.0.1 (latest from pypi)
[12:11:41] <bochecha> any idea what i'm doing wrong?
[13:02:11] <ronny> bochecha_: afaik pygobject ships no wheels - pip does not yet support build dependencies that dont supply wheels
[13:02:42] <ronny> bochecha_: afaik its also not possible to ship valid wheels of pygobject
[13:12:51] <bochecha_> oh, it has to be a wheel?
[13:14:02] <bochecha_> it sort of makes sense in hindsight (how to build the build deps of the build deps of the build deps of…), but it probably would pay to be documented somewhere
[13:38:12] <ronny> bochecha_: i beleive it is documented, just hard to find, also they are working on making it work recursively
[13:38:17] <ronny> so soon it wont be a issue
[13:38:20] <ronny> but right now it is
[13:39:10] <bochecha_> ronny: alright, thanks :)
[14:03:09] <willingc> Hi folks, On pypi.org, Markdown on long description doesn't appear to be rendering correctly. I didn't see an open issue. Is there some detail that we are missing when we released jupyterhub?
[14:46:40] <willingc> OK, I think the issue was that we did not use the latest version of twine. Thanks for the new pypi too.
[14:53:12] <di_codes> willingc: yes, that likely could be the issue. mind if I ask which guide (if any) you’re following for markdown descriptions?