132 |
# title name version |
# title name version |
133 |
list = [["Python", "python", (2, 2, 1)], |
list = [["Python", "python", (2, 2, 1)], |
134 |
["wxPython", "wxPython", (2, 4, 0, 0)], |
["wxPython", "wxPython", (2, 4, 0, 0)], |
135 |
["SQLite", "sqlite", (2, 8, 3)], |
["SQLite", "sqlite", (2, 8, 0)], |
136 |
["PySQLite", "pysqlite", (0, 4, 3)], |
["PySQLite", "pysqlite", (0, 4, 1)], |
137 |
["PROJ", "proj", (4, 4, 5)], |
["PROJ", "proj", (4, 4, 5)], |
138 |
["GTK", "gtk", (1, 2, 3)], |
["GTK", "gtk", (1, 2, 3)], |
139 |
["GDAL", "gdal", (1, 1, 8, 0)]] |
["GDAL", "gdal", (1, 1, 8, 0)]] |