Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0 24 Feb 2022 14:27:26 |
Jason E. Hale (jhale) |
www/py-weboob: Rename to www/py-woob
Project was renamed from weboob to woob.
Update to 3.0.
www/py-weboob-qt: Rename to www/py-woob-qt
Project was renamed from weboob-qt to woob-qt.
Update to latest commit. Upstream did not create a tag in git after
the project was renamed, so a new release was never made. But we
need these changes so it is compatible with base woob. This is
technically version 3.0. |
2.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0 18 Jan 2021 20:56:48 |
jhale |
www/py-weboob: Update to 2.0
The Qt applications have been split out into a separate project upstream, so
the QT5 option has been removed and a new port has been created:
www/py-weboob-qt.
The MMS option has been removed due to the dependency on the expired port
multimedia/mimms. |
1.5_1 05 Jan 2021 22:08:22 |
rene |
Follow up on devel/py-futures port removal in r559976
The devel/py-futures port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_FUTURES,
leaving a dangling reference.
Remove it from Mk/Uses/python.mk and from affected ports, as
it was already an empty definition for Python 3.6+
Bump minimal Python version of security/theonionbox to 3.6+ |
1.5_1 21 Nov 2020 09:45:11 |
sunpoet |
Update USES=python for py-prettytable 2.0.0 update |
1.5_1 24 Mar 2020 19:54:57 |
antoine |
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai |
1.5_1 21 Jan 2020 00:26:39 |
dbaio |
textproc/py-html2text: Update to 2020.1.16
This new version only supports Python >= 3.5.
Changelog: https://raw.githubusercontent.com/Alir3z4/html2text/2020.1.16/ChangeLog.rst
Update www/py-weboob to use Python >= 3.5 (avoid break bulk -a).
Reported by: Andrea Venturoli <ml@netfence.it> |
1.5 23 Jun 2019 19:22:09 |
sunpoet |
Use PY_FUTURES
With hat: python |
1.5 29 Mar 2019 06:49:28 |
jhale |
www/py-weboob: Update to 1.5
- LICENSE changed to LGPL3+
- QT5 option is now on by default since the only consumer of this is
finance/kmymoney and it makes configuration much easier |
1.3_1 22 Nov 2018 20:18:37 |
tcberner |
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 |
1.3 08 Mar 2018 01:00:05 |
jhale |
New port www/py-weboob
Weboob is a collection of applications able to interact with websites,
without requiring the user to open them in a browser. It also
provides well-defined APIs to talk to websites lacking one.
WWW: http://weboob.org |