ports/devel/py-shpyx/files/patch-pyproject.toml
Po-Chuan Hsieh b1caefe448
devel/py-shpyx: Add py-shpyx 0.0.29
shpyx is a simple, lightweight and typed library for running shell commands in
Python.

Use shpyx.run to run a shell command in a subprocess.
2024-09-05 14:11:19 +08:00

11 lines
278 B
TOML

--- pyproject.toml.orig 2024-08-12 10:34:34 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
-requires = ["poetry==1.8.3"]
-build-backend = "poetry.masonry.api"
+requires = ["poetry-core>=1.9.0"]
+build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "shpyx"