guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: python2-pygobject@2: Shorten patch file name.


From: guix-commits
Subject: 03/04: gnu: python2-pygobject@2: Shorten patch file name.
Date: Tue, 10 Nov 2020 12:00:23 -0500 (EST)

civodul pushed a commit to branch version-1.2.0
in repository guix.

commit 74361d3ee8c1524ee3f3496f113b9a8bf644e023
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Nov 10 16:43:59 2020 +0100

    gnu: python2-pygobject@2: Shorten patch file name.
    
    The file would not be included in the tarball produced by "make dist"
    because its name was too long.
    
    * gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch:
    Rename to...
    * gnu/packages/patches/python2-pygobject-2-deprecation.patch: ... this.
    * gnu/packages/glib.scm (python2-pygobject-2)[source]: Adjust accordingly.
    * gnu/local.mk (dist_patch_DATA): Likewise.
---
 gnu/local.mk                                                           | 2 +-
 gnu/packages/glib.scm                                                  | 3 +--
 ...o-type-error-domain.patch => python2-pygobject-2-deprecation.patch} | 0
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 105e4dd..9a8d6dd 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1524,7 +1524,7 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/python-paste-remove-timing-test.patch   \
   %D%/packages/patches/python-pycrypto-CVE-2013-7459.patch     \
   %D%/packages/patches/python-pycrypto-time-clock.patch                \
-  %D%/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch \
+  %D%/packages/patches/python2-pygobject-2-deprecation.patch   \
   %D%/packages/patches/python-pygpgme-fix-pinentry-tests.patch \
   %D%/packages/patches/python-robotframework-source-date-epoch.patch \
   %D%/packages/patches/python-shouldbe-0.1.2-cpy3.8.patch      \
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index bba9461..9012224 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -698,8 +698,7 @@ useful for C++.")
        (sha256
         (base32
          "0nkam61rsn7y3wik3vw46wk5q2cjfh2iph57hl9m39rc8jijb7dv"))
-       (patches (search-patches
-                 "python2-pygobject-2-gi-info-type-error-domain.patch"))))
+       (patches (search-patches "python2-pygobject-2-deprecation.patch"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("which" ,which)
diff --git 
a/gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch 
b/gnu/packages/patches/python2-pygobject-2-deprecation.patch
similarity index 100%
rename from 
gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch
rename to gnu/packages/patches/python2-pygobject-2-deprecation.patch



reply via email to

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