[gentium-commits] [SCM] gentium updated: r25 - trunk/gentium/source/fonts/gentium-tug/type1

Pavel Far?? INVALID.NOREPLY at gnu.org.ua
Tue Mar 15 19:25:18 CET 2022


Author: pavel
Date: 2022-03-15 18:25:18 +0000 (Tue, 15 Mar 2022)
New Revision: 25

Modified:
   trunk/gentium/source/fonts/gentium-tug/type1/afmcreator.py
   trunk/gentium/source/fonts/gentium-tug/type1/greekcorrection.py
   trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py
Log:
change font conversion scripts to use Python3

Modified: trunk/gentium/source/fonts/gentium-tug/type1/afmcreator.py
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/type1/afmcreator.py	2019-07-09 22:04:39 UTC (rev 24)
+++ trunk/gentium/source/fonts/gentium-tug/type1/afmcreator.py	2022-03-15 18:25:18 UTC (rev 25)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 # This file is part of the Gentium package for TeX.
 # It is licensed under the Expat License, see doc//README for details.
 

Modified: trunk/gentium/source/fonts/gentium-tug/type1/greekcorrection.py
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/type1/greekcorrection.py	2019-07-09 22:04:39 UTC (rev 24)
+++ trunk/gentium/source/fonts/gentium-tug/type1/greekcorrection.py	2022-03-15 18:25:18 UTC (rev 25)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 # This file is part of the Gentium package for TeX.
 # It is licensed under the Expat License, see doc//README for details.
 # author: Pavel Farar, pavel.farar at centrum.cz

Modified: trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py	2019-07-09 22:04:39 UTC (rev 24)
+++ trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py	2022-03-15 18:25:18 UTC (rev 25)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 # This file is part of the Gentium package for TeX.
 # It is licensed under the Expat License, see doc//README for details.
 



More information about the gentium-commits mailing list.