mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
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.
11 lines
278 B
TOML
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"
|