Skip to content
Snippets Groups Projects
Select Git revision
  • b1657fd371663428f13aa2e8596135b9f62fdb3c
  • master default
  • TEMPORARY_MERGE_PR_544
  • TEMPORARY_MERGE_PR_563
  • pancetta-patch-8
  • fieldsIO
  • neuralpint
  • TEMPORARY_MERGE_PR_525
  • vtk
  • pancetta-patch-7
  • TEMPORARY_MERGE_PR_502
  • TEMPORARY_MERGE_PR_501
  • TEMPORARY_MERGE_PR_498
  • v6
  • new-release
  • TEMPORARY_MERGE_PR_476
  • TEMPORARY_MERGE_PR_480
  • TEMPORARY_MERGE_PR_478
  • fix_JF
  • TEMPORARY_MERGE_PR_477
  • TEMPORARY_MERGE_PR_470
  • v5.6
  • v5.5.3
  • v5.5.2
  • v5.5.1
  • 5.5.0
26 results

environment.yml

Blame
  • 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'