[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Python2 to Python3
From: |
Azamat Hackimov |
Subject: |
Re: Python2 to Python3 |
Date: |
Wed, 28 Sep 2022 05:15:30 +0300 |
Hello.
Please see https://gitlab.freedesktop.org/freetype/freetype/-/merge_requests/205
I've only migrated chktrcmp.py, cordic.py and glnames.py.
make_distribution_archives.py is obsoleted, same functionality can be
achieved just issuing `meson dist --formats xztar,gztar,zip` on
release preparation.
вт, 27 сент. 2022 г. в 17:58, Alexei Podtelezhnikov <apodtele@gmail.com>:
>
> Hi All,
>
> We have a couple of Python2 scripts in src/tools. Would anybody volunteer to
> upgrade them to Python3? Python2 is quickly disappearing from the Linux
> distros. Particularly, glnames.py might be challenging. It is used to
> generate src/psnames/psnames.h and implements a compression algorithm. Others
> are much easier.
>
> See https://gitlab.freedesktop.org/freetype/freetype/-/issues/1185
>
> Any takers?
>
> Alexei
--
>From Siberia with Love!
- Python2 to Python3, Alexei Podtelezhnikov, 2022/09/27
- Re: Python2 to Python3,
Azamat Hackimov <=