Select Git revision
environment.yml
-
Thomas Baumann authoredThomas Baumann authored
Tkinter-3.10.4-GCCcore-11.3.0.eb 594 B
name = 'Tkinter'
version = '3.10.4'
homepage = 'https://python.org/'
description = "Tkinter module, built with the Python buildsystem"
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
toolchainopts = {'pic': True}
source_urls = ['https://www.python.org/ftp/python/%(version)s/']
sources = ['Python-%(version)s.tgz']
checksums = ['f3bcc65b1d5f1dc78675c746c98fcee823c038168fc629c5935b044d0911ad28']
builddependencies = [
('binutils', '2.38'),
('libffi', '3.4.2'),
]
dependencies = [
('Python', '3.10.4'),
('Tk', '8.6.12'),
('zlib', '1.2.12'),
]
moduleclass = 'lang'