回复: git: c0bc437c37fc - main - science/py-s cikit-learn:_Update_to_1.0.1
- In reply to: Wen Heping : "git: c0bc437c37fc - main - science/py-scikit-learn: Update to 1.0.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Dec 2021 06:50:51 UTC
Sorry, this commit added textproc/py-parse-type/files/patch-setup.py by mistake. I will resolv it. wen ________________________________________ 发件人: owner-ports-committers@freebsd.org <owner-ports-committers@freebsd.org> 代表 Wen Heping <wen@FreeBSD.org> 发送时间: 2021年12月24日 14:47 收件人: ports-committers@FreeBSD.org; dev-commits-ports-all@FreeBSD.org; dev-commits-ports-main@FreeBSD.org 主题: git: c0bc437c37fc - main - science/py-scikit-learn: Update to 1.0.1 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.