NOTICE: This package has been removed from pkgsrc

./x11/py-sip, Tool to create Python bindings for C++ libraries

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 4.19.25, Package name: py310-sip-4.19.25, Maintainer: pkgsrc-users

SIP is a tool that makes it very easy to create Python bindings for
C++ libraries. It was originally developed to create PyQt, the Python
bindings for the Qt toolkit, but can be used to create bindings for any
C++ library.

This package is the final release of SIP v4, which is no longer
supported upstream. See also x11/py-sip5, for SIP v5, which has an
incompatible API.


Required to run:
[lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 1031.625 KB

Version history: (Expand)


CVS history: (Expand)


   2022-11-28 20:10:52 by Greg Troxel | Files touched by this commit (1)
Log message:
x11/py-sip: Adjust DESCR
   2022-11-28 20:07:52 by Greg Troxel | Files touched by this commit (1)
Log message:
x11/py-sip: Rototill caution comment

Record results of trying to use sip5; progress but we aren't there
yet.
   2022-11-25 14:31:35 by Thomas Klausner | Files touched by this commit (8)
Log message:
*: mark py-sip and its users as not supporting Python 3.11

Consider switching to py-sip5 (or (unpackaged) py-sip6)
   2022-11-15 10:18:20 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
py-sip: update comment, fix pkglint
   2021-11-07 12:38:26 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
py-sip: correcly handle Python versions 3.10+
   2021-11-05 01:51:47 by Greg Troxel | Files touched by this commit (1)
Log message:
py-sip: Add upgrade caution

qgis is having issues where binary packages built with sip 6 are
failing to function.
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

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-19 20:59:01 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-sip: updated to 4.19.25

4.19.15:
Added support for Py_ssize_t (required by PyQt v5.15.3).