git: a47f985ef32e - main - devel/py-behave: Fix build with setuptools 58.0.0+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:43:41 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a47f985ef32e0b05bbe09624f15d20e3eda5e7d9
commit a47f985ef32e0b05bbe09624f15d20e3eda5e7d9
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 12:59:29 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:36:52 +0000
devel/py-behave: Fix build with setuptools 58.0.0+
---
devel/py-behave/files/patch-setup.py | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/devel/py-behave/files/patch-setup.py b/devel/py-behave/files/patch-setup.py
new file mode 100644
index 000000000000..04722791c1e1
--- /dev/null
+++ b/devel/py-behave/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- 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",