guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/1] gnu: diffoscope: Update to 49.


From: Ricardo Wurmus
Subject: Re: [PATCH 1/1] gnu: diffoscope: Update to 49.
Date: Thu, 25 Feb 2016 11:53:15 +0100

Leo Famulari <address@hidden> writes:

> * gnu/packages/package-management.scm (diffoscope): Update to 49.
> [source]: Use pypi-uri.
> [arguments]: Use python-3. Enable tests. Add 'dependency-on-python-magic' 
> phase
> and remove 'dependency-on-rpm' phase.
> ---
[...]
>      (inputs `(("rpm" ,rpm)                        ;for rpm-python
> -              ("python-file" ,python2-file)
> -              ("python-debian" ,python2-debian)
> -              ("python-libarchive-c" ,python2-libarchive-c)
> -              ("python-tlsh" ,python2-tlsh)
> +              ("python-file" ,python-file)
> +              ("python-debian" ,python-debian)
> +              ("python-libarchive-c" ,python-libarchive-c)
> +              ("python-tlsh" ,python-tlsh)
>  
>                ;; Below are modules used for tests.
> -              ("python-pytest" ,python2-pytest)
> -              ("python-chardet" ,python2-chardet)))
> -    (native-inputs `(("python-setuptools" ,python2-setuptools)))
> +              ("python-pytest" ,python-pytest)
> +              ("python-chardet" ,python-chardet)))
>      (home-page "http://diffoscope.org/";)
>      (synopsis "Compare files, archives, and directories in depth")
>      (description


Since you’re changing “inputs” and “native-inputs” you should mention
these changes in the commit summary.

Otherwise looks okay to me.

~~ Ricardo



reply via email to

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