unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: guix-devel@gnu.org
Subject: [PATCH v2 3/7] gnu: python-zope-testing: Strip byte-code and backup-files from source.
Date: Thu, 13 Oct 2016 11:43:27 +0200	[thread overview]
Message-ID: <1476351811-31727-4-git-send-email-h.goebel@crazy-compilers.com> (raw)
In-Reply-To: <1476351811-31727-1-git-send-email-h.goebel@crazy-compilers.com>

* gnu/package/python.scm (python-zope-testing, python2-zope-testing)[source]:
  Add snippet to strip byte-code and backup-files.
---
 gnu/packages/python.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index eca60bc..ec56c85 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6644,7 +6644,13 @@ that have uses outside of the Zope framework.")
                            "/zope.testing/zope.testing-" version ".tar.gz"))
        (sha256
         (base32
-         "1yvglxhzvhl45mndvn9gskx2ph30zz1bz7rrlyfs62fv2pvih90s"))))
+         "1yvglxhzvhl45mndvn9gskx2ph30zz1bz7rrlyfs62fv2pvih90s"))
+       (modules '((guix build utils)))
+       (snippet
+        '(begin
+           ;; Remove pre-compiled .pyc files backup files from source.
+           (for-each delete-file (find-files "." "(\\.pyc|~)$"))
+           #t))))
     (build-system python-build-system)
     (native-inputs
      `(("python-zope-exceptions" ,python-zope-exceptions)))
-- 
2.7.4

  parent reply	other threads:[~2016-10-13  9:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-13  9:43 [PATCH v2 0/7] Updated: Some simple or even trivial changes Hartmut Goebel
2016-10-13  9:43 ` [PATCH v2 1/7] gnu: python2-pytest-runner, python2-msgpack: Remove duplicate definitions Hartmut Goebel
2016-10-13  9:43 ` [PATCH v2 2/7] gnu: python-pytest-xdist: Remove pre-compiled .pyc files from source Hartmut Goebel
2016-10-13  9:43 ` Hartmut Goebel [this message]
2016-10-13  9:43 ` [PATCH v2 4/7] gnu: python-pylockfile: Update home-page url Hartmut Goebel
2016-10-13  9:43 ` [PATCH v2 5/7] gnu: python-keyring: " Hartmut Goebel
2016-10-13  9:43 ` [PATCH v2 6/7] gnu: python-pathlib: Update description Hartmut Goebel
2016-10-13  9:43 ` [PATCH v2 7/7] guix: python-build-system: Fix an outdated comment Hartmut Goebel
2016-10-13 13:27 ` [PATCH v2 0/7] Updated: Some simple or even trivial changes Danny Milosavljevic
2016-10-13 15:34   ` Hartmut Goebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1476351811-31727-4-git-send-email-h.goebel@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).