mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- 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
10 lines
305 B
TOML
10 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"
|