ports/devel/py-hatch-semver/files/patch-pyproject.toml
Po-Chuan Hsieh d9f53821fc
devel/py-hatch-semver: Allow build with py-semver 3.0.0+
- Bump PORTREVISION for package change
2023-05-03 00:20:06 +08:00

19 lines
355 B
TOML

--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
+++ pyproject.toml
@@ -1,7 +1,6 @@
[build-system]
requires = [
"hatchling>=1.8.0",
- "hatch-semver",
]
build-backend = "hatchling.build"
@@ -41,7 +40,7 @@ classifiers = [
dependencies = [
"hatchling",
- "semver ~= 2.13.0",
+ "semver >= 2.13.0",
]
dynamic = [