diff options
Diffstat (limited to 'www/py-openbrokerapi/files/patch-pyproject.toml')
-rw-r--r-- | www/py-openbrokerapi/files/patch-pyproject.toml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/www/py-openbrokerapi/files/patch-pyproject.toml b/www/py-openbrokerapi/files/patch-pyproject.toml deleted file mode 100644 index 25c635850faf..000000000000 --- a/www/py-openbrokerapi/files/patch-pyproject.toml +++ /dev/null @@ -1,26 +0,0 @@ ---- pyproject.toml.orig 2024-08-27 10:04:15 UTC -+++ pyproject.toml -@@ -1,9 +1,10 @@ --[tool.poetry] -+[project] - name = "openbrokerapi" - version = "4.7.1" - description = "A python package for the V2 CF Service Broker API and Open Broker API (version 2.13+)" --authors = ["Maic Siemering <maic@siemering.tech>"] -+authors = [{name = "Maic Siemering", email = "<maic@siemering.tech>"}] - license = "MIT" -+requires-python = ">= 3.8" - readme = "README.rst" - homepage = "https://openbrokerapi.readthedocs.io/" - documentation = "https://openbrokerapi.readthedocs.io/" -@@ -100,10 +101,6 @@ build-backend = "poetry.core.masonry.api" - [build-system] - requires = ["poetry-core>=1.0.0"] - build-backend = "poetry.core.masonry.api" -- --[project] --requires-python = ">= 3.8" -- - - [tool.ruff] - |