Re: [Sugar-devel] Found this interesting python package to for activity compatibility

2020-08-09 Thread James Cameron
Yes, that is expected.  All of our activities that are ported were
done so without using Six directly.  Only the toolkit was ported using
Six, so that the toolkit would continue to be available for both
versions of Python during the transition.

On Mon, Aug 10, 2020 at 06:09:21AM +0530, Sumit Srivastava wrote:
> But isn't that already possible by porting? Someone can port to py3 and
> maintain only that.
> 
> On Mon, Aug 10, 2020, 5:49 AM James Cameron <[1]qu...@laptop.org> wrote:
> 
> So that they can continue to maintain one source code that will
> run on either Python 2 or Python 3.
> 
> On Mon, Aug 10, 2020 at 05:33:47AM +0530, Sumit Srivastava wrote:
> > If there's only little advantage for porting to six over porting to py3,
> why
> > are people still using six?
> >
> > On Mon, Aug 10, 2020, 5:25 AM James Cameron <[1][2]qu...@laptop.org>
> wrote:
> >
> >     No, we're not using it everywhere.  It is easier to port to Python 3
> >     than to port using Six, and there's little advantage to having an
> >     activity source code compatible with both versions of Python.
> >
> >     For new installs of Sugar, or when using Fedora, Debian, or Ubuntu,
> >     only Python 3 activities are used.  This is because those
> >     distributions have chosen for cost reasons to remove support rather
> >     than take over security maintenance of Python from the Python
> >     Foundation.  (Red Hat Enterprise Linux and the other paid enterprise
> >     Linux distributions have kept Python 2 available.)
> >
> >     For OLPC OS, both Python 2 and Python 3 activities can be used.
> >
> >     On Mon, Aug 10, 2020 at 04:42:36AM +0530, Sumit Srivastava wrote:
> >     > Awesome! Are we using six everywhere?
> >     >
> >     > On Mon, Aug 10, 2020, 4:41 AM James Cameron <[1][2][3]
> qu...@laptop.org>
> >     wrote:
> >     >
> >     >     Yes, well done, it is very useful.  We have used Six on the
> Sugar
> >     >     Toolkit so that Python 2 activities can continue to run.
> >     >
> >     >     On Mon, Aug 10, 2020 at 01:10:06AM +0530, Sumit Srivastava
> wrote:
> >     >     > Hi all,
> >     >     >
> >     >     > I think this might be useful for making activities
> compatible. I
> >     found
> >     >     this
> >     >     > while reading the codebase of a software I was using.
> >     >     >
> >     >     > [1][2][3][4]https://six.readthedocs.io/
> >     >     > [2][3][4][5]https://github.com/benjaminp/six
> >     >     >
> >     >     > Regards,
> >     >     > Sumit
> >     >     > [t]ᐧ
> >     >     >
> >     >     > References:
> >     >     >
> >     >     > [1] [4][5][6]https://six.readthedocs.io/
> >     >     > [2] [5][6][7]https://github.com/benjaminp/six
> >     >
> >     >     > ___
> >     >     > Sugar-devel mailing list
> >     >     > [6][7][8]Sugar-devel@lists.sugarlabs.org
> >     >     > [7][8][9]http://lists.sugarlabs.org/listinfo/sugar-devel
> >     >
> >     >     --
> >     >     James Cameron
> >     >     [8][9][10]http://quozl.netrek.org/
> >     >
> >     > References:
> >     >
> >     > [1] mailto:[10][11]qu...@laptop.org
> >     > [2] [11][12]https://six.readthedocs.io/
> >     > [3] [12][13]https://github.com/benjaminp/six
> >     > [4] [13][14]https://six.readthedocs.io/
> >     > [5] [14][15]https://github.com/benjaminp/six
> >     > [6] mailto:[15][16]Sugar-devel@lists.sugarlabs.org
> >     > [7] [16][17]http://lists.sugarlabs.org/listinfo/sugar-devel
> >     > [8] [17][18]http://quozl.netrek.org/
> >
> >     --
> >     James Cameron
> >     [18][19]http://quozl.netrek.org/
> >
> > References:
> >
> > [1] mailto:[20]qu...@laptop.org
> > [2] mailto:[21]qu...@laptop.org
> > [3] [22]https://six.readthedocs.io/
> > [4] [23]https://github.com/benjaminp/six
> > [5] [24]https://six.readthedocs.io/
> > [6] [25]https://github.com/benjaminp/six
> > [7] mailto:[26]Sugar-devel@lists.sugarlabs.org
> > [8] [27]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [9] [28]http://quozl.netrek.org/
> > [10] mailto:[29]qu...@laptop.org
> > [11] [30]https://six.readthedocs.io/
> > [12] [31]https://github.com/benjaminp/six
> > [13] [32]https://six.readthedocs.io/
> > [14] [33]https://github.com/benjaminp/six
> > [15] mailto:[34]Sugar-devel@lists.sugarlabs.org
> > [16] [35]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [17] [36]http://quozl.netrek.org/
> > [18] [37]http://quozl.netrek.org/
> 
> --
> James Cameron
> [38]http://quozl.netrek.org/
> 
> References:
> 
> [1] mailto:qu...@laptop.org
> [2] mailto:qu...@laptop.org
> [3] mailto:qu...@laptop.or

