summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pyqt (follow)
Commit message (Expand)AuthorAgeFilesLines
* pythonPackages.pyqt4: 4.12 -> 4.12.3Eduardo Sánchez Muñoz2021-05-161-2/+2
* pythonPackages.sip_5: rename to sipEduardo Sánchez Muñoz2021-05-101-1/+1
* pythonPackages.sip: rename to sip_4•••sip 4 is the old and unmaintained version Eduardo Sánchez Muñoz2021-05-102-3/+3
* Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivation•••Qt: Do not require mkDerivationThomas Tuegel2021-01-261-0/+2
|\
| * qtbase: Check for wrapQtAppsHook in setupHookThomas Tuegel2021-01-251-0/+2
* | Merge pull request #108041 from eduardosm/sip5Sandro2021-01-241-31/+42
|\ \ | |/ |/|
| * pyqt5: use sip_5 for Python 3Eduardo Sánchez Muñoz2021-01-151-31/+42
* | pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak2021-01-241-7/+7
* | treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi. Jonathan Ringer2021-01-192-4/+4
|/
* pyqt: 5.15.1 -> 5.15.2•••This keeps the PyQt5 version in sync with the Qt release. While it is apparently not strictly required it is probably not the worst idea to do this. Andreas Rammhold2020-12-111-2/+2
* python3.pkgs.pyqt5: 5.14.2 -> 5.15.1Doron Behar2020-10-081-2/+2
* pythonPackages.pyqt5: 5.13.0 -> 5.14.2Milan Pässler2020-05-111-6/+6
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-102-2/+2
* pythonPackages.pyqt5: add passthru for features enabledDoron Behar2020-03-271-0/+3
* qarte: use pyqt5_with_qtmultimedia•••Otherwise, qarte fails at run-time with: > from PyQt5.QtMultimedia import QMediaPlayer > ModuleNotFoundError: No module named 'PyQt5.QtMultimedia' Vincent Laporte2019-08-271-0/+3
* python.pkgs.pyqt5: 5.11.3 -> 5.13.0•••This upgrades pyqt5 and fixes the build. Note that the QtWebEngine module is split into `pyqtwebengine` by upstream and us. If your application gives an error that a Qt module is missing, then that is most likely because it was not included when building pyqt5. The solution is to simply add it here to the `(native)BuildInputs`. Don't forget to add an import check. We should include all the modules (except qtwebkit) that are needed. Robert Schütz2019-08-031-12/+79
* treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy volth2019-06-161-1/+1
* Merge pull request #56745 from jtojnar/ffado-qt5•••ffado: port to qt5Jan Tojnar2019-03-062-6/+78
|\
| * python3Packages.pyqt5: fix building dbus support moduleJan Tojnar2019-03-032-6/+78
* | python2Packages.pyqt4: partial clean upJan Tojnar2019-03-031-16/+17
* | python2Packages.pyqt4: Fix buildJan Tojnar2019-03-031-2/+2
|/
* python.pkgs.pyqt5: fix buildFrederik Rietdijk2019-02-171-1/+1
* pyqt5: refactorDmitry Kalinkin2018-12-271-13/+11
* pyqt5: make qtwebkit optional, disable by default•••qtwebkit appears to be unsupported in Qt 5.11. We are using some old port https://github.com/NixOS/nixpkgs/blob/475d653afdbd8fe3e00ccfd22a30014b0df7aeaa/pkgs/development/libraries/qt-5/5.11/default.nix#L39-L48 and it is broken on darwin. Dmitry Kalinkin2018-12-271-5/+8
* pyqt5: remove old fixes•••Since about 5 hydra evaluations ago the build log has: substituteStream(): WARNING: pattern 'install_dir=pydbusmoddir' doesn't match anything in file 'configure.py' substituteStream(): WARNING: pattern 'ModuleMetadata(qmake_QT=['webkitwidgets'])' doesn't match anything in file 'configure.py' Looking at the original configure.py I don't see any mention of pydbusmoddir and ModuleMetadata seems to be set like the patch suggests: 'QtWebKitWidgets': ModuleMetadata( qmake_QT=['webkitwidgets', 'printsupport']), It appears that we don't need the fix anymore. Reverts: d3ed0ab32b ('PyQt: fix build') Dmitry Kalinkin2018-12-271-4/+0
* pythonPackages.pyqt5: import sip as PyQt5.sip•••pyqt5 5.11 has switched from sip to PyQt5.sip. Orivej Desh2018-12-271-4/+6
* pythonPackages.pyqt5: link sip modulenyanloutre2018-12-211-0/+1
* python.pkgs.pyqt5: 5.10.1 -> 5.11.3Robert Schütz2018-12-031-25/+4
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
* treewide: remove aliases in nixpkgs•••This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup Matthew Bauer2018-07-182-5/+5
* pyqt5: Fixes build with Qt 5.11Bastian Köcher2018-06-121-2/+12
* python.pkgs.pyqt5: apply patch for cura segfaultsJohannes Frankenau2018-06-101-1/+12
* Merge pull request #37639 from Twey/plover-4.0.0.dev6•••Plover 4.0.0.dev6Matthew Justin Bauer2018-05-021-2/+2
|\
| * PyQt5: 5.10.0 -> 5.10.1James Kay2018-03-221-2/+2
* | pyqt5: propagate Qt dependencies•••This is so that Qt user environment packages are also propagated. Fixes Electrum environment installations when no other Qt applications are installed. Added `dev` output so that closure size won't explode. Nikolay Amiantov2018-03-211-5/+8
|/
* python.pkgs.pyqt5: minor improvementsFrederik Rietdijk2018-02-041-4/+3
* python.pkgs.pyqt5: 5.9.2 -> 5.10Frederik Rietdijk2018-02-031-2/+2
* python.pkgs.pyqt5: 5.9 -> 5.9.2•••Supports up to version Qt 5.9.3 Michael Hoang2017-12-241-2/+2
* pythonPackages: Add version and pname attributes to packagesadisbladis2017-11-232-2/+10
* pythonPackages.pyqt5: Add optional support for qtconnectivityrittelle2017-11-191-1/+2
* pythonPackages.pyqt5: Add optional qtwebsockets support•••This is e.g. required for gns3-gui 2.1.0. But it seems to break the build for Python 2.7. Michael Weiss2017-11-121-3/+5
* pyqt5: no need to set --qmake in configureThomas Tuegel2017-11-071-1/+0
* Merge pull request #30032 from dtzWill/update/pyqt-sip•••pyqt,sip: 5.8.1 -> 5.9, 4.19.1 -> 4.19.3Frederik Rietdijk2017-10-081-2/+2
|\
| * pyqt: 5.8.1 -> 5.9Will Dietz2017-10-021-2/+2
* | misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`•••Only acts on one-line dependency lists. John Ericson2017-09-211-1/+2
|/
* replace "Mac OS X" and "OS X" with "macOS"•••as it is the official name since 2016 https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop exception are parts refering to older versions of macOS like "GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]" davidak2017-08-071-1/+1
* qt5: rename qmakeHook to qmakeThomas Tuegel2017-06-181-3/+4
* Python: replace mkPythonDerivation with buildPythonPackage and format="other";•••This way all Python packages use the same function, `buildPythonPackage`. Frederik Rietdijk2017-03-212-4/+6
* pyqt4: 4.11.3 -> 4.12Nikolay Amiantov2017-03-091-3/+3
* pythonPackages.pyqt5: 5.8 -> 5.8.1Nikolay Amiantov2017-03-091-2/+2