Bug#890282: getmail: please ship with shebang line of #!/usr/bin/env python2

2018-02-21 Thread Daniel Kahn Gillmor
On Wed 2018-02-21 21:27:09 +0900, Osamu Aoki wrote: > Please merge. Do you wish to be a uploader? If so add yourself. thanks! i've done so, and 5.5-3 has now been uploaded. Regards, --dkg

Bug#890282: getmail: please ship with shebang line of #!/usr/bin/env python2

2018-02-21 Thread Osamu Aoki
Hi, On Tue, Feb 20, 2018 at 11:47:01PM -0800, Daniel Kahn Gillmor wrote: > On Tue 2018-02-20 23:36:49 +0900, Osamu Aoki wrote: ... > I've pushed a few minor changes, including this change, to the master > branch. Your report on situation was convincing enough. I agree to use python2.7

Bug#890282: getmail: please ship with shebang line of #!/usr/bin/env python2

2018-02-21 Thread Daniel Kahn Gillmor
On Tue 2018-02-20 23:36:49 +0900, Osamu Aoki wrote: > That's I think this line of your message was truncated. > I moved getmail to salsa. You are added as developer. cool, thanks! I've just submitted https://salsa.debian.org/salsa/AliothRewriter/merge_requests/169 so that the old alioth git

Bug#890282: getmail: please ship with shebang line of #!/usr/bin/env python2

2018-02-20 Thread Osamu Aoki
Hi, On Mon, Feb 19, 2018 at 07:04:57PM -0800, Daniel Kahn Gillmor wrote: > On Wed 2018-02-14 16:28:37 -0500, Daniel Kahn Gillmor wrote: > > On Wed 2018-02-14 01:15:17 +0900, Osamu Aoki wrote: > >> YES #!/usr/bin/python2 > >> > >> NO #!/usr/bin/env python2 > > > > Works for me, thanks! > > It

Bug#890282: getmail: please ship with shebang line of #!/usr/bin/env python2

2018-02-19 Thread Daniel Kahn Gillmor
On Wed 2018-02-14 16:28:37 -0500, Daniel Kahn Gillmor wrote: > On Wed 2018-02-14 01:15:17 +0900, Osamu Aoki wrote: >> YES #!/usr/bin/python2 >> >> NO #!/usr/bin/env python2 > > Works for me, thanks! It occurs to me that it might also be nice to adjust the dependency from python to python2.7 if

Bug#890282: getmail: please ship with shebang line of #!/usr/bin/env python2

2018-02-14 Thread Daniel Kahn Gillmor
On Wed 2018-02-14 01:15:17 +0900, Osamu Aoki wrote: > YES #!/usr/bin/python2 > > NO #!/usr/bin/env python2 Works for me, thanks! All the best, --dkg

Bug#890282: getmail: please ship with shebang line of #!/usr/bin/env python2

2018-02-13 Thread Osamu Aoki
HI, On Mon, Feb 12, 2018 at 04:53:26PM -0500, Daniel Kahn Gillmor wrote: > Package: getmail > Version: 5.5-2 > Severity: normal > > Getmail does not work with python3, and upstream has indicated that > they are not likely to port it. > > According to PEP 394 [0], it should use a python2 shebang

Bug#890282: getmail: please ship with shebang line of #!/usr/bin/env python2

2018-02-12 Thread Daniel Kahn Gillmor
Package: getmail Version: 5.5-2 Severity: normal Getmail does not work with python3, and upstream has indicated that they are not likely to port it. According to PEP 394 [0], it should use a python2 shebang line, so that systems can eventually switch /usr/bin/python to be supplied by python3.