Tkinter-3.8.6-GCCcore-11.2.0.eb 598 B

12345678910111213141516171819202122232425
  1. name = 'Tkinter'
  2. version = '3.8.6'
  3. homepage = 'https://python.org/'
  4. description = "Tkinter module, built with the Python buildsystem"
  5. toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
  6. toolchainopts = {'pic': True}
  7. source_urls = ['https://www.python.org/ftp/python/%(version)s/']
  8. sources = ['Python-%(version)s.tgz']
  9. checksums = ['313562ee9986dc369cd678011bdfd9800ef62fbf7b1496228a18f86b36428c21']
  10. builddependencies = [
  11. ('binutils', '2.37'),
  12. ('libffi', '3.4.2'),
  13. ]
  14. dependencies = [
  15. ('Python', '3.8.6'),
  16. ('Tk', '8.6.11', '-o'),
  17. ('zlib', '1.2.11'),
  18. ]
  19. moduleclass = 'lang'