[Buildroot] [PATCH v4 5/7] package/python-backports-shutil-get-terminal-size: New package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Jun 15 21:13:32 UTC 2017


Hello,

On Mon, 12 Jun 2017 16:42:14 -0700, Andrey Smirnov wrote:
> Add 'python-backports-shutil-get-terminal-size'[1] package to
> buildroot. Needed by IPython when building against Python2.
> 
> [1] https://pypi.python.org/pypi/backports.shutil_get_terminal_size
> 
> Reviewed-by: Yegor Yefremov <yegorslists at googlemail.com>
> Signed-off-by: Andrey Smirnov <andrew.smirnov at gmail.com>
> ---
>  DEVELOPERS                                                 |  1 +
>  package/Config.in                                          |  1 +
>  .../python-backports-shutil-get-terminal-size/Config.in    |  9 +++++++++
>  .../python-backports-shutil-get-terminal-size.hash         |  3 +++
>  .../python-backports-shutil-get-terminal-size.mk           | 14 ++++++++++++++

I think this one is probably the package with one of the longest name
in Buildroot.

> +config BR2_PACKAGE_PYTHON_BACKPORTS_SHUTIL_GET_TERMINAL_SIZE
> +	bool "python-backports-shutil-get-terminal-size"
> +	depends on BR2_PACKAGE_PYTHON
> +	help
> +

Unnecessary empty new line was left here.

> +	  A backport of the get_terminal_size function from Python
> +	  3.3's shutil.
> +
> +	  https://pypi.python.org/pypi/backports.shutil_get_terminal_size

Fixed when applying, of course.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com



More information about the buildroot mailing list