-
-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI and other files that refer to them. While we're at it, switch to choco pkg winflexbison3 from winflexbison. Update RELEASE file and template as well, to eliminate possible confusion (not that any has been reported). Signed-off-by: Mats Wichmann <[email protected]>
- Loading branch information
Showing
10 changed files
with
117 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[build-system] | ||
build-backend = "setuptools.build_meta" | ||
requires = ["setuptools", "wheel"] | ||
|
||
# for black and mypy, set the lowest Python version supported | ||
[tool.black] | ||
quiet = true | ||
target-version = ['py36'] | ||
skip-string-normalization = true | ||
|
||
[mypy] | ||
python_version = 3.6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Dependencies for development - mainly for running tests | ||
|
||
-r requirements.txt | ||
|
||
# for now keep pinning "known working" lxml, | ||
# it's been a troublesome component in the past. | ||
lxml==4.9.1 | ||
ninja | ||
|
||
# Needed for test/Parallel/failed-build/failed-build.py | ||
# Also for test/ninja/shutdown_scons_daemon.py | ||
psutil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Dependencies for packaging, and distribution, including the docs build | ||
|
||
-r requirements-dev.txt | ||
|
||
# Check if the README.rst will render o.k. on pypi and not block an upload | ||
# Can be used with twinecheck | ||
# See: https://github.com/pypa/readme_renderer | ||
readme-renderer | ||
|
||
# sphinx pinned because it has broken several times on new releases | ||
sphinx>=5.1.1 | ||
sphinx_rtd_theme | ||
rst2pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1 @@ | ||
# Packages needed for development, packaging, and distribution, but not for running SCons | ||
|
||
# This will check if the README.rst will render o.k. on pypi and not block an upload | ||
# Can be used with twinecheck | ||
# See: https://github.com/pypa/readme_renderer | ||
readme-renderer | ||
#sphinx<=5.0.0 | ||
sphinx>=5.1.1 | ||
sphinx_rtd_theme | ||
rst2pdf | ||
# for now keep pinning "known working" lxml, | ||
# it's been a troublesome component in the past. | ||
lxml==4.9.1 | ||
rst2pdf | ||
ninja | ||
|
||
# Needed for test/Parallel/failed-build/failed-build.py | ||
# Also for test/ninja/shutdown_scons_daemon.py | ||
psutil | ||
# No dependencies for running SCons |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters