GauiStori / PyQt-Qwt

Python PyQt wrapper for Qwt6
Other
53 stars 18 forks source link

Port to SIP 5 #14

Closed mitya57 closed 3 years ago

mitya57 commented 3 years ago

Hi @GauiStori!

This pull request includes two commits from your sip5 branch, and the configuration for SIP 5 new buildsystem (pyproject.toml + project.py).

This way one can use sip-build to build the project, sip-sdist to generate an sdist for uploading to PyPI, etc.

Most of the options that one could pass to configure.py you can now pass to sip-build. On Debian, this command successfully builds the project:

sip-build --qwt-incdir /usr/include/qwt --qwt-lib qwt-qt5

This way it should be also compatible with upcoming SIP 6 release.

mitya57 commented 3 years ago

One question about the version: the latest tag in Git is 1.02.00, but version in configure.py is 6.1.2. What is the correct version?