GNU bug report logs - #25733
kallithea dependencies

Previous Next

Package: guix-patches;

Reported by: ng0 <contact.ng0 <at> cryptolab.net>

Date: Tue, 14 Feb 2017 20:12:02 UTC

Severity: normal

Tags: moreinfo, patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #92 received at 25733 <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: contact.ng0 <at> cryptolab.net
Cc: ng0 <ngillmann <at> runbox.com>, 25733 <at> debbugs.gnu.org
Subject: Re: bug#25733: [PATCH 12/18] gnu: Add python-docutils-0.11.
Date: Sat, 18 Feb 2017 13:21:54 +0100
contact.ng0 <at> cryptolab.net writes:

> From: ng0 <ngillmann <at> runbox.com>
>
> * gnu/packages/python.scm (python-docutils-0.11): New variable.
> ---

[…]

> +;; kallithea-0.3.2 needs this

I wonder: does Kallithea *really* need these particular versions or does
it just have overly strict version checks?

> +(define-public python-docutils-0.11
> +  (package
> +    (inherit python-docutils)
> +    (version "0.11")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (pypi-uri "docutils" version))
> +       (sha256
> +        (base32
> +         "1jbybs5a396nrjy9m13pgvsxdwaj7jw7nsawkhl4fi1nvxm1dx4s"))))))

Okay.

> +(define-public python2-docutils-0.11
> +  (package-with-python2 python-docutils-0.11))
> +

Much better!  But: I’d rather not add the Python 2 variant unless it’s
really needed.  If Kallithea really just needs the Python 2 variant,
then please do not add the Python 3 variant.  The same comment applies
to all other patches in this series that add variants like this.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net





This bug report was last modified 5 years and 89 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.