non port: devel/py-sip/distinfo |
Number of commits found: 64 |
Monday, 16 Oct 2023
|
23:57 Jason E. Hale (jhale)
PyQt5: Update to latest versions
- PyQt5: Update to 5.15.10
- PyQt-builder: Update to 1.15.3
- PyQt5-sip: Update to 12.13.0
- sip: Update to 6.7.12
08cac15 |
Tuesday, 26 Sep 2023
|
19:26 Jason E. Hale (jhale)
devel/py-sip: Update to 6.7.11
devel/py-qt5-sip: Update to 12.12.2
e3d30d2 |
Thursday, 27 Jul 2023
|
22:11 Jason E. Hale (jhale)
PyQt: Update to latest versions
- PyQt6: update to 6.5.2
- PyQt6-Charts: update to 6.5.0
- PyQt6-NetworkAuth: update to 6.5.0
- PyQt6-WebEngine: update to 6.5.0
- QScintilla: update to 2.14.1
- PyQt6-sip: update to 13.5.2
- PyQt-builder: update to 1.15.2
- sip: update to 6.7.9
cc47a3f |
Thursday, 9 Mar 2023
|
11:15 Loïc Bartoletti (lbartoletti)
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
6d3a647 |
Wednesday, 2 Nov 2022
|
06:41 Loïc Bartoletti (lbartoletti)
*/*: Update PyQt, Sip, QSCintlla2
PR: 267203
Exp-run by: antoine
9f4f331 |
Monday, 7 Mar 2022
|
17:39 Loïc Bartoletti (lbartoletti)
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
2d8f8573 |
Thursday, 27 Jan 2022
|
06:12 Loïc Bartoletti (lbartoletti)
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
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
4f0a5e1 |
Tuesday, 15 Dec 2020
|
17:56 lbartoletti
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
 |
Tuesday, 8 Dec 2020
|
20:03 lbartoletti
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.
List of ports impacted by this change. Most of the patches have been integrated
or are in the process of being integrated upstream:
- devel/libsavitar
- graphics/py-python-poppler-qt5
- net-im/scudcloud
- net/libarcus
- print/py-frescobaldi
- science/py-veusz
- graphics/qgis and graphics/qgis-ltr
- deskutils/calibre
A special note regarding calibre. New versions require sip>=5, we update it to
the latest version (thanks to madpilot@)
science/scidavis will remove the PyQt binding soon and there is no patch
planned, so we remove the python option (ok makc@)
While here, convert some ports to USE_PYQT (cad/cura, cad/uranium, devel/eric6,
...)
Thanks to tcberner and adridg!
[1] https://www.riverbankcomputing.com/static/Docs/sip/
PR: 250853
Exp-run by: antoine
 |
Monday, 5 Oct 2020
|
15:50 lbartoletti
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
 |
Saturday, 11 Apr 2020
|
05:04 lbartoletti
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
 |
Friday, 25 Oct 2019
|
23:35 tcberner
Upgrade PyQt to 5.13.1 (and sip 4.19.19)
PR: 241323
Exp-run by: antoine
 |
Friday, 18 Oct 2019
|
06:57 tcberner
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
 |
Wednesday, 15 May 2019
|
20:25 tcberner
Update pyqt to 5.12.2 (with it sip to 4.19.17)
Exp-run by: antoine
PR: 237889
 |
Friday, 5 Apr 2019
|
23:05 tcberner
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
 |
Sunday, 16 Dec 2018
|
15:25 tcberner
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
 |
Monday, 12 Mar 2018
|
18:06 tcberner
Update py-sip to 4.19.8 and qscintilla2 to 2.10.3
PR: 226487
Exp-run by: antoine
 |
Tuesday, 2 Jan 2018
|
20:21 rakuco
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
 |
Sunday, 30 Apr 2017
|
10:07 tcberner
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
 |
Sunday, 13 Nov 2016
|
20:19 tcberner
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
 |
Sunday, 13 Dec 2015
|
12:45 rakuco
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
 |
Wednesday, 4 Mar 2015
|
23:20 rakuco
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>
 |
Wednesday, 23 Jul 2014
|
19:53 rakuco
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.
- QScintilla ports:
* Drop the API option from py-qt4-qscintilla2. It had been broken ever
since staging support was added, and its existence does not make much
sense: QScintilla is a hard dependency regardless of the state of this
option anyway, they all come from the same tarball and the configuration
script assumes the .api file will always be installed.
- PyQt ports:
* The configure.py patch shared by all PyQt ports has been trimmed down to
the minimum. Changes for Qt3 compatibility or for things that are just
not needed anymore have been removed.
* Several post-configure targets in the PyQt ports have been removed, as
they had no effect on the way the ports were built whatsoever.
* In some cases, instead of calling Python's py_compile.py on `ls *.py
*/*.py */*/*.py` to generate .pyc and .pyo files, we just call
compileall.py, which is made for this kind of task.
* The patch + sed hack to build py-qt4-dbussupport has been replaced by
only extracting the dbus/ directory for that port and excluding it from
all others.
* Move the bulk of the code in all Makefiles to bsd.pyqt.mk, like the
non-Python Qt ports do with bsd.qt.mk and the QT_DIST variable. A large
portion of all PyQt Makefiles were very similar and contained a lot of
boilerplate code that can be shared among all of them since they all
come from the same tarball. bsd.pyqt.mk now has a PYQT4_DIST variable
that, when set, automatically sets several common variables and the
do-configure target for a port. This allows us to considerably reduce
the size of all the py-qt4-* Makefiles.
* To make the above possible and also to allow us to use as many OPTIONS
helpers as possible, the ARGS variable is now called CONFIGURE_ARGS.
That's what it was used for anyway.
PR: 191990
 |
Tuesday, 15 Oct 2013
|
21:52 rakuco
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>.
 |
Friday, 21 Jun 2013
|
19:13 rakuco
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.
 |
Sunday, 3 Feb 2013
|
18:16 makc
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
 |
Friday, 25 May 2012
|
01:49 makc
KDE/FreeBSD team presents update for PyQt ports:
- sip to 4.13.2
- PyQt4 to 4.9.1
- QScintilla to 2.6.1
 |
Tuesday, 24 Jan 2012
|
23:45 avilla
- Revert lines that shouldn't have made it to my latest commit.
 |
23:40 avilla
- 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>
 |
Sunday, 16 Oct 2011
|
22:50 avilla
- Update PyQt4 to 4.8.5.
- Update SIP to 4.12.4.
- Use common DISTINFO_FILEs.
 |
Friday, 25 Mar 2011
|
10:06 avilla
- Update SIP to 4.12.1.
- Update PyQt4 to 4.8.3.
- Update QScintilla2 to 2.4.6.
 |
Thursday, 2 Dec 2010
|
19:47 makc
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.
 |
Tuesday, 11 May 2010
|
10:43 fluffy
- 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@
 |
Saturday, 30 Jan 2010
|
14:27 fluffy
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.
 |
Friday, 27 Nov 2009
|
00:10 miwi
- 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)
 |
Tuesday, 4 Aug 2009
|
19:18 miwi
- 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
 |
Saturday, 14 Feb 2009
|
22:58 makc
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>
 |
Thursday, 20 Mar 2008
|
10:51 miwi
- Update to 4.7.4
- Introduce files/bsd.pyqt.mk and use it
Submitted by: Danny Pansters <danny@ricin.com> (maintainer via private mail)
 |
Tuesday, 2 Oct 2007
|
09:51 miwi
- Update to 4.7.1
Submitted by: Danny Pansters <danny@ricin.com> (maintainer)
 |
Thursday, 13 Sep 2007
|
17:46 miwi
- Update to 4.7
Submitted by: Danny Pansters <danny@ricin.com> (Maintainer via privat mail)
 |
Tuesday, 17 Apr 2007
|
20:12 miwi
- Update to 4.6
Submitted by: Danny Pansters <danny@ricin.com> (maintainer via privat mail)
 |
Tuesday, 27 Mar 2007
|
09:28 miwi
- Update to 20070310
PR: 109636
Submitted by: Danny Pansters <danny@ricin.com> (maintainer)
 |
Sunday, 10 Dec 2006
|
00:10 miwi
- Update to 4.5.2
- Add back MASTER_SITES
 |
Saturday, 9 Dec 2006
|
13:36 gabor
- Update to 4.5
- portlint(1)
PR: ports/106339
Submitted by: gabor
Approved by: erwin (mentor)
 |
Saturday, 9 Sep 2006
|
11:27 itetcu
Update to 4.4.5
PR: ports/103040
Submitted by: Max Brazhnikov
 |
Friday, 28 Apr 2006
|
04:04 mnag
- Update to 4.4.3
PR: 96417
Submitted by: maintainer
 |
Monday, 24 Apr 2006
|
18:30 mnag
- Update to 4.4.2
PR: 96202
Submitted by: maintainer
 |
Tuesday, 29 Nov 2005
|
11:01 mnag
Update to 4.3.2
PR: 89610
Submitted by: Danny Pansters <danny@ricin.com> (maintainer)
 |
Monday, 14 Nov 2005
|
00:09 mnag
Add SHA256
PR: 88960
Submitted by: maintainer
 |
Monday, 19 Sep 2005
|
19:12 vsevolod
Update to maintenance release 4.3.1
PR: 86332
Submitted by: Danny Pansters (maintainer)
 |
Monday, 5 Sep 2005
|
16:56 vsevolod
Update to 4.3.
Introduce port options.
PR: 85505
Submitted by: maintainer
Approved by: perky (mentor)
 |
Wednesday, 13 Jul 2005
|
10:52 mich
o Update to latest snapshot, in par with py-qt
o Fix plist
PR: ports/83355
Submitted by: maintainer
 |
Sunday, 10 Jul 2005
|
17:01 lofi
Update to new version (snapshot)
PR: ports/83203
Submitted by: maintainer
 |
Monday, 11 Apr 2005
|
18:09 lofi
Forced commit to note that the last commit also updated py-sip to version
4.2.1
 |
18:06 lofi
Add a backup master site.
PR: ports/79320
Submitted by: maintainer
 |
Sunday, 20 Mar 2005
|
17:46 lofi
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
 |
Sunday, 7 Nov 2004
|
11:13 lofi
Update to 4.1.1.
Assign maintainership to submitter.
PR: 72153
Submitted by: Danny Pansters <danny@ricin.com>
 |
Thursday, 8 Jul 2004
|
20:04 krion
Update to 4.0.1
PR: ports/68830
Submitted by: maintainer
 |
Saturday, 3 Jul 2004
|
07:21 krion
Update to 4.0
PR: ports/68621
Submitted by: maintainer
 |
Tuesday, 25 May 2004
|
18:45 krion
- Update to version 4.0.r4
PR: ports/67187
Submitted by: maintainer
 |
Saturday, 20 Mar 2004
|
07:20 krion
- Update to version 4.0.r3
PR: ports/64488
Submitted by: maintainer
 |
Thursday, 18 Mar 2004
|
18:01 trevor
Add size data, approved by maintainers.
 |
Wednesday, 21 Jan 2004
|
22:08 pav
- Update to 4.0.r2
PR: ports/61688
Submitted by: Eugene Ossintsev <eugos@gmx.net> (maintainer)
 |
Friday, 26 Dec 2003
|
22:31 krion
- 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: 64 |