- While I'm here, remove incorrect/unnecessary patch-pyproject.toml for python and pscript in tool.poetry.dependencies section - Bump PORTREVISION for package change Approved by: portmgr (blanket) With hat: python
11 lines
305 B
TOML
11 lines
305 B
TOML
--- pyproject.toml.orig 2023-08-03 09:26:18 UTC
|
|
+++ pyproject.toml
|
|
@@ -30,5 +30,5 @@ enum-compat = { version = "^0.0.2", python = "~2.7" }
|
|
|
|
|
|
[build-system]
|
|
-requires = ["poetry>=0.12"]
|
|
-build-backend = "poetry.masonry.api"
|
|
+requires = ["poetry-core>=1.0.0"]
|
|
+build-backend = "poetry.core.masonry.api"
|