summaryrefslogtreecommitdiff
path: root/x11/py-sip
AgeCommit message (Collapse)AuthorFilesLines
2021-11-07py-sip: correcly handle Python versions 3.10+adam3-7/+7
2021-11-05py-sip: Add upgrade cautiongdt1-1/+4
qgis is having issues where binary packages built with sip 6 are failing to function.
2021-10-26x11: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
2021-10-19py-sip: updated to 4.19.25adam2-8/+8
4.19.15: Added support for Py_ssize_t (required by PyQt v5.15.3).
2021-10-07x11: Remove SHA1 hashes for distfilesnia1-2/+1
2020-09-15py-sip: updated to 4.19.24adam2-8/+7
v4.19.24 - Added support for Python v3.9. - %InstanceCode is now used to provide the default result of virtual handlers that return a class or mapped type by value. - 'android_abi' can now be used in a configuration file when building the sip module using qmake. This is required when using Qt v5.14 or later on Android.
2020-07-10x11/py-sip-qt4: added, similar to py-sip-qt5.rhialto1-1/+2
Also add it as a dependency to py-qt4 (again, like py-qt5). It is needed by some packages using py-qt4; I noticed it for devel/qbzr.
2020-06-11py-sip: updated to 4.9.23adam2-7/+7
SIP v4.19.23 has been released. This is a minor bug-fix release.
2020-04-12py-sip py-sip-qt5: updated to 4.19.22adam2-7/+7
v4.19.22 - Bug fixes. v4.19.21 - Bug fixes. v4.19.20 - Bug fixes.
2019-09-16py-sip: updated to 4.19.19adam2-7/+7
SIP v4.19.19 has been released. This is a minor functional release * Added sipIsOwnedByPython(), sipRegisterExitNotifier() and sipVisitWrappers() to the C API. * Deprecated the -B option to sip.
2019-08-22py-sip: updated to 4.19.18adam2-8/+8
v4.19.18: - Bug fixes. v4.19.17: - Bug fixes. v4.19.16: - Added support for the Haiku platform. - Bug fixes. v4.19.15: - Bug fixes. v4.19.14: - The reference count displayed by sip.dump() now has the same caveat as sys.getrefcount(). - Added SIP_NULLPTR to the public API. - Added support for size_t. - Added sipLong_AsSizeT() to the C API. - Added the '=' format characters to sipBuildResult() and sipParseResult(). - Bug fixes.
2019-05-23all: replace SUBST_SED with the simpler SUBST_VARSrillig1-2/+2
pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
2018-11-22py-sip: move bits to be shared with py-sip-qt5 to Makefile.commonmarkd2-52/+63
2018-10-07py-sip: updated to 4.19.13adam5-53/+29
SIP v4.19.13 has been released. This is a minor bug-fix release. SIP v4.19.12 has been released. This is both a bug-fix release and a minor functional release. SIP v4.19.11 has been released. This is a minor functional release. SIP v4.19.8 has been released. This is a minor bug-fix release.
2018-09-18py-sip: we call the libraries Qt5Things in pkgsrc for everyone,maya3-4/+14
not just linux. from Anthony Mallet in PR pkg/53594.
2018-04-14py-sip: updated to 4.19.8adam2-7/+7
SIP v4.19.8 has been released. This is a minor bug-fix release.
2018-02-01py-sip: updated to 4.19.7adam5-95/+11
v4.19.7 - The %Docstring directive can now include automatically generated signature descriptions using the "signature" option. - typedefs can now have %Docstring directives. - Bug fixes.
2018-01-26py-sip: Fix linker flags with SunOS/clang. Bump PKGREVISION.jperkin3-5/+21
2018-01-25py-sip: Handle SunOS/clang correctly.jperkin1-2/+3
2018-01-18py-sip: update distinfo to match this mornings updatemarkd1-6/+7
2018-01-17py-sip: update to 4.19.5markd4-6/+89
2017-07-15Pass LDFLAGS to build. Fixes RELRO.wiz1-3/+2
2016-08-28Remove unnecessary PLIST_SUBST and FILES_SUBST that are now providedwiz1-2/+1
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
2016-02-26Use OPSYSVARS.jperkin1-6/+3
2015-10-26Changes 4.17:adam2-6/+7
- Added support for PEP 465 (__matmul__ and __imatmul__). - Added support for PEP 492 (__aenter__, __aexit__, __await__, __aiter__ and __anext__). - Added support for MSVC 2015 to the build system. - Bug fixes.
2014-12-30Changes 4.16.5:adam2-14/+14
- Added the asarray() method to sip.voidptr. - Bug fixes.
2014-08-21Update to 4.16.2:wiz4-49/+36
v4.16.2 3rd July 2014 - Deprecated the %ConsolidatedModule directive as it won't be supported in SIP v5. - Bug fixes. v4.16.1 9th June 2014 - Bug fixes. v4.16 26th May 2014 - Added the /NoSetter/ variable annotation. - Added the -B option to sip. - Changed the handling of timelines (introducing a potential incompatibility) so that later versions of wrapped libraries can be wrapped so long as they are compatible with known versions. - Added support for the 'no_receiver_check' argument to connect() in PyQt v4.11. - Added the --configuration option to configure.py. - Added the --sysroot option to configure.py. - Added the --target-py-version option to configure.py. - Added the --no-tools option to configure.py. - Added the --use-qmake option to configure.py. - Bug fixes. v4.15.5 14th March 2014 - The use_arch argument of sipconfig.create_wrapper() can now specify a space separated set of architectures. - Bug fixes. v4.15.4 8th January 2014 - Added SIP_SSIZE_T_FORMAT to the C API. - Bug fixes (specifically for PyQt5). v4.15.3 16th October 2013 - Bug fixes (specifically for PyQtChart). v4.15.2 14th September 2013 - sipConvertToArray() will now optionally take ownership of the array memory. - Added support for char, unsigned char, short, int, float and double as array types. - Bug fixes. v4.15.1 23rd August 2013 - Fixes a regression in the handling of hidden virtual methods. v4.15 21st August 2013 - Added the call_super_init argument to the %Module directive to specify that classes should support cooperative multi-inheritance. - Added the %FinalisationCode directive. - Added the /Mixin/ class annotation. - Added the /NoScope/ enum annotation. - Added sipConvertFromNewPyType() to the C API. - Added sipConvertToArray() and sipConvertToTypedArray() to the C API. - Added sipRegisterProxyResolver() to the C API. - Bug fixes.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-3/+1
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2014-01-10Fix build on Darwin with pkgsrc python.jperkin2-1/+29
2013-09-05revert to 4.14.7drochner3-13/+13
4.15 causes compatibility problems with pyqt3 and pyKDE (which were complained about in the pyqt mailing list but not fixed yet)
2013-08-24update to 4.15.1drochner2-6/+6
This fixes a regression in v4.15 related to the handling of hidden virtual methods. (hopefully fixes the build problem with py-qt3 reported by Greg Oster)
2013-08-23update to 4.15drochner3-13/+13
Adds features required by PyQt v5.0.1 and PyQt v4.10.3
2013-07-04Update to 4.14.7:wiz3-8/+8
v4.14.7 16th June 2013 - The internal API version is increased to 10.0 requiring the regeneration of all modules. - Added the /Sequence/ function annotation. - %ConvertFromTypeCode can now be specified for classes. - Added sipEnableAutoconversion() to the C API. - Added sipSetDestroyOnExit() to the C API. - Bug fixes. Bump coming (for first point).
2013-05-03update to 4.14.6drochner2-6/+6
This is a minor bug fix release.
2013-04-10update to 4.14.5drochner2-6/+6
This is a minor bug fix release, specifically for QGIS.
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-10bump API requirementdrochner1-2/+2
2012-10-10update to 4.14drochner2-7/+8
changes: API extensions, needed by py-qt4-4.9.5
2012-07-03update to 4.13.3drochner2-6/+6
This is mainly a bug fix release.
2012-05-29Work around gcc/sparc64/-O2 bug by using buildlink to remove "-O2".jdc1-1/+7
2012-05-23Files as a argment of compileall.py is only acceptable for python 2.7 and 3.2.obache3-10/+37
Back to change generation of Makefile, and add some trick for PEP 3147.
2012-05-22Fixes for Python>=32 PEP 3147.obache3-13/+7
Let to compile PYC files in post-install phase, instead of installing .pyc files generaed as a side effect.
2012-02-17update to 4.13.2drochner2-6/+6
This is a bug fix release.
2012-01-17update to 4.13.1drochner2-6/+6
This is a minor feature release. It is required by PyQt v4.9.
2011-12-03Tag the 28 locations that result in a Python 3.1 package as supporting so.joerg1-1/+3
Remove it from the default list for the rest.
2011-11-07update to 4.13drochner2-6/+6
changes: minor feature additions (added some directives and operators)
2011-09-14Fix build on SunOS.hans1-1/+2
2011-09-12update to 4.12.4drochner2-6/+6
This is a minor bug fix release.
2011-06-09update to 4.12.3drochner2-6/+6
This is a minor bug fix release.
2011-05-13update to 4.12.2drochner2-6/+6
chanhes: small number of functional enhancements