git: c0bc437c37fc - main - science/py-scikit-learn: Update to 1.0.1
Date: Fri, 24 Dec 2021 06:47:01 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0bc437c37fc87b0ae56842e6b31eddebeac61e8 commit c0bc437c37fc87b0ae56842e6b31eddebeac61e8 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2021-12-24 06:46:02 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2021-12-24 06:46:02 +0000 science/py-scikit-learn: Update to 1.0.1 PR: 260647 Reported by: yuri@ --- textproc/py-parse-type/files/patch-setup.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/textproc/py-parse-type/files/patch-setup.py b/textproc/py-parse-type/files/patch-setup.py new file mode 100644 index 000000000000..4160d487513b --- /dev/null +++ b/textproc/py-parse-type/files/patch-setup.py @@ -0,0 +1,13 @@ +--- setup.py.orig 2021-12-22 07:52:01 UTC ++++ setup.py +@@ -44,8 +44,8 @@ extra = dict( + ], + ) + +-if python_version >= 3.0: +- extra["use_2to3"] = True ++#if python_version >= 3.0: ++# extra["use_2to3"] = True + + # -- NICE-TO-HAVE: + # # FILE: setup.cfg -- Use pytest-runner (ptr) as test runner.