gnu: python-pyqt: Update to 5.11.2.
* gnu/packages/qt.scm (python-pyqt): Update to 5.11.2. [arguments]: Substitute INVOKE for SYSTEM*. (python2-pyqt)[inputs]: Add python2-enum34.
This commit is contained in:
		
							parent
							
								
									e3232b2627
								
							
						
					
					
						commit
						a01a3763fc
					
				
					 1 changed files with 15 additions and 14 deletions
				
			
		| 
						 | 
					@ -1660,7 +1660,7 @@ module provides support functions to the automatically generated code.")
 | 
				
			||||||
(define-public python-pyqt
 | 
					(define-public python-pyqt
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-pyqt")
 | 
					    (name "python-pyqt")
 | 
				
			||||||
    (version "5.10.1")
 | 
					    (version "5.11.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1670,7 +1670,7 @@ module provides support functions to the automatically generated code.")
 | 
				
			||||||
                         version ".tar.gz"))
 | 
					                         version ".tar.gz"))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32
 | 
					         (base32
 | 
				
			||||||
          "1vz9c4v0k8azk2b08swwybrshzw32x8djjpq13mf9v15x1qyjclr"))
 | 
					          "00wn9svgyp0fsrkc4ma15zcxg31pw4gsgaz6nwb3fhy3al8miakw"))
 | 
				
			||||||
       (patches (search-patches "pyqt-configure.patch"))))
 | 
					       (patches (search-patches "pyqt-configure.patch"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
| 
						 | 
					@ -1717,18 +1717,18 @@ module provides support functions to the automatically generated code.")
 | 
				
			||||||
                                        python-major+minor
 | 
					                                        python-major+minor
 | 
				
			||||||
                                        "/site-packages"))
 | 
					                                        "/site-packages"))
 | 
				
			||||||
                    (stubs (string-append lib "/PyQt5")))
 | 
					                    (stubs (string-append lib "/PyQt5")))
 | 
				
			||||||
               (zero? (system* "python" "configure.py"
 | 
					               (invoke "python" "configure.py"
 | 
				
			||||||
                               "--confirm-license"
 | 
					                       "--confirm-license"
 | 
				
			||||||
                               "--bindir" bin
 | 
					                       "--bindir" bin
 | 
				
			||||||
                               "--destdir" lib
 | 
					                       "--destdir" lib
 | 
				
			||||||
                               "--designer-plugindir" designer
 | 
					                       "--designer-plugindir" designer
 | 
				
			||||||
                               "--qml-plugindir" qml
 | 
					                       "--qml-plugindir" qml
 | 
				
			||||||
                               ; Where to install the PEP 484 Type Hints stub
 | 
					                       ; Where to install the PEP 484 Type Hints stub
 | 
				
			||||||
                               ; files. Without this the stubs are tried to be
 | 
					                       ; files. Without this the stubs are tried to be
 | 
				
			||||||
                               ; installed into the python package's
 | 
					                       ; installed into the python package's
 | 
				
			||||||
                               ; site-package directory, which is read-only.
 | 
					                       ; site-package directory, which is read-only.
 | 
				
			||||||
                               "--stubsdir" stubs
 | 
					                       "--stubsdir" stubs
 | 
				
			||||||
                               "--sipdir" sip))))))))
 | 
					                       "--sipdir" sip)))))))
 | 
				
			||||||
    (home-page "https://www.riverbankcomputing.com/software/pyqt/intro")
 | 
					    (home-page "https://www.riverbankcomputing.com/software/pyqt/intro")
 | 
				
			||||||
    (synopsis "Python bindings for Qt")
 | 
					    (synopsis "Python bindings for Qt")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					@ -1745,6 +1745,7 @@ contain over 620 classes.")
 | 
				
			||||||
       ("qtbase" ,qtbase)))
 | 
					       ("qtbase" ,qtbase)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("python" ,python-2)
 | 
					     `(("python" ,python-2)
 | 
				
			||||||
 | 
					       ("python2-enum34" ,python2-enum34)
 | 
				
			||||||
       ,@(alist-delete "python" (package-inputs python-pyqt))))))
 | 
					       ,@(alist-delete "python" (package-inputs python-pyqt))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public python-pyqt-4
 | 
					(define-public python-pyqt-4
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue