guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/5] gnu: Update Sphinx to 1.4.6.


From: Hartmut Goebel
Subject: Re: [PATCH 5/5] gnu: Update Sphinx to 1.4.6.
Date: Fri, 7 Oct 2016 13:14:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Am 07.10.2016 um 12:32 schrieb Danny Milosavljevic:
> +    (native-inputs
> +     `(("python-imagesize" ,python-imagesize)
> +       ("python-sphinx-alabaster-theme-0.7"
> +        ,python-sphinx-alabaster-theme-0.7)
> +       ("python-babel" ,python-babel)
> +       ("python-snowballstemmer" ,python-snowballstemmer)
> +       ("python-six" ,python-six)))
>      (inputs
>       `(("python-setuptools" ,python-setuptools)

These inputs are wrong (and already have been wrong). Please take the
change to correct the old ones, too.

These are required at run-time and thus need to be propagated-inputs:

    'six>=1.5',
    'Jinja2>=2.3',
    'Pygments>=2.0',
    'docutils>=0.11',
    'snowballstemmer>=1.1',
    'babel>=1.3,!=2.0',
    'alabaster>=0.7,<0.8',
    'imagesize',

These are required for building and testing only and thus have to be
native-inputs

        setuptools,
        'nose',
        'mock',  # it would be better for 'test:python_version in "2.6,2.7"'
        'simplejson',  # better:
'test:platform_python_implementation=="PyPy"'


-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |




reply via email to

[Prev in Thread] Current Thread [Next in Thread]