Re: NEW: devel/py-py-backports-shutil-get-terminal-size and py-backports

2016-06-13 Thread Daniel Jakots
On Mon, 13 Jun 2016 18:12:17 +0500, Alexandr Shadchin wrote: > > Is there any reason to hardcode > > # Only Python 2 > > MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2} > > because as there is no FLAVOR it will be automatically py2? > > > > Copy-paste from

Re: NEW: devel/py-py-backports-shutil-get-terminal-size and py-backports

2016-06-13 Thread Alexandr Shadchin
On Tue, Jun 07, 2016 at 11:26:36PM +0200, Daniel Jakots wrote: > On Tue, 31 May 2016 15:11:32 +0500, Alexandr Shadchin > wrote: > > > Hi, > > > > ok to import? > > py-backports-shutil-get-terminal-size need for update ipython. > > > > py-backports: > > Namespace

Re: NEW: devel/py-py-backports-shutil-get-terminal-size and py-backports

2016-06-07 Thread Daniel Jakots
On Tue, 31 May 2016 15:11:32 +0500, Alexandr Shadchin wrote: > Hi, > > ok to import? > py-backports-shutil-get-terminal-size need for update ipython. > > py-backports: > Namespace for backported Python features. > > py-backports-shutil-get-terminal-size: > A

NEW: devel/py-py-backports-shutil-get-terminal-size and py-backports

2016-05-31 Thread Alexandr Shadchin
Hi, ok to import? py-backports-shutil-get-terminal-size need for update ipython. py-backports: Namespace for backported Python features. py-backports-shutil-get-terminal-size: A backport of the get_terminal_size function from Python 3.3’s shutil. Unlike the original version it is written in