Date: Tue, 28 Mar 2023 16:09:55 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d3f4265aca57 - main - devel/ipython: Correct version requirement for prompt_toolkit Message-ID: <202303281609.32SG9tSN091570@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3f4265aca5715d01f9622b13383691ef923483f commit d3f4265aca5715d01f9622b13383691ef923483f Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2023-03-28 16:08:31 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-28 16:09:53 +0000 devel/ipython: Correct version requirement for prompt_toolkit ... to be in line with the version available in ports. --- devel/ipython/files/patch-ipython.egg-info_requires.txt | 11 +++++++++++ devel/ipython/files/patch-setup.cfg | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/devel/ipython/files/patch-ipython.egg-info_requires.txt b/devel/ipython/files/patch-ipython.egg-info_requires.txt new file mode 100644 index 000000000000..6dfc3a3fce0e --- /dev/null +++ b/devel/ipython/files/patch-ipython.egg-info_requires.txt @@ -0,0 +1,11 @@ +--- ipython.egg-info/requires.txt.orig 2023-02-28 12:13:41 UTC ++++ ipython.egg-info/requires.txt +@@ -3,7 +3,7 @@ pickleshare + jedi>=0.16 + matplotlib-inline + pickleshare +-prompt_toolkit!=3.0.37,<3.1.0,>=3.0.30 ++prompt_toolkit<3.1.0,>=3.0.30 + pygments>=2.4.0 + stack_data + traitlets>=5 diff --git a/devel/ipython/files/patch-setup.cfg b/devel/ipython/files/patch-setup.cfg new file mode 100644 index 000000000000..52d9a43859c2 --- /dev/null +++ b/devel/ipython/files/patch-setup.cfg @@ -0,0 +1,11 @@ +--- setup.cfg.orig 2023-02-28 12:13:41 UTC ++++ setup.cfg +@@ -37,7 +37,7 @@ install_requires = + matplotlib-inline + pexpect>4.3; sys_platform != "win32" + pickleshare +- prompt_toolkit>=3.0.30,<3.1.0,!=3.0.37 ++ prompt_toolkit>=3.0.30,<3.1.0 + pygments>=2.4.0 + stack_data + traitlets>=5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303281609.32SG9tSN091570>