[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/21: gnu: python-pyqt: Fix build for new python-sip.
From: |
guix-commits |
Subject: |
04/21: gnu: python-pyqt: Fix build for new python-sip. |
Date: |
Mon, 5 Apr 2021 15:54:22 -0400 (EDT) |
lfam pushed a commit to branch wip-update-calibre
in repository guix.
commit caac883f292e9db7fd3d0723c9d05b53d7f04ec8
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Mon Feb 22 22:20:40 2021 +1100
gnu: python-pyqt: Fix build for new python-sip.
* gnu/packages/qt.scm (python-pyqt)
[source]: Remove pyqt-public-sip.patch. PyQt uses python-pyqt5-sip now. This
patch is still used by python2-pyqt so we don't delete it completely.
[propagated-inputs]: Add python-pyqt5-sip.
---
gnu/packages/qt.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index d604a9c..530fcf1 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1903,17 +1903,17 @@ module provides support functions to the automatically
generated code.")
(string-append "https://www.riverbankcomputing.com/static/"
"Downloads/PyQt5/" version "/PyQt5-"
version ".tar.gz")))
- (file-name (string-append "PyQt5-"version ".tar.gz"))
+ (file-name (string-append "PyQt5-" version ".tar.gz"))
(sha256
(base32
"1z74295i69cha52llsqffzhb5zz7qnbjc64h8qg21l91jgf0harp"))
- (patches (search-patches "pyqt-configure.patch"
- "pyqt-public-sip.patch"))))
+ (patches (search-patches "pyqt-configure.patch"))))
(build-system gnu-build-system)
(native-inputs
`(("qtbase" ,qtbase))) ; for qmake
(propagated-inputs
- `(("python-sip" ,python-sip)))
+ `(("python-sip" ,python-sip)
+ ("python-pyqt5-sip" ,python-pyqt5-sip)))
(inputs
`(("python" ,python-wrapper)
("qtbase" ,qtbase)
- branch wip-update-calibre created (now ce901c9), guix-commits, 2021/04/05
- 01/21: gnu: python-sip: Update to 5.5.0. Add python-sip-4, guix-commits, 2021/04/05
- 02/21: gnu: Add python-pyqt-builder., guix-commits, 2021/04/05
- 07/21: gnu: Add python-pyannotate., guix-commits, 2021/04/05
- 03/21: gnu: Add python-pyqt5-sip., guix-commits, 2021/04/05
- 04/21: gnu: python-pyqt: Fix build for new python-sip.,
guix-commits <=
- 05/21: gnu: Add python-ifaddr., guix-commits, 2021/04/05
- 06/21: gnu: Add python-zeroconf., guix-commits, 2021/04/05
- 08/21: gnu: Add python-multivolumefile., guix-commits, 2021/04/05
- 09/21: gnu: Add python-ppmd-cffi., guix-commits, 2021/04/05
- 10/21: gnu: python-zstandard: Update to 0.15.2., guix-commits, 2021/04/05
- 11/21: gnu: Add python-pyzstd, guix-commits, 2021/04/05
- 13/21: gnu: Add python-py7zr., guix-commits, 2021/04/05
- 14/21: gnu: python-markdown: Update to 3.3.4., guix-commits, 2021/04/05
- 15/21: gnu: python-feedparser: Update to 6.0.2., guix-commits, 2021/04/05
- 12/21: gnu: Add python-bcj-cffi., guix-commits, 2021/04/05