File: pyproject.toml

package info (click to toggle)
pyqt5webengine 5.15.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 380 kB
  • sloc: python: 1,260; makefile: 15; sh: 13
file content (34 lines) | stat: -rw-r--r-- 950 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Specify the build system requirements.
[build-system]
requires = ["sip >=5.3, <7", "PyQt-builder >=1.9, <2"]
build-backend = "sipbuild.api"

# Specify the PEP 566 metadata for the project.
[tool.sip.metadata]
name = "PyQtWebEngine"
version = "5.15.6"
summary = "Python bindings for the Qt WebEngine framework"
home-page = "https://www.riverbankcomputing.com/software/pyqtwebengine/"
author = "Riverbank Computing Limited"
author-email = "info@riverbankcomputing.com"
license = "GPL v3"
description-file = "README"
requires-dist = "PyQt5 (>=5.15.4)"

# Specify a PyQt-based project.
[tool.sip]
project-factory = "pyqtbuild:PyQtProject"

# Configure the project.
[tool.sip.project]
tag-prefix = "QtWebEngine"

# Define and configure each set of bindings.
[tool.sip.bindings.QtWebEngineCore]
qmake-QT = ["webenginecore"]

[tool.sip.bindings.QtWebEngine]
qmake-QT = ["webengine"]

[tool.sip.bindings.QtWebEngineWidgets]
qmake-QT = ["webenginewidgets"]