SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,8 @@
PyQt-builder is the PEP 517 compliant build system for PyQt and projects
that extend PyQt. It extends the sip build system and uses Qt's qmake to
perform the actual compilation and installation of extension modules.
Projects that use PyQt-builder provide an appropriate pyproject.toml
file and an optional project.py script. Any PEP 517 compliant frontend,
for example sip-install or pip can then be used to build and install the
project.