SIP real library wrapping

ZephOne zephone at protonmail.com
Wed Jan 13 14:21:28 GMT 2021


Hello,

migrating from SIP v4 build system to SIP v5 build system I'm trying to build wheel for a simple PyQt extension written in C++, a custom event filters.

The pyproject.toml is like this :

[build-system]requires = ["sip >=5, <7", "PyQt-builder", "PyQt5"]
buid-backend = "sipbuild.api"

[tool.sip.metadata]
name = "customeventfilters"
version = "0.7.0"
description = "Custom PyQt5 event filters"
author = "ZephOne"
author-email = "zephone at protonmail.com"
license='BSD'
requires-dist = "PyQt5"

[tool.sip.project]
sdist-excludes = [
  ".git/*",
  ".git/*/*",
  ".git/*/*/*",
  ".git/*/*/*/*",
  ".git/*/*/*/*/*",
  ".git/*/*/*/*/*/*",
  ".git/*/*/*/*/*/*/*"
]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20210113/77ccd0e7/attachment-0003.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: publickey - zephone at protonmail.com - 0x755CCE18.asc
Type: application/pgp-keys
Size: 670 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20210113/77ccd0e7/attachment-0003.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20210113/77ccd0e7/attachment-0003.sig>


More information about the PyQt mailing list