unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob abcb4113e8f8aff87d52aeb7ba082b52d56003a9 389 bytes (raw)
name: gnu/packages/patches/pyqt-minimum-sip-version.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
Set the MinimumSipVersion to something, namely the currently available one.

diff -u PyQt5-5.15.8.alt/configure.py PyQt5-5.15.8/configure.py
--- PyQt5-5.15.8.alt/configure.py
+++ PyQt5-5.15.8/configure.py
@@ -29,7 +29,7 @@ import sys
 
 # Initialise the constants.
 PYQT_VERSION_STR = "5.15.8"
-SIP_MIN_VERSION = '@MinimumSipVersion@'
+SIP_MIN_VERSION = "5.5.0"
 
 
 class ModuleMetadata:

debug log:

solving abcb4113e8 ...
found abcb4113e8 in https://yhetil.org/guix-devel/ZBXWko34++gVgilm@jurong/

applying [1/1] https://yhetil.org/guix-devel/ZBXWko34++gVgilm@jurong/
diff --git a/gnu/packages/patches/pyqt-minimum-sip-version.patch b/gnu/packages/patches/pyqt-minimum-sip-version.patch
new file mode 100644
index 0000000000..abcb4113e8

1:13: trailing whitespace.
 
1:18: trailing whitespace.
 
1:19: trailing whitespace.
 
Checking patch gnu/packages/patches/pyqt-minimum-sip-version.patch...
Applied patch gnu/packages/patches/pyqt-minimum-sip-version.patch cleanly.
warning: 3 lines add whitespace errors.

index at:
100644 abcb4113e8f8aff87d52aeb7ba082b52d56003a9	gnu/packages/patches/pyqt-minimum-sip-version.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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).