Re: [PATCH 2/5] gnu: python-pytest-xdist: Remove python byte-code files from source.

2016-10-12 Thread Leo Famulari
On Mon, Oct 10, 2016 at 03:10:00PM +0200, Hartmut Goebel wrote: > * gnu/packages/python.scm (python-pytest-xdist): Add source snippet. * gnu/packages/python.scm (python-pytest-xdist, python2-pytest-xdist)[source]: Add snippet. > --- > gnu/packages/python.scm | 10 +- > 1 file changed, 9

Re: [PATCH 2/5] gnu: python-pytest-xdist: Remove python byte-code files from source.

2016-10-11 Thread Danny Milosavljevic
On Mon, 10 Oct 2016 15:10:00 +0200 Hartmut Goebel wrote: > +'(begin > + ;; Source archive contains .pyc files > + (for-each delete-file-recursively > + (find-files "." "__pychache__" #:directories? #t))

[PATCH 2/5] gnu: python-pytest-xdist: Remove python byte-code files from source.

2016-10-10 Thread Hartmut Goebel
* gnu/packages/python.scm (python-pytest-xdist): Add source snippet. --- gnu/packages/python.scm | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index f1e9264..345c6a7 100644 --- a/gnu/packages/python.scm +++ b/gnu/pac