Re: [Sugar-devel] Found this interesting python package to for activity compatibility

2020-08-09 Thread Sumit Srivastava
But isn't that already possible by porting? Someone can port to py3 and
maintain only that.

On Mon, Aug 10, 2020, 5:49 AM James Cameron  wrote:

> So that they can continue to maintain one source code that will
> run on either Python 2 or Python 3.
>
> On Mon, Aug 10, 2020 at 05:33:47AM +0530, Sumit Srivastava wrote:
> > If there's only little advantage for porting to six over porting to py3,
> why
> > are people still using six?
> >
> > On Mon, Aug 10, 2020, 5:25 AM James Cameron <[1]qu...@laptop.org> wrote:
> >
> > No, we're not using it everywhere.  It is easier to port to Python 3
> > than to port using Six, and there's little advantage to having an
> > activity source code compatible with both versions of Python.
> >
> > For new installs of Sugar, or when using Fedora, Debian, or Ubuntu,
> > only Python 3 activities are used.  This is because those
> > distributions have chosen for cost reasons to remove support rather
> > than take over security maintenance of Python from the Python
> > Foundation.  (Red Hat Enterprise Linux and the other paid enterprise
> > Linux distributions have kept Python 2 available.)
> >
> > For OLPC OS, both Python 2 and Python 3 activities can be used.
> >
> > On Mon, Aug 10, 2020 at 04:42:36AM +0530, Sumit Srivastava wrote:
> > > Awesome! Are we using six everywhere?
> > >
> > > On Mon, Aug 10, 2020, 4:41 AM James Cameron <[1][2]
> qu...@laptop.org>
> > wrote:
> > >
> > > Yes, well done, it is very useful.  We have used Six on the
> Sugar
> > > Toolkit so that Python 2 activities can continue to run.
> > >
> > > On Mon, Aug 10, 2020 at 01:10:06AM +0530, Sumit Srivastava
> wrote:
> > > > Hi all,
> > > >
> > > > I think this might be useful for making activities
> compatible. I
> > found
> > > this
> > > > while reading the codebase of a software I was using.
> > > >
> > > > [1][2][3]https://six.readthedocs.io/
> > > > [2][3][4]https://github.com/benjaminp/six
> > > >
> > > > Regards,
> > > > Sumit
> > > > [t]ᐧ
> > > >
> > > > References:
> > > >
> > > > [1] [4][5]https://six.readthedocs.io/
> > > > [2] [5][6]https://github.com/benjaminp/six
> > >
> > > > ___
> > > > Sugar-devel mailing list
> > > > [6][7]Sugar-devel@lists.sugarlabs.org
> > > > [7][8]http://lists.sugarlabs.org/listinfo/sugar-devel
> > >
> > > --
> > > James Cameron
> > > [8][9]http://quozl.netrek.org/
> > >
> > > References:
> > >
> > > [1] mailto:[10]qu...@laptop.org
> > > [2] [11]https://six.readthedocs.io/
> > > [3] [12]https://github.com/benjaminp/six
> > > [4] [13]https://six.readthedocs.io/
> > > [5] [14]https://github.com/benjaminp/six
> > > [6] mailto:[15]Sugar-devel@lists.sugarlabs.org
> > > [7] [16]http://lists.sugarlabs.org/listinfo/sugar-devel
> > > [8] [17]http://quozl.netrek.org/
> >
> > --
> > James Cameron
> > [18]http://quozl.netrek.org/
> >
> > References:
> >
> > [1] mailto:qu...@laptop.org
> > [2] mailto:qu...@laptop.org
> > [3] https://six.readthedocs.io/
> > [4] https://github.com/benjaminp/six
> > [5] https://six.readthedocs.io/
> > [6] https://github.com/benjaminp/six
> > [7] mailto:Sugar-devel@lists.sugarlabs.org
> > [8] http://lists.sugarlabs.org/listinfo/sugar-devel
> > [9] http://quozl.netrek.org/
> > [10] mailto:qu...@laptop.org
> > [11] https://six.readthedocs.io/
> > [12] https://github.com/benjaminp/six
> > [13] https://six.readthedocs.io/
> > [14] https://github.com/benjaminp/six
> > [15] mailto:Sugar-devel@lists.sugarlabs.org
> > [16] http://lists.sugarlabs.org/listinfo/sugar-devel
> > [17] http://quozl.netrek.org/
> > [18] http://quozl.netrek.org/
>
> --
> James Cameron
> http://quozl.netrek.org/
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Found this interesting python package to for activity compatibility

