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: devel/py-sip/distinfo
SVNWeb

Number of commits found: 61

Thu, 9 Mar 2023
[ 11:15 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:6d3a647cc0ba425475074038caed83f68bd739b2  commit hash:6d3a647cc0ba425475074038caed83f68bd739b2  commit hash:6d3a647cc0ba425475074038caed83f68bd739b2  6d3a647  (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
PyQt: Update to latest versions

- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7

PR:		269751
Exp-run by:	antoine
Wed, 2 Nov 2022
[ 06:41 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:9f4f33134a3169bcdf10b13a8e208877d62bf2f9  commit hash:9f4f33134a3169bcdf10b13a8e208877d62bf2f9  commit hash:9f4f33134a3169bcdf10b13a8e208877d62bf2f9  9f4f331  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
*/*: Update PyQt, Sip, QSCintlla2

PR:		267203
Exp-run by:	antoine
Mon, 7 Mar 2022
[ 17:39 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  2d8f8573  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
devel/py-qt5, devel/py-sip: Update versions

- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)

PR:		261685
Exp-run by:	antoine
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)
Tue, 15 Dec 2020
[ 17:56 lbartoletti search for other commits by this committer ] Original commit   Revision:558168 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to
12.8.1

PR:		251764
Exp-run by: antoine
Tue, 8 Dec 2020
[ 20:03 lbartoletti search for other commits by this committer ] Original commit   Revision:557300 (Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
Update Qt/PySide2 to 5.15.2 / PyQt to 5.15.1 / SIP to 5.4.0
This commit combines several updates.

- Update Qt to 5.12.2
- Update PyQt to 5.15.1
- Since PySide 5.15.1 is broken with Qt 5.15.2, so PySide and Shiboken are also
updated to 5.15.2.
- Update sip to 5.4.0

SIP is a collection of tools  to create Python bindings for C and C++ libraries
and used by PyQt and wxPython. There are some changes with sip5 [1]:
- python 3.5+ is required
- sip drops support of old deprecated methods as sipdistutils & cie.
- this version breaks also PyQt5 extension ABI. SIP files will be installed in
${PYTHON_SITELIBDIR}/PyQt${_PYQT_VERSION}/bindings
- some ports will use the new pyqtbuilder package with the pyproject.toml setup.
Instead if the project have a setup.py, you should use sip-build to build it.
- if a port needs sip, it should also needs pysip. BTW, py-qt5-core requires
pysip, so that should be enough for PyQt packages.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 5 Oct 2020
[ 15:50 lbartoletti search for other commits by this committer ] Original commit   Revision:551499 (Only the first 10 of 122 ports in this commit are shown above. View all ports for this commit)
Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5

- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates
of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location,
devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts

[1] RiverBankComputing doesn't offer links to download latest version of some
ports

PR:		247369
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D25749
Exp-run by:	antoine
Sat, 11 Apr 2020
[ 05:04 lbartoletti search for other commits by this committer ] Original commit   Revision:531396 (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
Update py-sip to 4.19.21 and qscintilla2 to 2.11.4

  - Update py-sip to 4.19.21
  - Update qscintilla2 to 2.11.4
  - Replace MASTER_SITE_RIVERBANK with https versions
  - Replace QSCI2_DISTNAME to match with the new one

PR:		245308
Approved by:	tcberner (mentor)
Exp-run by:	antoine
Fri, 25 Oct 2019
[ 23:35 tcberner search for other commits by this committer ] Original commit   Revision:515669
Upgrade PyQt to 5.13.1 (and sip 4.19.19)

PR:		241323
Exp-run by:	antoine
Fri, 18 Oct 2019
[ 06:57 tcberner search for other commits by this committer ] Original commit   Revision:514705
PyQt: Update to 5.13.0

Updates
- PyQt to 5.13.0
- sip to 4.19.18
- qscintilla to 2.11.2

PR:		239023
Exp-run by:	antoine
Wed, 15 May 2019
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:501744
Update pyqt to 5.12.2 (with it sip to 4.19.17)

Exp-run by:	antoine
PR:		237889
Fri, 5 Apr 2019
[ 23:05 tcberner search for other commits by this committer ] Original commit   Revision:498035 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Update PyQt5 to 5.12.1

- Upgrade sip to 4.19.15
- Upgrade qscintilla2 to 2.11.1
- Upgrade PyQt to 5.12.1

- From this version on www/py-qt5-webengine is unbundled and ships its own
distfile

PR:		236894
Exp-run by:	antoine
Sun, 16 Dec 2018
[ 15:25 tcberner search for other commits by this committer ] Original commit   Revision:487597 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Update PyQt5 to 5.11.3

- sip         upgrade to 4.19.13
- qscintilla2 upgrade to 2.10.8
- PyQt5       upgrade to 5.11.3

This has been worked on by arrowd and myself.

PR:		233954
Exp-run by:	antoine
Mon, 12 Mar 2018
[ 18:06 tcberner search for other commits by this committer ] Original commit   Revision:464266 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Update py-sip to 4.19.8 and qscintilla2 to 2.10.3

PR:		226487
Exp-run by:	antoine
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 Nov 2016
[ 20:19 tcberner search for other commits by this committer ] Original commit   Revision:426062
Udpate PyQt5 to 5.6.2

Update PyQt from 5.5.1 to 5.6.2 to match the Qt updates that have
already landed in the ports tree.

PR:		214355
Submitted by:	Adriaan de Groot <groot@kde.org>
Reviewed by:	rakuco, tcberner
Approved by:	rakuco (mentor)
Exp-Run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8408
Sun, 13 Dec 2015
[ 12:45 rakuco search for other commits by this committer ] Original commit   Revision:403662 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.

Bring in some long overdue updates, some of which are required for us to
later land the PyQt5 ports.

One big change with this update is that the PyQt4 ports now install their
.sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do
not end up with directories like share/py-sip/QtCore, which are especially
confusing once PyQt5 lands and starts installing files with the same names.

Other noteworthy items:
- PORTREVISION has been bumped on ports depending on devel/qscintilla2
  because libqscintilla2.so's SOVERSION has changed.
- graphics/seexpr has been converted to USE_PYQT, as the file it used to
  define a build-time dependency on x11-toolkits/py-qt4-gui has moved.

Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi
(madpilot@) for their initial work on these ports as part of the effort to
land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of
the PyQt5 patch set).

PR:		205143
Wed, 4 Mar 2015
[ 23:20 rakuco search for other commits by this committer ] Original commit   Revision:380454 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
Update PyQt and its dependencies.

* PyQt4 has been updated to 4.11.3.
* QScintilla has been updated to 2.8.4.
* SIP has been updated to 4.16.5.

This update is much smaller than the previous one, as there has been no
further need for clean ups in the ports infrastructure.

Pretty much the entire patch set has been originally contributed by Tobias
Berner, who sent it to the KDE on FreeBSD mailing list. Thanks a lot!

PR:		198016
Submitted by:	Tobias Berner <tcberner@gmail.com>
Wed, 23 Jul 2014
[ 19:53 rakuco search for other commits by this committer ] Original commit   Revision:362721 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2.

... And bump PORTREVISION on ports that depend on devel/qscintilla2 due to
the shlib version change.

This is brought to you by the KDE on FreeBSD team. Besides updating to newer
upstream releases, this commit also contains a lot of under-the-hood changes
to the PyQt/QScintilla/SIP ports. Their Makefiles had accumulated a lot of
cruft over time, so it was time for some summer cleaning:

- General, belated changes:
  * Use OPTIONS helpers wherever possible, stop including
    <bsd.port.options.mk> when not necessary, stop checking for
    ${PORT_OPTIONS:MDOCS} and ${PORT_OPTIONS:MEXAMPLES} when not necessary,
    add options such as DOCS and/or DEBUG where they were only checked for.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 15 Oct 2013
[ 21:52 rakuco search for other commits by this committer ] Original commit   Revision:330463 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Update SIP to 4.15.2 and PyQt to 4.10.3.

This commit also adds proper staging support to all the ports being updated.

In collaboration with Schaich Alonso <alonsoschaich@fastmail.fm> and
Tomasz Kowalczyk <kowalczfbsd@gmail.com>.
Fri, 21 Jun 2013
[ 19:13 rakuco search for other commits by this committer ] Original commit   Revision:321498 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Update the PyQt ports.

- SIP has been upgraded to 4.14.7.
- PyQt4 has been upgraded to 4.10.2.
- QScintilla2 has been upgraded to 2.7.2.
Sun, 3 Feb 2013
[ 18:16 makc search for other commits by this committer ] Original commit   Revision:311475 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
KDE/FreeBSD team presents:
 SIP 4.14.3
 QScintilla 2.7
 PyQt 4.9.6

The area51 repository features commits by jhale and myself.

Changes:
- Trim Makefile header
- Convert to new option framework
Fri, 25 May 2012
[ 01:49 makc search for other commits by this committer ] Original commit  (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
KDE/FreeBSD team presents update for PyQt ports:
 - sip to 4.13.2
 - PyQt4 to 4.9.1
 - QScintilla to 2.6.1
Tue, 24 Jan 2012
[ 23:45 avilla search for other commits by this committer ] Original commit 
- Revert lines that shouldn't have made it to my latest commit.
[ 23:40 avilla search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
- Pet Tinderbox and friends.

OPTIONSFILE must be set using ?= to allow overriding.

PR:             163743
PR:             163744
PR:             163745
PR:             163746
Submitted by:   A.J. Kehoe IV (Nanoman) <vOo4vyPj@nanoman.ca>
Sun, 16 Oct 2011
[ 22:50 avilla search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
- Update PyQt4 to 4.8.5.
- Update SIP to 4.12.4.
- Use common DISTINFO_FILEs.
Fri, 25 Mar 2011
[ 10:06 avilla search for other commits by this committer ] Original commit  (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
- Update SIP to 4.12.1.
- Update PyQt4 to 4.8.3.
- Update QScintilla2 to 2.4.6.
Thu, 2 Dec 2010
[ 19:47 makc search for other commits by this committer ] Original commit  (Only the first 10 of 146 ports in this commit are shown above. View all ports for this commit)
KDE FreeBSD team is glad to present Qt 4.7.1 in ports.

Along with Qt4 the following ports are updated:

PyQt4 ports to 4.8.1
devel/py-sip to 4.11.2
devel/qscintilla2 to 2.4.5
PyKDE3 to 3.16.7
PyQt3 tp 3.18.2-snapshot-20091119

New ports added:
devel/qt4-declarative
devel/py-qt4-declarative
x11/qt4-graphicssystems-opengl

This release has been contributed by:
Thomas Abthorpe (tabthorpe)
Max Brazhnikov (makc)
Dima Panov (fluffy)
Alberto Villa (avilla)

We'd like to thank Martin Wilke (miwi) for exp-run.
Tue, 11 May 2010
[ 10:43 fluffy search for other commits by this committer ] Original commit  (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
- The FreeBSD KDE team is pleased to announce SIP-4.10.2, PyQt-4.7.3
        and QScintilla-2.4.3 for FreeBSD.

With hat on:    kde@
Sat, 30 Jan 2010
[ 14:27 fluffy search for other commits by this committer ] Original commit  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com

We'd like to say thanks to all helpers, testers and submitters.
Fri, 27 Nov 2009
[ 00:10 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
- Update py-qt4* to 4.6.2
- Update py-sip to 4.9.3

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:      pointyhat-exp-run (myself)
Tue, 4 Aug 2009
[ 19:18 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
- Update py-qt4 to py-qt4.5.4
- Update qscintilla-2* to 2.4
- Update py-sip to 4.8.2
- Update py-kde to 1.16.3
- Update py-qt to 1.18.1

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters

New Port:
devel/py-qt4-scripttools
Sat, 14 Feb 2009
[ 22:58 makc search for other commits by this committer ] Original commit  (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
Update PyQt4 ports to 4.4.4, new ports:
devel/py-qt4-help
multimedia/py-qt4-phonon
textproc/py-qt4-xmlpatterns
www/py-qt4-webkit

Update QScintilla2 to 2.3.2, PyQt3 to 3.17.6, PyKDE3 to 3.16.2.

Pass maintainership to kde@FreeBSD.org. Thanks Danny Ricin for his great work.

PR:             based on ports/130219
Submitted by:   Dima Panov" <fluffy at fluffy.khv.ru>
Thu, 20 Mar 2008
[ 10:51 miwi search for other commits by this committer ] Original commit 
- Update to 4.7.4
- Introduce files/bsd.pyqt.mk and use it

Submitted by:   Danny Pansters <danny@ricin.com> (maintainer via private mail)
Tue, 2 Oct 2007
[ 09:51 miwi search for other commits by this committer ] Original commit 
- Update to 4.7.1

Submitted by:   Danny Pansters <danny@ricin.com> (maintainer)
Thu, 13 Sep 2007
[ 17:46 miwi search for other commits by this committer ] Original commit 
- Update to 4.7

Submitted by:   Danny Pansters <danny@ricin.com> (Maintainer via privat mail)
Tue, 17 Apr 2007
[ 20:12 miwi search for other commits by this committer ] Original commit 
- Update to 4.6

Submitted by:   Danny Pansters <danny@ricin.com> (maintainer via privat mail)
Tue, 27 Mar 2007
[ 09:28 miwi search for other commits by this committer ] Original commit 
- Update to 20070310

PR:             109636
Submitted by:   Danny Pansters <danny@ricin.com> (maintainer)
Sun, 10 Dec 2006
[ 00:10 miwi search for other commits by this committer ] Original commit 
- Update to 4.5.2
- Add back MASTER_SITES
Sat, 9 Dec 2006
[ 13:36 gabor search for other commits by this committer ] Original commit 
- Update to 4.5
- portlint(1)

PR:             ports/106339
Submitted by:   gabor
Approved by:    erwin (mentor)
Sat, 9 Sep 2006
[ 11:27 itetcu search for other commits by this committer ] Original commit 
Update to 4.4.5

PR:             ports/103040
Submitted by:   Max Brazhnikov
Fri, 28 Apr 2006
[ 04:04 mnag search for other commits by this committer ] Original commit 
- Update to 4.4.3

PR:             96417
Submitted by:   maintainer
Mon, 24 Apr 2006
[ 18:30 mnag search for other commits by this committer ] Original commit 
- Update to 4.4.2

PR:             96202
Submitted by:   maintainer
Tue, 29 Nov 2005
[ 11:01 mnag search for other commits by this committer ] Original commit 
Update to 4.3.2

PR:             89610
Submitted by:   Danny Pansters <danny@ricin.com> (maintainer)
Mon, 14 Nov 2005
[ 00:09 mnag search for other commits by this committer ] Original commit 
Add SHA256

PR:             88960
Submitted by:   maintainer
Mon, 19 Sep 2005
[ 19:12 vsevolod search for other commits by this committer ] Original commit 
Update to maintenance release 4.3.1

PR:             86332
Submitted by:   Danny Pansters (maintainer)
Mon, 5 Sep 2005
[ 16:56 vsevolod search for other commits by this committer ] Original commit 
Update to 4.3.
Introduce port options.

PR:             85505
Submitted by:   maintainer
Approved by:    perky (mentor)
Wed, 13 Jul 2005
[ 10:52 mich search for other commits by this committer ] Original commit 
o Update to latest snapshot, in par with py-qt
o Fix plist

PR:             ports/83355
Submitted by:   maintainer
Sun, 10 Jul 2005
[ 17:01 lofi search for other commits by this committer ] Original commit 
Update to new version (snapshot)

PR:             ports/83203
Submitted by:   maintainer
Mon, 11 Apr 2005
[ 18:09 lofi search for other commits by this committer ] Original commit 
Forced commit to note that the last commit also updated py-sip to version
4.2.1
[ 18:06 lofi search for other commits by this committer ] Original commit 
Add a backup master site.

PR:     ports/79320
Submitted by: maintainer
Sun, 20 Mar 2005
[ 17:46 lofi search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Update py-sip, py-qt, py-kde to versions 4.2, 3.14, 4.0.0 respectively.

PR:     ports/78319 ports/78320 ports/78935
Submitted by:   maintainer
Sun, 7 Nov 2004
[ 11:13 lofi search for other commits by this committer ] Original commit 
Update to 4.1.1.

Assign maintainership to submitter.

PR: 72153
Submitted by: Danny Pansters <danny@ricin.com>
Thu, 8 Jul 2004
[ 20:04 krion search for other commits by this committer ] Original commit 
Update to 4.0.1

PR:             ports/68830
Submitted by:   maintainer
Sat, 3 Jul 2004
[ 07:21 krion search for other commits by this committer ] Original commit 
Update to 4.0

PR:             ports/68621
Submitted by:   maintainer
Tue, 25 May 2004
[ 18:45 krion search for other commits by this committer ] Original commit 
- Update to version 4.0.r4

PR:             ports/67187
Submitted by:   maintainer
Sat, 20 Mar 2004
[ 07:20 krion search for other commits by this committer ] Original commit 
- Update to version 4.0.r3

PR:             ports/64488
Submitted by:   maintainer
Thu, 18 Mar 2004
[ 18:01 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 438 ports in this commit are shown above. View all ports for this commit)
Add size data, approved by maintainers.
Wed, 21 Jan 2004
[ 22:08 pav search for other commits by this committer ] Original commit 
- Update to 4.0.r2

PR:             ports/61688
Submitted by:   Eugene Ossintsev <eugos@gmx.net> (maintainer)
Fri, 26 Dec 2003
[ 22:31 krion search for other commits by this committer ] Original commit 
- Update to version 4.0.r1
- It doesn't depend on devel/sip anymore
- devel/sip is no longer needed and will be removed
  after x11-toolkits/py-qt update

PR:             60594
Submitted by:   Eugene Ossintsev <eugos@gmx.net> (maintainer)

Number of commits found: 61