Skip to content

Commit

Permalink
Merge pull request #21499 from Crivella/feature-psutil
Browse files Browse the repository at this point in the history
{lib}[GCCcore/13.3.0] psutil v6.0.0
  • Loading branch information
smoors authored Oct 4, 2024
2 parents 92372eb + a45da8c commit b75a547
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions easybuild/easyconfigs/p/psutil/psutil-6.0.0-GCCcore-13.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
easyblock = 'PythonBundle'

name = 'psutil'
version = '6.0.0'

homepage = 'https://github.com/giampaolo/psutil'
description = """A cross-platform process and system utilities module for Python"""

toolchain = {'name': 'GCCcore', 'version': '13.3.0'}

builddependencies = [('binutils', '2.42')]

dependencies = [('Python', '3.12.3')]

use_pip = True
sanity_pip_check = True

exts_list = [
(name, version, {
'source_urls': ['https://github.com/giampaolo/psutil/archive'],
'sources': ['%(name)s-%(version)s.tar.gz'],
'checksums': ['8faae4f310b6d969fa26ca0545338b21f73c6b15db7c4a8d934a5482faa818f2'],
}),
]

moduleclass = 'lib'

0 comments on commit b75a547

Please sign in to comment.