[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 01/11] gnu: Add python-pydiff.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 01/11] gnu: Add python-pydiff. |
Date: |
Mon, 18 Sep 2017 22:29:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hello!
Cyril Roelandt <address@hidden> skribis:
> * gnu/packages/python.scm (python-pydiff, python2-pydiff): New variables.
> ---
> gnu/packages/python.scm | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index d7156bf51..2efe8d2be 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -16282,3 +16282,25 @@ Templates.")
>
> (define-public python2-uritemplate
> (package-with-python2 python-uritemplate))
> +
> +(define-public python-pydiff
> + (package
> + (name "python-pydiff")
> + (version "0.2")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "pydiff" version))
> + (sha256
> + (base32
> + "1als83h9w0gab24ipyna6khm390qmpnpkc5jksmdbs2xc8hp2z44"))))
> + (build-system python-build-system)
> + (home-page "https://github.com/myint/pydiff")
> + (synopsis "Library to diff two Python files at the bytecode level.")
^
Please placate ‘guix lint’. :-)
Otherwise LGTM.
Ludo’.
- [PATCH 00/11] Add python{,2}-twine., Cyril Roelandt, 2017/09/11
- [PATCH 02/11] gnu: python-autopep8: Update to 1.3.2., Cyril Roelandt, 2017/09/11
- [PATCH 03/11] gnu: python-requests-toolbelt: Update to 0.8.0., Cyril Roelandt, 2017/09/11
- [PATCH 01/11] gnu: Add python-pydiff., Cyril Roelandt, 2017/09/11
- Re: [PATCH 01/11] gnu: Add python-pydiff.,
Ludovic Courtès <=
- [PATCH 04/11] gnu: Add python2-requests-toolbelt., Cyril Roelandt, 2017/09/11
- [PATCH 05/11] gnu: python-tox: Update to 2.8.1., Cyril Roelandt, 2017/09/11
- [PATCH 07/11] gnu: Add python-ipaddress., Cyril Roelandt, 2017/09/11
- [PATCH 06/11] gnu: Add python-nose-timer., Cyril Roelandt, 2017/09/11
- [PATCH 08/11] gnu: Update the propagated inputs of python-urllib3., Cyril Roelandt, 2017/09/11