guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/09: gnu: python-robotframework: Shorten patch file name.


From: guix-commits
Subject: 08/09: gnu: python-robotframework: Shorten patch file name.
Date: Mon, 26 Oct 2020 17:58:24 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ab96f929c6979e9476181ab73256f993674c9a55
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 26 22:49:29 2020 +0100

    gnu: python-robotframework: Shorten patch file name.
    
    * gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch:
    Rename to...
    * gnu/packages/patches/python-robotframework-source-date-epoch.patch:
    ... this.
    * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
    * gnu/packages/python-xyz.scm (python-robotframework)[source]: Likewise.
---
 gnu/local.mk                                                            | 2 +-
 ...e-date-epoch.patch => python-robotframework-source-date-epoch.patch} | 0
 gnu/packages/python-xyz.scm                                             | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index aae8e7e..e9b6181 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1512,7 +1512,7 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/python-pycrypto-time-clock.patch                \
   %D%/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch \
   %D%/packages/patches/python-pygpgme-fix-pinentry-tests.patch \
-  %D%/packages/patches/python-robotframework-honor-source-date-epoch.patch \
+  %D%/packages/patches/python-robotframework-source-date-epoch.patch \
   %D%/packages/patches/python-shouldbe-0.1.2-cpy3.8.patch      \
   %D%/packages/patches/python2-subprocess32-disable-input-test.patch   \
   %D%/packages/patches/python-tinycss2-flake8-compat.patch     \
diff --git 
a/gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch 
b/gnu/packages/patches/python-robotframework-source-date-epoch.patch
similarity index 100%
rename from 
gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch
rename to gnu/packages/patches/python-robotframework-source-date-epoch.patch
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 63dadb2..6c5ccac 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3684,7 +3684,7 @@ ecosystem, but can naturally be used also by other 
projects.")
        (sha256
         (base32 "0if0h3myb9m3hgmn1phrhq8pfp89kfqsaq32vmfdjkyjdj7y59ds"))
        (patches (search-patches
-                 "python-robotframework-honor-source-date-epoch.patch"))))
+                 "python-robotframework-source-date-epoch.patch"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]