Skip to content

Commit f6d3a88

Browse files
committed
Python: update setuptools build dependency.
1 parent 0075f96 commit f6d3a88

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

pypi-ecp5/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools~=67.0", "setuptools_scm~=6.2"]
2+
requires = ["setuptools~=78.0", "setuptools_scm~=6.2"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -32,7 +32,7 @@ yowasp-nextpnr-ecp5 = "yowasp_nextpnr_ecp5:_run_nextpnr_ecp5_argv"
3232
"Bug Tracker" = "https://github.com/YoWASP/nextpnr/issues"
3333

3434
[tool.setuptools.package-data]
35-
yowasp_nextpnr_ecp5 = [
35+
yowasp_nextpnr_ecp5 = [
3636
"*.wasm",
3737
"share/trellis/database/devices.json",
3838
"share/trellis/database/ECP5/tiledata/**/*",

pypi-himbaechel-gowin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools~=67.0", "setuptools_scm~=6.2"]
2+
requires = ["setuptools~=78.0", "setuptools_scm~=6.2"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

pypi-ice40/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools~=67.0", "setuptools_scm~=6.2"]
2+
requires = ["setuptools~=78.0", "setuptools_scm~=6.2"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -33,6 +33,6 @@ yowasp-nextpnr-ice40 = "yowasp_nextpnr_ice40:_run_nextpnr_ice40_argv"
3333

3434
[tool.setuptools.package-data]
3535
yowasp_nextpnr_ice40 = [
36-
"*.wasm",
36+
"*.wasm",
3737
"share/ice40/chipdb-*.bin"
3838
]

pypi-machxo2/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools~=67.0", "setuptools_scm~=6.2"]
2+
requires = ["setuptools~=78.0", "setuptools_scm~=6.2"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -21,7 +21,7 @@ dependencies = [
2121
[project.scripts]
2222
# If two packages install scripts under the same name, the first package that is removed also
2323
# removes the script launcher. This is undesirable, and to resolve the conflict with
24-
# yowasp-nextpnr-ecp5, the scripts in yowasp-nextpnr-machxo2 are renamed.
24+
# yowasp-nextpnr-ecp5, the scripts in yowasp-nextpnr-machxo2 are renamed.
2525
yowasp-xo2pll = "yowasp_nextpnr_machxo2:_run_ecppll_argv"
2626
yowasp-xo2bram = "yowasp_nextpnr_machxo2:_run_ecpbram_argv"
2727
yowasp-xo2multi = "yowasp_nextpnr_machxo2:_run_ecpmulti_argv"
@@ -35,7 +35,7 @@ yowasp-nextpnr-machxo2 = "yowasp_nextpnr_machxo2:_run_nextpnr_machxo2_argv"
3535
"Bug Tracker" = "https://github.com/YoWASP/nextpnr/issues"
3636

3737
[tool.setuptools.package-data]
38-
yowasp_nextpnr_machxo2 = [
38+
yowasp_nextpnr_machxo2 = [
3939
"*.wasm",
4040
"share/trellis/database/devices.json",
4141
"share/trellis/database/MachXO2/tiledata/**/*",

pypi-nexus/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools~=67.0", "setuptools_scm~=6.2"]
2+
requires = ["setuptools~=78.0", "setuptools_scm~=6.2"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)