12345678910111213141516171819202122232425 |
- name = 'Tkinter'
- version = '3.8.6'
- homepage = 'https://python.org/'
- description = "Tkinter module, built with the Python buildsystem"
- toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
- toolchainopts = {'pic': True}
- source_urls = ['https://www.python.org/ftp/python/%(version)s/']
- sources = ['Python-%(version)s.tgz']
- checksums = ['313562ee9986dc369cd678011bdfd9800ef62fbf7b1496228a18f86b36428c21']
- builddependencies = [
- ('binutils', '2.37'),
- ('libffi', '3.4.2'),
- ]
- dependencies = [
- ('Python', '3.8.6'),
- ('Tk', '8.6.11', '-o'),
- ('zlib', '1.2.11'),
- ]
- moduleclass = 'lang'
|