summaryrefslogtreecommitdiff
path: root/x11/py-sip/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-11-22py-sip: move bits to be shared with py-sip-qt5 to Makefile.commonmarkd1-52/+2
2018-10-07py-sip: updated to 4.19.13adam1-6/+4
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,maya1-1/+2
not just linux. from Anthony Mallet in PR pkg/53594.
2018-04-14py-sip: updated to 4.19.8adam1-2/+2
SIP v4.19.8 has been released. This is a minor bug-fix release.
2018-02-01py-sip: updated to 4.19.7adam1-3/+2
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.jperkin1-1/+2
2018-01-25py-sip: Handle SunOS/clang correctly.jperkin1-2/+3
2018-01-17py-sip: update to 4.19.5markd1-2/+2
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:adam1-2/+2
- 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:adam1-10/+10
- Added the asarray() method to sip.voidptr. - Bug fixes.
2014-08-21Update to 4.16.2:wiz1-2/+2
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.
2013-09-05revert to 4.14.7drochner1-2/+2
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.1drochner1-2/+2
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.15drochner1-2/+2
Adds features required by PyQt v5.0.1 and PyQt v4.10.3
2013-07-04Update to 4.14.7:wiz1-2/+2
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.6drochner1-2/+2
This is a minor bug fix release.
2013-04-10update to 4.14.5drochner1-2/+2
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-10update to 4.14drochner1-3/+4
changes: API extensions, needed by py-qt4-4.9.5
2012-07-03update to 4.13.3drochner1-2/+2
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.obache1-4/+1
Back to change generation of Makefile, and add some trick for PEP 3147.
2012-05-22Fixes for Python>=32 PEP 3147.obache1-1/+4
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.2drochner1-2/+2
This is a bug fix release.
2012-01-17update to 4.13.1drochner1-2/+2
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.13drochner1-2/+2
changes: minor feature additions (added some directives and operators)
2011-09-14Fix build on SunOS.hans1-1/+2
2011-09-12update to 4.12.4drochner1-2/+2
This is a minor bug fix release.
2011-06-09update to 4.12.3drochner1-2/+2
This is a minor bug fix release.
2011-05-13update to 4.12.2drochner1-2/+2
chanhes: small number of functional enhancements
2011-02-03update to 4.12.1drochner1-2/+2
changes: small functional enhancements
2011-01-11update to 4.12drochner1-2/+2
In addition to many functional improvements, the release provides a path for ensuring easy migration to SIP v5.
2010-11-15Changes 4.11.2:adam1-8/+6
* /KeepReference/ can now be applied to global functions and static methods. * %TypeCode can now be specified in a %MappedType directive. * Mapped types for templates no longer require the template arguments to be fully defined. * Build system changes required by PyQt v4.8 and Qt v4.7.
2010-09-07update to 4.11.1drochner1-2/+2
This is a minor bug fix release. (fixes problems with the help viewer of devel/eric4)
2010-09-02update to 4.11drochner1-2/+2
changes: added the %UnitPostIncludeCode directive /KeepReference/ will now accept a key to track when the same object is passed to more than one method operator() and __call__() can now accept keyword arguments added support for Python v3.2 pkgsrc note: runtime API changed, client pkgs need to be rebuilt
2010-07-18Update sip to 4.10.5 (4.10.3 no longer available)markd1-2/+2
v4.10.5 16th July 2010 - A bug fix release for Python v3 and Python v2.7. v4.10.4 15th July 2010 - Use capsules when being built for Python v2.7 to work around an apparent bug in the support for PyCObject.
2010-07-13update to 4.10.3drochner1-2/+2
changes: bugfixes
2010-04-204.10.1 disappeared from the distribution site, was replaced by 4.10.2drochner1-2/+2
which fixes a regression in the new-style error handling of C++ ctors
2010-04-13update to 4.10.1drochner1-2/+2
This is primarily a bug-fix release.
2010-02-04update to 4.10drochner1-2/+2
changes: added some methods and options pkgsrc note: this changes the API revision compiled into the runtime library, so updates of py-qt* must be enforced
2009-11-24sip-4.9 changed the API major, so a py-qt built against an older onedrochner1-2/+2
will not be compatible anymore (noticed by Dennis den Brok, see mail to tech-pkg) bump the API requirement being here, update to 4.9.3 which brings another little bugfix
2009-11-23Update to 4.9.2, bugfix release.wiz1-2/+2
2009-11-17Update to 4.9.1:wiz1-2/+2
v4.9.1 23rd October 2009 - A bug fix release. v4.9 26th September 2009 - Added support for __iter__ and __next__. (__next__ is used for Python v2 as well as v3.) - Added the %API directive. - Added the /API/ annotation. - Added sipIsAPIEnabled() to the C API. - Added sip.getapi() and sip.setapi() to the Python API. - Added sip.ispyowned() to the Python API. - Mapped types can now act as a namespace for enums and static methods. - The /Array/ annotation can now be applied to classes and mapped types. - The /NoArgParser/ annotation can now be applied to methods as well as functions. - Added the --arch flag to configure.py to specify which MacOS/X architectures are built. - SIP is now also licensed under the GPL v2 and v3.
2009-09-23Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessarytron1-2/+1
after Python 2.3 has been removed from "pkgsrc". Approved by Thomas Klausner.
2009-09-07Retire Python 2.3 support.joerg1-2/+2