Skip to content

Commit

Permalink
Add sentinelsat-1.2.1 easyconf
Browse files Browse the repository at this point in the history
  • Loading branch information
orbsmiv committed Jul 30, 2024
1 parent 5a3ed06 commit 7d7743b
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions easyconfigs/s/sentinelsat/sentinelsat-1.2.1-GCCcore-12.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
easyblock = 'PythonBundle'

name = 'sentinelsat'
version = '1.2.1'

homepage = 'https://github.com/sentinelsat/sentinelsat'
description = """
Sentinelsat makes searching, downloading and retrieving the metadata of Sentinel
satellite images from the Copernicus Open Access Hub easy.
"""

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

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

dependencies = [
('Python', '3.11.3'),
('Python-bundle-PyPI', '2023.06'),
('tqdm', '4.66.1'),
]

use_pip = True

exts_list = [
('html2text', '2020.1.16', {
'checksums': ['e296318e16b059ddb97f7a8a1d6a5c1d7af4544049a01e261731d2d5cc277bbb'],
}),
('geojson', '3.0.1', {
'checksums': ['ff3d75acab60b1e66504a11f7ea12c104bad32ff3c410a807788663b966dee4a'],
}),
('geomet', '1.0.0', {
'checksums': ['0020a4426469934fb58f541cdc23f27c0c0fbbb3d003ee2cb76bb7ffa96a7506'],
}),
(name, version, {
'checksums': ['d38de0ae1e167d7311426973b0207380e9fa1c4a6f5353dc58bd83bf88b5db4d'],
}),
]

sanity_check_commands = [
"sentinelsat --version",
"sentinelsat --help",
]

sanity_pip_check = True

moduleclass = 'geo'

0 comments on commit 7d7743b

Please sign in to comment.