summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pyqt/5.x.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-122/+126
* python312Packages.pyqt5: normalize pnameFelix Buehler2024-03-101-2/+3
* python311Packages.pyqt5-sip: rename from pyqt5_sipFelix Buehler2024-01-101-4/+4
* pyqt5: fix crossAdam Joseph2023-11-051-3/+52
* python3Packages.pyqt5-stubs: init at 5.15.6.0Sophie Tauchert2023-07-261-0/+4
* python3Packages.pyqt5: add QtDesignerNicolas Benes2023-06-091-0/+4
* python3Packages.pyqt5: add QtSerialPortNicolas Benes2023-06-091-0/+4
* PyQt5: enable parallel building•••Port the workaround for parallel building from PyQt6 to PyQt5. The initial workaround has been added in commit 1824a128a150d743f1c6614ae849ad64894057a1. Nicolas Benes2023-03-301-0/+11
* PyQt5: fix check for QtConnectivity•••The module QtConnectivity does not exist. However, QtBluetooth and QtNfc do. Nicolas Benes2023-03-301-1/+1
* python310Packages.pyqt5: 5.15.7 -> 5.15.9Robert Schütz2023-02-221-2/+2
* python3Packages.pyqt5: add setuptoolsVladimír Čunát2022-09-171-0/+2
* python3Packages.pyqt5: fix build for aarch64-darwinZaripov Kamil2022-08-201-1/+10
* python3Packages.pyqt5: 5.15.4 -> 5.15.7K9002022-07-211-2/+10
* python310Packages.pyqt: fix build by confirming the licenseSandro Jäckel2022-07-211-6/+8
* pyqt5_sip: init at 12.9.1•••Expose this python module in python-packages.nix Doron Behar2022-02-151-15/+2
* dupeguru: 4.0.4 -> 4.1.1•••Fix pyqt5_sip issue, and enable tests. Doron Behar2022-02-151-1/+1
* qgis, pyqt: introduce qgis-ltr and update qgis•••Add qtlocation to pyqt, and ensure that it is included with both qgis derivations. Matthew Pickering2022-01-251-0/+4
* pkgs.development.python-modules: remove unused argsMarkus S. Wamser2021-11-121-1/+0
* python3Packages.pyqt5: use python callPackage instead of qt5 callPackageEduardo Sánchez Muñoz2021-06-271-18/+19
* pythonPackages.pyqt5: remove Python 2 support•••Not used and simplifies the expression. Eduardo Sánchez Muñoz2021-06-271-56/+9
* pythonPackages.pyqt5: fix license and homepageEduardo Sánchez Muñoz2021-06-271-2/+2
* pythonPackages.pyqt5: 5.15.2 -> 5.15.4Eduardo Sánchez Muñoz2021-06-271-4/+4
* python3Packages.pyqt5: build using `pyproject`•••Required to use sip 6 Eduardo Sánchez Muñoz2021-06-271-3/+7
* 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-101-1/+1
* 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
* | 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-191-2/+2
|/
* 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-101-1/+1
* 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
* python3Packages.pyqt5: fix building dbus support moduleJan Tojnar2019-03-031-6/+8
* 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-181-3/+3
* 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