Version: 6.6.2, Package name: py-sip-6.6.2 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description SIP is a tool for automatically generating Python bindings for C and C++ libraries. This module contains Qt5 bindings that were previously in py-qt5. |
Filesize: 1116.733 KB |
Version History (View Complete History) |
|
2021-11-01 18:01:05 by Stuart Henderson | Files touched by this commit (120) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-10-31 11:08:27 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to py3-sip-6.4.0 |
2021-02-16 16:33:52 by Stuart Henderson | Files touched by this commit (1) |
Log message: py-sip: add missing RDEP on py-packaging, found by bcallah@ |
2021-02-14 07:24:21 by Stuart Henderson | Files touched by this commit (17) |
Log message: whack py-sip and friends into shape. the previous ports update ended up with two different versions of py-sip; the old one configured to only produce the module for py-qt5 (in devel/py-sip) and the actual sip in x11/py-sip-qt5, with broken update chain and which didn't entirely make sense. in particular: py-sip is now actually (a newer version of) sip again, with py2 support dropped (current versions don't have it). other ports using this are changed to the newer build system using "sip-build" where possible. for the future we will need to move to sip 6.x which drops the older build system using the "sip5" or "sip" script; other ports (veusz, and i think qgis) don't work with that yet. |
2021-01-18 23:26:50 by Rafael Sadowski | Files touched by this commit (19) |
Log message: Update (riverbankcomputing) py-qt5 and friends to the latest Qt5.15 versions This update is in sync with the Qt 5.15 update |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-03-13 10:54:03 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Update py-sip to 4.19.19, required for the py-qt5/riverbankcomputing zoo OK sthen@, landry@ |
2020-02-19 08:27:01 by Bjorn Ketelaars | Files touched by this commit (3) |
Log message: Update to py-sip-4.19.18 From Makefile: XXX py-sip updates FREQUENTLY break other ports XXX BE ESPECIALLY CAREFUL WHEN TESTING UPDATES! As such, consumers have been build tested and most of them have been run tested. landry preformed some additional build tests. Thank you! OK rsadowski@, landry@ |
2020-02-07 15:10:23 by Bjorn Ketelaars | Files touched by this commit (3) |
Log message: Revert update of py-sip, which caused breakage in x11/py-qt5 Issue found by sthen@ OK sthen@ |
2020-02-07 13:53:14 by Stuart Henderson | Files touched by this commit (1) |
Log message: more capslock in the warning comment, maybe it will make it easier to see |
2020-02-06 09:20:10 by Bjorn Ketelaars | Files touched by this commit (3) |
Log message: Update to py-sip-4.19.21 This update fixes devel/git-cola segfaulting on exit. landry@ was so kind to check if this update doesn't break qgis. While here switch HOMEPAGE to https. OK landry@ |
2020-01-27 03:31:00 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Regenerate PLIST (@so tags) |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-07-03 03:42:15 by Landry Breuil | Files touched by this commit (3) |
Log message: Update to py-sip 4.19.17. Adds support for c++11 'enum class foo' constructs per https://www.riverbankcomputing.com/static/Docs/sip/incompatibilities.html#sip-v4-19-4 - required by upcoming qgis 3.8. Went in a bulk build without fallout. Also tested by Caspar Schutijser with tortoisehg. |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-17 02:34:39 by Vadim Zhukov | Files touched by this commit (247) |
Log message: Update from Qt 5.6.2 (LTS) to Qt 5.9.1 (LTS). Tested with both GCC and CLang (less through). This forces updating x11/py-qt5, which forces update of devel/py-sip, which forces update of x11/py-qt4, but, thankfully, no breakage detected. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2017-03-02 08:10:15 by Marc Espie | Files touched by this commit (2) |
Log message: unhardcode the gcc/g++ names |
2017-01-03 12:19:49 by Landry Breuil | Files touched by this commit (107) |
Log message: bump ports depending on python3 in devel |
2016-08-30 09:59:24 by Landry Breuil | Files touched by this commit (3) |
Log message: Update to py-sip 4.18.1 As usual, things tend to break at runtime with sip, at least qgis and tortoisehg have been tested. Yell if your favourite app breaks. ok jasper@ |
2016-08-12 02:37:37 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: add python3 flavor ok shadchin@ |
2016-03-20 10:12:27 by Christian Weisgerber | Files touched by this commit (104) |
Log message: drop SHARED_ONLY from python and ruby ports |
2015-08-20 04:02:25 by Stuart Henderson | Files touched by this commit (2) |
Log message: add XXX warnings because the API changes frequently in these ports, breaking things - and like the recently fixed problem with calibre these are often only seen at runtime. |
2015-06-26 07:03:36 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to py-sip-4.16.8. |
2011-06-08 11:39:26 by Jasper Lievisse Adriaanse | Files touched by this commit (90) |
Log message: bump after default python version switch |
2011-05-17 02:29:45 by David Coppa | Files touched by this commit (2) |
Log message: Update to sip-4.12.2. Tested in a bulk build by landry@ OK landry@, sthen@ |
2011-01-12 06:49:32 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - update py-sip to 4.12 |
2010-11-01 04:39:40 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - mirror distfile, so it's reachable again |
2010-10-28 08:56:24 by Marc Espie | Files touched by this commit (6) |
Log message: minor updates, synchs with qt 4.7 |
2010-09-07 02:57:34 by Stuart Henderson | Files touched by this commit (2) |
Log message: bug fix update to sip 4.11.1; ok landry@ jasper@ |
2010-09-01 04:49:49 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - update py-sip to 4.11 ok sthen@ |
2010-08-30 16:24:16 by Jasper Lievisse Adriaanse | Files touched by this commit (78) |
Log message: bumpski for python |
2010-08-30 04:17:14 by Stuart Henderson | Files touched by this commit (3) |
Log message: upstream for these is extra-annoying and removes old versions; mirror the current distfiles and add a note asking people updating the port to do the same. ok jasper@ |
2010-08-30 01:16:39 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - update py-sip to 4.10.5 - remove maintainer after several timeouts ok ajacoutot@ |
2010-04-19 08:14:34 by Marc Espie | Files touched by this commit (5) |
Log message: damn riverbank ! can't they keep distfiles for a few weeks ? update again, hoping those don't vanish tomorrow... |
2010-04-19 03:37:49 by Marc Espie | Files touched by this commit (2) |
Log message: update required to deal with qt4 (maintainer did not reply to requests ?) |
2010-04-12 14:06:50 by David Coppa | Files touched by this commit (2) |
Log message: bytecode-compile the .py files; otherwise it gets done later, usually at an inconvenient time (like when you build another port), and leaves dangling .pyc after you pkg_delete. Reported by naddy@ after a bulk build and removal of all installed ports. OK ajacoutot@, wcmaier@ |
2009-09-09 08:11:27 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - add a note about not forgetting to update py-qt{3,4} when touching this port...as py-qt3 broke again.. |
2009-09-05 10:17:35 by Stuart Henderson | Files touched by this commit (3) |
Log message: Update to 4.8.2; ok landry@, maintainer time out (not waiting very long but this is needed to update py-qt4 which is currently broken). |
2009-06-03 12:20:51 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: - update py-sip to 4.7.9 - fix homepage maintainer timed-out |
2009-03-11 15:49:39 by Bernd Ahlers | Files touched by this commit (1) |
Log message: bump due to python dep changes |
2008-01-15 14:16:24 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: - use -fPIC everywhere (avoid arch-specific tweak whenever possible) requested by steven@ |
2008-01-15 01:07:27 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: - fix build on amd64 (I should really get one of those) spotted by and ok simon@ |