diff options
Diffstat (limited to 'devel/py-behave/files')
-rw-r--r-- | devel/py-behave/files/patch-pyproject.toml | 12 | ||||
-rw-r--r-- | devel/py-behave/files/patch-setup.py | 11 |
2 files changed, 12 insertions, 11 deletions
diff --git a/devel/py-behave/files/patch-pyproject.toml b/devel/py-behave/files/patch-pyproject.toml new file mode 100644 index 000000000000..a6516dee334f --- /dev/null +++ b/devel/py-behave/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2025-08-11 18:54:15 UTC ++++ pyproject.toml +@@ -66,8 +66,7 @@ keywords = [ + "BDD", "behavior-driven-development", "bdd-framework", + "behave", "gherkin", "cucumber-like" + ] +-license = "BSD-2-Clause" +-license-files = ["LICENSE"] ++license = { text = "BSD-2-Clause" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", diff --git a/devel/py-behave/files/patch-setup.py b/devel/py-behave/files/patch-setup.py deleted file mode 100644 index 04722791c1e1..000000000000 --- a/devel/py-behave/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2018-02-25 16:27:09 UTC -+++ setup.py -@@ -100,8 +100,6 @@ setup( - "pylint", - ], - }, -- # MAYBE-DISABLE: use_2to3 -- use_2to3= bool(python_version >= 3.0), - license="BSD", - classifiers=[ - "Development Status :: 4 - Beta", |