2020-08-09 Thread James Cameron
So that they can continue to maintain one source code that will
run on either Python 2 or Python 3.

On Mon, Aug 10, 2020 at 05:33:47AM +0530, Sumit Srivastava wrote:
> If there's only little advantage for porting to six over porting to py3, why
> are people still using six?
> 
> On Mon, Aug 10, 2020, 5:25 AM James Cameron <[1]qu...@laptop.org> wrote:
> 
> No, we're not using it everywhere.  It is easier to port to Python 3
> than to port using Six, and there's little advantage to having an
> activity source code compatible with both versions of Python.
> 
> For new installs of Sugar, or when using Fedora, Debian, or Ubuntu,
> only Python 3 activities are used.  This is because those
> distributions have chosen for cost reasons to remove support rather
> than take over security maintenance of Python from the Python
> Foundation.  (Red Hat Enterprise Linux and the other paid enterprise
> Linux distributions have kept Python 2 available.)
> 
> For OLPC OS, both Python 2 and Python 3 activities can be used.
> 
> On Mon, Aug 10, 2020 at 04:42:36AM +0530, Sumit Srivastava wrote:
> > Awesome! Are we using six everywhere?
> >
> > On Mon, Aug 10, 2020, 4:41 AM James Cameron <[1][2]qu...@laptop.org>
> wrote:
> >
> >     Yes, well done, it is very useful.  We have used Six on the Sugar
> >     Toolkit so that Python 2 activities can continue to run.
> >
> >     On Mon, Aug 10, 2020 at 01:10:06AM +0530, Sumit Srivastava wrote:
> >     > Hi all,
> >     >
> >     > I think this might be useful for making activities compatible. I
> found
> >     this
> >     > while reading the codebase of a software I was using.
> >     >
> >     > [1][2][3]https://six.readthedocs.io/
> >     > [2][3][4]https://github.com/benjaminp/six
> >     >
> >     > Regards,
> >     > Sumit
> >     > [t]ᐧ
> >     >
> >     > References:
> >     >
> >     > [1] [4][5]https://six.readthedocs.io/
> >     > [2] [5][6]https://github.com/benjaminp/six
> >
> >     > ___
> >     > Sugar-devel mailing list
> >     > [6][7]Sugar-devel@lists.sugarlabs.org
> >     > [7][8]http://lists.sugarlabs.org/listinfo/sugar-devel
> >
> >     --
> >     James Cameron
> >     [8][9]http://quozl.netrek.org/
> >
> > References:
> >
> > [1] mailto:[10]qu...@laptop.org
> > [2] [11]https://six.readthedocs.io/
> > [3] [12]https://github.com/benjaminp/six
> > [4] [13]https://six.readthedocs.io/
> > [5] [14]https://github.com/benjaminp/six
> > [6] mailto:[15]Sugar-devel@lists.sugarlabs.org
> > [7] [16]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [8] [17]http://quozl.netrek.org/
> 
> --
> James Cameron
> [18]http://quozl.netrek.org/
> 
> References:
> 
> [1] mailto:qu...@laptop.org
> [2] mailto:qu...@laptop.org
> [3] https://six.readthedocs.io/
> [4] https://github.com/benjaminp/six
> [5] https://six.readthedocs.io/
> [6] https://github.com/benjaminp/six
> [7] mailto:Sugar-devel@lists.sugarlabs.org
> [8] http://lists.sugarlabs.org/listinfo/sugar-devel
> [9] http://quozl.netrek.org/
> [10] mailto:qu...@laptop.org
> [11] https://six.readthedocs.io/
> [12] https://github.com/benjaminp/six
> [13] https://six.readthedocs.io/
> [14] https://github.com/benjaminp/six
> [15] mailto:Sugar-devel@lists.sugarlabs.org
> [16] http://lists.sugarlabs.org/listinfo/sugar-devel
> [17] http://quozl.netrek.org/
> [18] http://quozl.netrek.org/

