Dmitri Gribenko via llvm-dev
2019-Jun-14 09:13 UTC
[llvm-dev] [docs] Updating the sphinx build bots
Hi, Thanks for bringing this up. I am reluctant to update to recommonmark>= 0.4.0, because it is not available in any Ubuntu version, DebianTesting or even Debian Unstable. While we could do something custom on the buildbot, I think it would be a disservice for our users to use a library that is not packaged in modern operating systems yet. Dmitri
James Henderson via llvm-dev
2019-Jun-14 10:59 UTC
[llvm-dev] [docs] Updating the sphinx build bots
> > I am reluctant to update to recommonmark >= 0.4.0, because it is not > available in any Ubuntu version, Debian Testing or even Debian Unstable.Are you sure about this? I got recommonmark 0.5.0 on my fresh Ubuntu 18.04 machine, by installing recommonmark with pip (pip install recommonmark). On Fri, 14 Jun 2019 at 10:13, Dmitri Gribenko <gribozavr at gmail.com> wrote:> Hi, > > Thanks for bringing this up. I am reluctant to update to recommonmark > >= 0.4.0, because it is not available in any Ubuntu version, Debian > Testing or even Debian Unstable. > > While we could do something custom on the buildbot, I think it would > be a disservice for our users to use a library that is not packaged in > modern operating systems yet. > > Dmitri >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190614/d058ae6d/attachment.html>
Roman Lebedev via llvm-dev
2019-Jun-14 11:01 UTC
[llvm-dev] [docs] Updating the sphinx build bots
On Fri, Jun 14, 2019 at 1:59 PM James Henderson via llvm-dev <llvm-dev at lists.llvm.org> wrote:>> >> I am reluctant to update to recommonmark >= 0.4.0, because it is not available in any Ubuntu version, Debian Testing or even Debian Unstable. > > > Are you sure about this? I got recommonmark 0.5.0 on my fresh Ubuntu 18.04 machine, by installing recommonmark with pip (pip install recommonmark).https://packages.debian.org/sid/python-recommonmark Package: python-recommonmark (0.4.0+ds-5)> On Fri, 14 Jun 2019 at 10:13, Dmitri Gribenko <gribozavr at gmail.com> wrote: >> >> Hi, >> >> Thanks for bringing this up. I am reluctant to update to recommonmark >> >= 0.4.0, because it is not available in any Ubuntu version, Debian >> Testing or even Debian Unstable. >> >> While we could do something custom on the buildbot, I think it would >> be a disservice for our users to use a library that is not packaged in >> modern operating systems yet. >> >> Dmitri > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Neil Nelson via llvm-dev
2019-Jun-14 16:13 UTC
[llvm-dev] [docs] Updating the sphinx build bots
There may be recommonmark packages available via apt on Ubuntu. https://packages.ubuntu.com/search?keywords=recommonmark&searchon=names On 6/14/19 4:59 AM, James Henderson via llvm-dev wrote:> > I am reluctant to update to recommonmark >= 0.4.0, because it is > not available in any Ubuntu version, Debian Testing or even Debian > Unstable. > > Are you sure about this? I got recommonmark 0.5.0 on my fresh Ubuntu > 18.04 machine, by installing recommonmark with pip (pip install > recommonmark). > > On Fri, 14 Jun 2019 at 10:13, Dmitri Gribenko <gribozavr at gmail.com > <mailto:gribozavr at gmail.com>> wrote: > > Hi, > > Thanks for bringing this up. I am reluctant to update to recommonmark > >= 0.4.0, because it is not available in any Ubuntu version, Debian > Testing or even Debian Unstable. > > While we could do something custom on the buildbot, I think it would > be a disservice for our users to use a library that is not packaged in > modern operating systems yet. > > Dmitri > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190614/f6160d9d/attachment.html>