aboutsummaryrefslogtreecommitdiff
path: root/comms/py-qt5-serialport/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.Loïc Bartoletti2022-01-271-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SIP: As mentioned in the update from sip to sip5, this is a transitional version to remove what is deprecated in sip4. Sip6 completely removes the deprecated parts. Unfortunately, some ports — mostly cura things — can not use sip6, so we reintroduce sip4. PyQt: At the same time, we took the opportunity to simplify PyQT and propose only one package as for devel/pyside2. */py-qt5-* have been merged — excepted chart, networkauth and webengine — into devel/py-qt5-pyqt. This allows us to be in adequacy with the packages that the author of these libraries proposes, namely: PyQt - devel/py-qt5-pyqt PyQt-Charts - x11-toolkits/py-qt5-chart PyQt-NetworkAuth – net/py-qt5-networkauth PyQt-WebEngine – www/py-qt5-webengine SIP – devel/py-sip py-sip - devel/py-qt5-sip PyQt-builder - devel/py-qtbuilder Qscintilla - devel/py-qt5-qscintilla2 Reviewed by: diizzy, kde Tested by: kai, rhurlin, arrowd, madpilot Approved by: makc, tcberner, kde Differential Revision: https://reviews.freebsd.org/D33237 Exp-run by: antoine
* */py-qt5-*: Remove Digia's mention in pkg-descrLoïc Bartoletti2021-06-231-1/+1
| | | | | | | There was Trolltech, Nokia, Qt Project, Digia and today The Qt Company. To avoid replacing the name at each structure, we will simply mention that: "PyQt5 is a set of Python bindings for Qt5 application framework"
* - Update WWWs for all py-qt4* and py-qt5* portsDmitry Marakasov2018-02-031-1/+1
| | | | | | | | | - Fix plists for py-qt5* for python3 case, adding missing .pyi files Approved by: portmgr blanket Notes: svn path=/head/; revision=460809
* At very long last land PyQt5 5.5.1 ports.Raphael Kubo da Costa2015-12-131-0/+4
Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports. Thankfully this commit is mostly adding new ports, as the hard work was already done in r403297 and r403662. Huge kudos to Tobias Berner <tcberner@gmail.com> and, most importantly, Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in Phabricator for an earlier version of the PyQt5 patch set). PR: 204672 Notes: svn path=/head/; revision=403693