mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add python-pyqt5-sip.
* gnu/packages/qt.scm (python-pyqt5-sip): New variable.
This commit is contained in:
parent
9360706294
commit
8effa05378
1 changed files with 19 additions and 0 deletions
|
@ -1982,6 +1982,25 @@ (define-public python-pyqt
|
|||
contain over 620 classes.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public python-pyqt5-sip
|
||||
(package
|
||||
(name "python-pyqt5-sip")
|
||||
(version "12.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PyQt5_sip" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gg032ys4pccwkdzmdryadc9a4lq85nr05pag9swrsdykbdl9s9h"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;; No test code.
|
||||
(home-page "https://www.riverbankcomputing.com/software/sip/")
|
||||
(synopsis "Sip module support for PyQt5")
|
||||
(description "Sip module support for PyQt5")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public python-pyqtwebengine
|
||||
(package
|
||||
(name "python-pyqtwebengine")
|
||||
|
|
Loading…
Reference in a new issue