mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
contextlib-chdir provides the backport of contextlib.chdir stdlib class added in Python 3.11.
10 lines
281 B
TOML
10 lines
281 B
TOML
--- pyproject.toml.orig 2022-06-08 17:54:37 UTC
|
|
+++ pyproject.toml
|
|
@@ -9,3 +9,7 @@ packages = [{ include = "contextlib_chdir.*" }, { incl
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.6"
|
|
+
|
|
+[build-system]
|
|
+requires = ["poetry-core>=1.0.0"]
|
|
+build-backend = "poetry.core.masonry.api"
|