Skip to content

Commit

Permalink
Merge pull request easybuilders#20748 from lcniel/20240605150630_new_…
Browse files Browse the repository at this point in the history
…pr_gsutil529

{tools}[GCCcore/13.2.0] gsutil v5.29
  • Loading branch information
Micket authored Jun 7, 2024
2 parents bc2b5ff + c8a9fb3 commit 181130e
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions easybuild/easyconfigs/g/gsutil/gsutil-5.29-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
easyblock = 'PythonBundle'

name = 'gsutil'
version = '5.29'

homepage = 'https://cloud.google.com/storage/docs/gsutil'
description = """gsutil is a Python application that lets you access Cloud Storage from the command line."""

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

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

dependencies = [
('Python', '3.11.5'),
('Python-bundle-PyPI', '2023.10'),
('aiohttp', '3.9.5'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
('httplib2', '0.20.4', {
'checksums': ['58a98e45b4b1a48273073f905d2961666ecf0fbac4250ea5b47aef259eb5c585'],
}),
('argcomplete', '3.3.0', {
'checksums': ['fd03ff4a5b9e6580569d34b273f741e85cd9e072f3feeeee3eba4891c70eda62'],
}),
('fasteners', '0.19', {
'checksums': ['b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0ded09c'],
}),
('google-auth', '2.17.0', {
'modulename': 'google.auth',
'checksums': ['f51d26ebb3e5d723b9a7dbd310b6c88654ef1ad1fc35750d1fdba48ca4d82f52'],
}),
('rsa', '4.7.2', {
'checksums': ['9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e0353b9'],
}),
('google-apitools', '0.5.32', {
'modulename': 'apitools',
'checksums': ['c3763e52289f61e21c41d5531e20fbda9cc8484a088b8686fd460770db8bad13'],
}),
('google-auth-httplib2', '0.2.0', {
'checksums': ['38aa7badf48f974f1eb9861794e9c0cb2a0511a4ec0679b1f886d108f5640e05'],
}),
('google-reauth', '0.1.1', {
'checksums': ['f9f6852a55c2c5453d581cd01f3d1278e86147c03d008409800390a834235892'],
}),
('monotonic', '1.6', {
'checksums': ['3a55207bcfed53ddd5c5bae174524062935efed17792e9de2ad0205ce9ad63f7'],
}),
('pyOpenSSL', '24.1.0', {
'modulename': 'OpenSSL',
'checksums': ['cabed4bfaa5df9f1a16c0ef64a0cb65318b5cd077a7eda7d6970131ca2f41a6f'],
}),
('boto', '2.49.0', {
'checksums': ['ea0d3b40a2d852767be77ca343b58a9e3a4b00d9db440efb8da74b4e58025e5a'],
}),
('cachetools', '5.3.3', {
'checksums': ['ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105'],
}),
('oauth2client', '4.1.3', {
'checksums': ['d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b4209891cccc6'],
}),
('pyasn1_modules', '0.4.0', {
'checksums': ['831dbcea1b177b28c9baddf4c6d1013c24c3accd14a1873fffaa6a2e905f17b6'],
}),
('pyu2f', '0.1.5', {
'checksums': ['a3caa3a11842fc7d5746376f37195e6af5f17c0a15737538bb1cebf656fb306b'],
}),
('crcmod', '1.7', {
'checksums': ['dc7051a0db5f2bd48665a990d3ec1cc305a466a77358ca4492826f41f283601e'],
}),
('gcs-oauth2-boto-plugin', '3.2', {
'checksums': ['a46817f3abed2bc4f6b4b12b0de7c8bf5ff5f1822dc03c45fa1ae6ed7a455843'],
}),
('retry_decorator', '1.1.1', {
'checksums': ['e1e8ad02e518fe11073f2ea7d80b6b8be19daa27a60a1838aff7c731ddcf2ebe'],
}),
(name, version, {
'modulename': 'gslib',
'checksums': ['0ba61c0ca97a592a2ed9d6eeb74b20434831bc6ceba380138103b24d2d53b921'],
}),
]

sanity_check_commands = ['gsutil help']

moduleclass = 'tools'

0 comments on commit 181130e

Please sign in to comment.