me
/
guix
Archived
1
0
Fork 0

gnu: python-sip: Update to 6.8.3.

* gnu/packages/qt.scm (python-sip): Update to 6.8.3.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Add python-tomli. Remove python-toml, python-ply.

Change-Id: I03fcec79a8124a545c9bb5fcfe0d0bb9de88434e
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Zheng Junjie 2024-03-27 21:07:57 +08:00 committed by Maxim Cournoyer
parent 0a2d7d4a84
commit 2083a4e310
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 5 additions and 4 deletions

View File

@ -3797,7 +3797,7 @@ Python.")
(define-public python-sip
(package
(name "python-sip")
(version "6.7.7")
(version "6.8.3")
(source
(origin
(method url-fetch)
@ -3807,13 +3807,14 @@ Python.")
"/sip-" version ".tar.gz")))
(sha256
(base32
"1qm9q9lhfky5zvxxkssf4zdfv5k1zikji4hz80d48vdfm1pw1sfy"))
"0b3n237lbggz3b6bfmdsl1m4qgai7qyyj6fmvrmc695v32q4g1c8"))
(patches (search-patches "python-sip-include-dirs.patch"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(native-inputs
(list python-wrapper))
(propagated-inputs
(list python-toml python-packaging python-ply))
(list python-tomli
python-packaging))
(home-page "https://www.riverbankcomputing.com/software/sip/intro")
(synopsis "Python binding creator for C and C++ libraries")
(description