-- 
James Cameron
http://quozl.netrek.org/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Found this interesting python package to for activity compatibility

2020-08-09 Thread Sumit Srivastava
If there's only little advantage for porting to six over porting to py3,
why are people still using six?

On Mon, Aug 10, 2020, 5:25 AM James Cameron  wrote:

> No, we're not using it everywhere.  It is easier to port to Python 3
> than to port using Six, and there's little advantage to having an
> activity source code compatible with both versions of Python.
>
> For new installs of Sugar, or when using Fedora, Debian, or Ubuntu,
> only Python 3 activities are used.  This is because those
> distributions have chosen for cost reasons to remove support rather
> than take over security maintenance of Python from the Python
> Foundation.  (Red Hat Enterprise Linux and the other paid enterprise
> Linux distributions have kept Python 2 available.)
>
> For OLPC OS, both Python 2 and Python 3 activities can be used.
>
> On Mon, Aug 10, 2020 at 04:42:36AM +0530, Sumit Srivastava wrote:
> > Awesome! Are we using six everywhere?
> >
> > On Mon, Aug 10, 2020, 4:41 AM James Cameron <[1]qu...@laptop.org> wrote:
> >
> > Yes, well done, it is very useful.  We have used Six on the Sugar
> > Toolkit so that Python 2 activities can continue to run.
> >
> > On Mon, Aug 10, 2020 at 01:10:06AM +0530, Sumit Srivastava wrote:
> > > Hi all,
> > >
> > > I think this might be useful for making activities compatible. I
> found
> > this
> > > while reading the codebase of a software I was using.
> > >
> > > [1][2]https://six.readthedocs.io/
> > > [2][3]https://github.com/benjaminp/six
> > >
> > > Regards,
> > > Sumit
> > > [t]ᐧ
> > >
> > > References:
> > >
> > > [1] [4]https://six.readthedocs.io/
> > > [2] [5]https://github.com/benjaminp/six
> >
> > > ___
> > > Sugar-devel mailing list
> > > [6]Sugar-devel@lists.sugarlabs.org
> > > [7]http://lists.sugarlabs.org/listinfo/sugar-devel
> >
> > --
> > James Cameron
> > [8]http://quozl.netrek.org/
> >
> > References:
> >
> > [1] mailto:qu...@laptop.org
> > [2] https://six.readthedocs.io/
> > [3] https://github.com/benjaminp/six
> > [4] https://six.readthedocs.io/
> > [5] https://github.com/benjaminp/six
> > [6] mailto:Sugar-devel@lists.sugarlabs.org
> > [7] http://lists.sugarlabs.org/listinfo/sugar-devel
> > [8] http://quozl.netrek.org/
>
> --
> James Cameron
> http://quozl.netrek.org/
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Found this interesting python package to for activity compatibility

2020-08-09 Thread Sumit Srivastava
Awesome! Are we using six everywhere?

On Mon, Aug 10, 2020, 4:41 AM James Cameron  wrote:

> Yes, well done, it is very useful.  We have used Six on the Sugar
> Toolkit so that Python 2 activities can continue to run.
>
> On Mon, Aug 10, 2020 at 01:10:06AM +0530, Sumit Srivastava wrote:
> > Hi all,
> >
> > I think this might be useful for making activities compatible. I found
> this
> > while reading the codebase of a software I was using.
> >
> > [1]https://six.readthedocs.io/
> > [2]https://github.com/benjaminp/six
> >
> > Regards,
> > Sumit
> > [t]ᐧ
> >
> > References:
> >
> > [1] https://six.readthedocs.io/
> > [2] https://github.com/benjaminp/six
>
> > ___
> > Sugar-devel mailing list
> > Sugar-devel@lists.sugarlabs.org
> > http://lists.sugarlabs.org/listinfo/sugar-devel
>
>
> --
> James Cameron
> http://quozl.netrek.org/
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Found this interesting python package to for activity compatibility

2020-08-09 Thread James Cameron
Yes, well done, it is very useful.  We have used Six on the Sugar
Toolkit so that Python 2 activities can continue to run.

On Mon, Aug 10, 2020 at 01:10:06AM +0530, Sumit Srivastava wrote:
> Hi all,
> 
> I think this might be useful for making activities compatible. I found this
> while reading the codebase of a software I was using.
> 
> [1]https://six.readthedocs.io/
> [2]https://github.com/benjaminp/six
> 
> Regards,
> Sumit
> [t]ᐧ
> 
> References:
> 
> [1] https://six.readthedocs.io/
> [2] https://github.com/benjaminp/six

> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel


-- 
James Cameron
http://quozl.netrek.org/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel