You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Benoit Chesneau <bc...@gmail.com> on 2013/05/29 14:30:35 UTC

why pygnents >= 1.5 ?

Why do we need pygments >= 1.5 ? I don't see anything in our doc that
would require it.  Also the version installed on an ubuntu LTD is 1.4.

So if there are no reason I think we should decrease the requirements
(or simply removing it).

- benoit

Re: why pygnents >= 1.5 ?

Posted by Noah Slater <ns...@apache.org>.
Benoit, yep. That's exactly why I introduced the dep. Remember: only devs
need this.

+1 for adding rationales to the docs, once we move them to .rst.


On 3 June 2013 22:01, Jan Lehnardt <ja...@apache.org> wrote:

>
> On May 29, 2013, at 14:39 , Benoit Chesneau <bc...@gmail.com> wrote:
>
> > On Wed, May 29, 2013 at 2:30 PM, Benoit Chesneau <bc...@gmail.com>
> wrote:
> >> Why do we need pygments >= 1.5 ? I don't see anything in our doc that
> >> would require it.  Also the version installed on an ubuntu LTD is 1.4.
> >>
> >> So if there are no reason I think we should decrease the requirements
> >> (or simply removing it).
> >>
> >> - benoit
> >
> >
> > Ok I see that http and json lexers require 1.5. So I guess devs need
> > to install it manually if they are using an ubuntu 12.04 or other
> > releases which don't have it.
> >
> > It would be good to keep a list of dependencies versions  we need
> > somewhere (that a human can read) and why so we can make sure that
> > people can keep the minimum or patch. Thoughts?
>
> File an issue, so we don’t forget?
>
> Jan
> --
>
> >
> > - benoit
>
>


-- 
NS

Re: why pygnents >= 1.5 ?

Posted by Jan Lehnardt <ja...@apache.org>.
On May 29, 2013, at 14:39 , Benoit Chesneau <bc...@gmail.com> wrote:

> On Wed, May 29, 2013 at 2:30 PM, Benoit Chesneau <bc...@gmail.com> wrote:
>> Why do we need pygments >= 1.5 ? I don't see anything in our doc that
>> would require it.  Also the version installed on an ubuntu LTD is 1.4.
>> 
>> So if there are no reason I think we should decrease the requirements
>> (or simply removing it).
>> 
>> - benoit
> 
> 
> Ok I see that http and json lexers require 1.5. So I guess devs need
> to install it manually if they are using an ubuntu 12.04 or other
> releases which don't have it.
> 
> It would be good to keep a list of dependencies versions  we need
> somewhere (that a human can read) and why so we can make sure that
> people can keep the minimum or patch. Thoughts?

File an issue, so we don’t forget?

Jan
--

> 
> - benoit


Re: why pygnents >= 1.5 ?

Posted by Benoit Chesneau <bc...@gmail.com>.
On Wed, May 29, 2013 at 2:30 PM, Benoit Chesneau <bc...@gmail.com> wrote:
> Why do we need pygments >= 1.5 ? I don't see anything in our doc that
> would require it.  Also the version installed on an ubuntu LTD is 1.4.
>
> So if there are no reason I think we should decrease the requirements
> (or simply removing it).
>
> - benoit


Ok I see that http and json lexers require 1.5. So I guess devs need
to install it manually if they are using an ubuntu 12.04 or other
releases which don't have it.

 It would be good to keep a list of dependencies versions  we need
somewhere (that a human can read) and why so we can make sure that
people can keep the minimum or patch. Thoughts?

- benoit

Re: why pygnents >= 1.5 ?

Posted by Dirkjan Ochtman <di...@ochtman.nl>.
On Wed, May 29, 2013 at 2:30 PM, Benoit Chesneau <bc...@gmail.com> wrote:
> Why do we need pygments >= 1.5 ? I don't see anything in our doc that
> would require it.  Also the version installed on an ubuntu LTD is 1.4.
>
> So if there are no reason I think we should decrease the requirements
> (or simply removing it).

Yeah, I don't see any reason for the 1.5 requirement, either. Looks
like Noah came up with that when he integrated the Sphinx stuff in the
build system.

Cheers,

Dirkjan