# IT4Innovations # LK 2025 easyblock = 'PythonBundle' name = 'scikit-build' version = '0.17.6' homepage = 'https://scikit-build.readthedocs.io/en/latest' description = """Scikit-Build, or skbuild, is an improved build system generator for CPython C/C++/Fortran/Cython extensions.""" toolchain = {'name': 'GCCcore', 'version': '13.3.0'} builddependencies = [ ('binutils', '2.42'), # ('hatchling', '1.24.2'), ] dependencies = [ ('Python', '3.12.3'), ] exts_list = [ # ('packaging', '23.1', { # 'checksums': ['a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f'], # }), # ('distro', '1.8.0', { # 'checksums': ['02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8'], # }), (name, version, { 'modulename': 'skbuild', 'sources': ['scikit_build-%(version)s.tar.gz'], 'checksums': ['b51a51a36b37c42650994b5047912f59b22e3210b23e321f287611f9ef6e5c9d'], }), ] moduleclass = 'lib'