notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: textproc/py-qt5-xml/pkg-plist
SVNWeb

Number of commits found: 8

Thu, 27 Jan 2022
[ 06:12 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  4f0a5e1  (Only the first 10 of 205 ports in this commit are shown above. View all ports for this commit)
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.

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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 22 Nov 2018
[ 20:18 tcberner search for other commits by this committer ] Original commit   Revision:485614 (Only the first 10 of 154 ports in this commit are shown above. View all ports for this commit)
pyqt: Change install directories for Python flavor support

* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
Wed, 7 Mar 2018
[ 00:46 jhale search for other commits by this committer ] Original commit   Revision:463772
textproc/py-qt5-xml:
- Install python bytecode to avoid build errors in ports depending on it [1]

devel/py-qt[4|5]-core:
- Fix python bytecode destdir location

Reported by:	yuri (via freebsd-ports mailing list) [1]
Reviewed by:	antoine, tcberner
Differential Revision:	https://reviews.freebsd.org/D14586
Wed, 14 Feb 2018
[ 21:30 rakuco search for other commits by this committer ] Original commit   Revision:461841 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
PyQt: Unconditionally install the .pyi files

r460809 started installing .pyi with the %%PYTHON3%% substitution in the
plists. Support for .pyi files was added in Python 3.5, and PyQt's configure.py
only installs the files on Python >= 3.5.

This patch removes the version checks from configure.py (the files are just
unused in earlier Python versions), as it is easier than checking Python 3's
version in each PyQt port's Makefile (or to add the logic to Mk/Uses/pyqt.mk).

PR:		225773
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D14361
Sat, 3 Feb 2018
[ 12:45 amdmi3 search for other commits by this committer ] Original commit   Revision:460809 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
- Update WWWs for all py-qt4* and py-qt5* ports
- Fix plists for py-qt5* for python3 case, adding missing .pyi files

Approved by:	portmgr blanket
Tue, 2 Jan 2018
[ 20:21 rakuco search for other commits by this committer ] Original commit   Revision:457921 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
Update SIP to 4.19.6, PyQt4 to 4.12.1 and PyQt5 to 5.9.2.

Upstream no longer ships the contents of misc/py-qt5-doc, so the port has been
removed.

This is also a requirement for updating the Qt5 ports, as the PyQt5 version
currently in the tree has license conflicts with later Qt versions.

Big thanks to tcberner for doing most of the work here, and antoine for the
exp-run.

PR:		224739
Sun, 30 Apr 2017
[ 10:07 tcberner search for other commits by this committer ] Original commit   Revision:439794 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Update py-sip to 4.19.2, py-qt4 to 4.12 and py-qt5 to 5.7.1

* This is mostly based on the work by Adriaan de Groot <groot@kde.org> in our
development repo.

PR:		217305
PR:		218539
Submitted by:	Adriaan de Groot <groot@kde.org>
Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D9771
Sun, 13 Dec 2015
[ 21:56 rakuco search for other commits by this committer ] Original commit   Revision:403693 (Only the first 10 of 126 ports in this commit are shown above. View all ports for this commit)
At very long last land PyQt5 5.5.1 ports.

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

Number of commits found: 8