diff options
Diffstat (limited to 'devel/py-hypothesis-crosshair/files')
-rw-r--r-- | devel/py-hypothesis-crosshair/files/patch-pyproject.toml | 10 | ||||
-rw-r--r-- | devel/py-hypothesis-crosshair/files/patch-setup.py | 11 |
2 files changed, 10 insertions, 11 deletions
diff --git a/devel/py-hypothesis-crosshair/files/patch-pyproject.toml b/devel/py-hypothesis-crosshair/files/patch-pyproject.toml new file mode 100644 index 000000000000..2f672217d623 --- /dev/null +++ b/devel/py-hypothesis-crosshair/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2025-08-13 20:44:59 UTC ++++ pyproject.toml +@@ -13,7 +13,6 @@ dependencies = [ + license = { file = "LICENSE" } + requires-python = ">=3.9" + dependencies = [ +- "hypothesis>=6.137.0", + "crosshair-tool>=0.0.74" + ] + classifiers = [ diff --git a/devel/py-hypothesis-crosshair/files/patch-setup.py b/devel/py-hypothesis-crosshair/files/patch-setup.py deleted file mode 100644 index c00ba239d1b9..000000000000 --- a/devel/py-hypothesis-crosshair/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2024-10-18 11:40:32 UTC -+++ setup.py -@@ -11,7 +11,7 @@ setuptools.setup( - description="Level-up your Hypothesis tests with CrossHair.", - long_description=open("README.md", encoding="utf-8").read(), - long_description_content_type="text/markdown", -- install_requires=["hypothesis>=6.113.0", "crosshair-tool>=0.0.74"], -+ install_requires=["crosshair-tool>=0.0.74"], - python_requires=">=3.8", - entry_points={ - "hypothesis": ["_ = hypothesis_crosshair_provider:_hypothesis_setup_hook"] |