diff options
Diffstat (limited to 'devel/py-uv-bump/files/patch-pyproject.toml')
-rw-r--r-- | devel/py-uv-bump/files/patch-pyproject.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/py-uv-bump/files/patch-pyproject.toml b/devel/py-uv-bump/files/patch-pyproject.toml new file mode 100644 index 000000000000..a0653baf244e --- /dev/null +++ b/devel/py-uv-bump/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 1970-01-01 00:00:00 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["uv_build>=0.7.20,<0.8.0"] ++requires = ["uv_build>=0.7.20"] + build-backend = "uv_build" + + [project] +@@ -12,8 +12,7 @@ authors = [{ name = "Jeroen van Zundert", email = "mai + "tomli>=2.2.1; python_version<'3.11'", + ] + authors = [{ name = "Jeroen van Zundert", email = "mail@jeroenvanzundert.nl" }] +-license = "MIT" +-license-files = ["LICENSE"] ++license = {text = "MIT"} + keywords = ["uv", "bump", "version", "dependency"] + classifiers = [ + "Development Status :: 3 - Alpha", |