mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-13 08:10:08 +01:00
1) Switch to running sip using its new sip-build command line interface, which requires writing out a pyproject.toml to configure it. 2) Generate the sip build file (sbf) ourselves since sip no longer writes them. 3) Remove the embedded sip module code and generate it on the fly during the build process. Fixes #2169.
23 lines
408 B
Plaintext
23 lines
408 B
Plaintext
# Python packages needed for building and testing wxPython Phoenix
|
|
-r install.txt
|
|
appdirs
|
|
setuptools < 45 ; python_version < '3.0'
|
|
setuptools ; python_version >= '3.0'
|
|
sip == 6.6.2
|
|
|
|
wheel
|
|
twine
|
|
requests
|
|
requests[security]
|
|
cython==0.29.24
|
|
pytest
|
|
pytest-xdist
|
|
pytest-forked
|
|
pytest-timeout
|
|
|
|
sphinx==2.2.0 ; python_version >= '3.0'
|
|
sphinx==1.8.5 ; python_version < '3.0'
|
|
doc2dash==2.3.0
|
|
beautifulsoup4
|
|
attrdict3
|