[py3porters-devel] Round one - low hanging fruit for Debian Packaging

Paul Tagliamonte paultag at debian.org
Fri Apr 17 19:52:06 UTC 2015


If anyone else has false positives, I'm going to do the mass bug file
tonight, so I'd love more packages to subtract!

Cheers,
  Paul

On Fri, Apr 17, 2015 at 12:16 PM, Paul Tagliamonte <paultag at debian.org> wrote:
> On Fri, Apr 17, 2015 at 05:59:42PM +0200, Alexandre Detiste wrote:
>>
>> It seems pyflakes provide support for both python 2 &3 in a single .deb
>
> Whoah! Nice! :)
>
> Let's get it off the list, nice catch, y'all! I'm wrong!
>
> Cheers,
>   Paul
>
>> > Ah yes, this list is packages that support py3 upstream but don't build
>> > .deb files for the py3 module yet
>> >
>> > Code to port coming next :D
>> > On Apr 17, 2015 9:16 AM, "Zhi An Ng" <ngzhian at gmail.com> wrote:
>> >
>> > > ./pool/main/p/pyflakes/pyflakes_0.8.1-1.json
>> > >
>> > > supports python3, should be removed from this list?
>>
>> tchet at antec:~$ dpkg -L pyflakes | grep /usr/bin/
>> /usr/bin/pyflakes3
>> /usr/bin/pyflakes
>>
>> tchet at antec:~$ cat /usr/bin/pyflakes
>> #!/usr/bin/python2.7
>> # EASY-INSTALL-ENTRY-SCRIPT: 'pyflakes==0.8.1','console_scripts','pyflakes'
>> __requires__ = 'pyflakes==0.8.1'
>> import sys
>> from pkg_resources import load_entry_point
>>
>> if __name__ == '__main__':
>>     sys.exit(
>>         load_entry_point('pyflakes==0.8.1', 'console_scripts', 'pyflakes')()
>>     )
>>
>> tchet at antec:~$ cat /usr/bin/pyflakes3
>> #!/usr/bin/python3
>> # EASY-INSTALL-ENTRY-SCRIPT: 'pyflakes==0.8.1','console_scripts','pyflakes'
>> __requires__ = 'pyflakes==0.8.1'
>> import sys
>> from pkg_resources import load_entry_point
>>
>> if __name__ == '__main__':
>>     sys.exit(
>>         load_entry_point('pyflakes==0.8.1', 'console_scripts', 'pyflakes')()
>>     )
>>
>
> --
>  .''`.  Paul Tagliamonte <paultag at debian.org>  |   Proud Debian Developer
> : :'  : 4096R / 8F04 9AD8 2C92 066C 7352  D28A 7B58 5B30 807C 2A87
> `. `'`  http://people.debian.org/~paultag
>  `-     http://people.debian.org/~paultag/conduct-statement.txt



-- 
:wq



More information about the py3porters-devel mailing list