From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH 2/5] gnu: python-pytest-xdist: Remove python byte-code files from source. Date: Tue, 11 Oct 2016 22:24:54 +0200 Message-ID: <20161011222454.761286d9@scratchpost.org> References: <1476105003-29538-1-git-send-email-h.goebel@crazy-compilers.com> <1476105003-29538-3-git-send-email-h.goebel@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bu3bm-0003yM-Eq for guix-devel@gnu.org; Tue, 11 Oct 2016 16:25:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bu3bj-0002yy-5i for guix-devel@gnu.org; Tue, 11 Oct 2016 16:25:06 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:44400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bu3bi-0002yj-TD for guix-devel@gnu.org; Tue, 11 Oct 2016 16:25:03 -0400 In-Reply-To: <1476105003-29538-3-git-send-email-h.goebel@crazy-compilers.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: guix-devel@gnu.org 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)) ^^^^^^^^^^ should this be "__pycache__" ?