[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/7] gnu: Add python-tblib and python2-tblib
From: |
Leo Famulari |
Subject: |
Re: [PATCH 1/7] gnu: Add python-tblib and python2-tblib |
Date: |
Mon, 18 Apr 2016 16:19:08 -0400 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
On Sun, Apr 17, 2016 at 10:50:51PM +0200, Hartmut Goebel wrote:
> * packages/python.scm (python-tblib) (python2-tblib): New
> functions.
[...]
> + (arguments
> + `(#:phases
> + (modify-phases %standard-phases
> + (replace 'check
> + (lambda _
> + (zero? (system* "py.test" "--ignore=setup.py"
> + "--ignore=docs/conf.py"
> + "--ignore=ci/appveyor-download.py")))))))
Can you add a comment explaining why we have to replace the check phase
and what these options are doing?
[...]
> + (description
> + "Traceback serialization allows you to:
> +
> +* Pickle tracebacks and raise exceptions with pickled tracebacks in different
> + processes. This allows better error handling when running code over
> + multiple processes (imagine multiprocessing, billiard, futures, celery
> etc).
> +
> +* Parse traceback strings and raise with the parsed tracebacks.")
Please see the package definition of python-debian for an example of how
to make these sorts of lists in texinfo (which is what the description
is).
- [PATCH 0/7] Some new python packages, Hartmut Goebel, 2016/04/17
- [PATCH 3/7] gnu: add python-selenium and python2-selenium, Hartmut Goebel, 2016/04/17
- [PATCH 5/7] gnu: add python-maxminddb and python2-maxminddb, Hartmut Goebel, 2016/04/17
- [PATCH 7/7] gnu: add python-geoip2 and python2-geoip2, Hartmut Goebel, 2016/04/17
- [PATCH 1/7] gnu: Add python-tblib and python2-tblib, Hartmut Goebel, 2016/04/17
- Re: [PATCH 1/7] gnu: Add python-tblib and python2-tblib,
Leo Famulari <=
- [PATCH 4/7] gnu: Add python2-ipaddr, a Python-2-only package, Hartmut Goebel, 2016/04/17
- [PATCH 6/7] gnu: add comment pointing to python-requests-mock in openstack, Hartmut Goebel, 2016/04/17
- [PATCH 2/7] gnu: add python-sqlparse and python2-sqlparse, Hartmut Goebel, 2016/04/17