You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
19 lines
459 B
Diff
19 lines
459 B
Diff
--- pyproject.toml.orig 2020-02-01 18:00:00
|
|
+++ pyproject.toml 2026-06-22 07:28:14
|
|
@@ -74,7 +74,7 @@
|
|
|
|
[[tool.hatch.build.hooks.build-scripts.scripts]]
|
|
work_dir = "."
|
|
-commands = ['python scripts/write_version.py']
|
|
+commands = ['python%PYVERSION% scripts/write_version.py']
|
|
# _version.py is already mentioned in top-level build artifact
|
|
artifacts = []
|
|
|
|
@@ -82,5 +82,5 @@
|
|
path = "."
|
|
build_cmd = "build"
|
|
npm = [
|
|
- "jlpm",
|
|
+ "jlpm-%PYVERSION%",
|
|
]
|