mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-04 06:11:36 +01:00

new file: f/flit/flit-3.9.0-GCCcore-13.3.0.eb new file: f/fonttools/fonttools-4.53.1-GCCcore-13.3.0.eb new file: h/HarfBuzz/HarfBuzz-9.0.0-GCCcore-13.3.0.eb new file: n/NSS/NSS-3.104-GCCcore-13.3.0.eb new file: p/Python-bundle-PyPI/Python-bundle-PyPI-2024.06-GCCcore-13.3.0.eb new file: p/poetry/poetry-1.8.3-GCCcore-13.3.0.eb new file: q/Qt6/Qt6-6.7.2-GCCcore-13.3.0.eb new file: s/scikit-build/scikit-build-0.17.6-GCCcore-13.3.0.eb new file: v/virtualenv/virtualenv-20.26.2-GCCcore-13.3.0.eb
44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
easyblock = 'PythonBundle'
|
|
|
|
name = 'virtualenv'
|
|
version = '20.26.2'
|
|
|
|
homepage = 'https://github.com/pypa/virtualenv'
|
|
description = "A tool for creating isolated virtual python environments."
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
builddependencies = [
|
|
('binutils', '2.42'),
|
|
# ('hatchling', '1.24.2'),
|
|
]
|
|
|
|
dependencies = [
|
|
('Python', '3.12.3'),
|
|
]
|
|
|
|
exts_list = [
|
|
('distlib', '0.3.8', {
|
|
'checksums': ['1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64'],
|
|
}),
|
|
('filelock', '3.15.1', {
|
|
'checksums': ['58a2549afdf9e02e10720eaa4d4470f56386d7a6f72edd7d0596337af8ed7ad8'],
|
|
}),
|
|
('platformdirs', '4.2.2', {
|
|
'checksums': ['38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3'],
|
|
}),
|
|
(name, version, {
|
|
'checksums': ['82bf0f4eebbb78d36ddaee0283d43fe5736b53880b8a8cdcd37390a07ac3741c'],
|
|
}),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/%(namelower)s'],
|
|
'dirs': ['lib/python%(pyshortver)s/site-packages/%(namelower)s'],
|
|
}
|
|
|
|
sanity_check_commands = ["virtualenv --help"]
|
|
|
|
moduleclass = 'tools'
|