|
@@ -14,13 +14,14 @@ builddependencies = [
|
|
|
|
|
|
dependencies = [
|
|
dependencies = [
|
|
('Python', '3.9.6'),
|
|
('Python', '3.9.6'),
|
|
- ('SciPy-bundle', '2021.05'),
|
|
|
|
|
|
+ ('SciPy-bundle', '2021.10'),
|
|
('matplotlib', '3.4.3'),
|
|
('matplotlib', '3.4.3'),
|
|
- ('GDAL', '3.3.0'),
|
|
|
|
|
|
+ ('GDAL', '3.3.2'),
|
|
('NCL', '6.6.2'),
|
|
('NCL', '6.6.2'),
|
|
('CDO', '1.9.10'),
|
|
('CDO', '1.9.10'),
|
|
- ('NCO', '5.0.1'),
|
|
|
|
|
|
+ ('NCO', '5.0.3'),
|
|
('ncview', '2.1.8'),
|
|
('ncview', '2.1.8'),
|
|
|
|
+ ('GObject-Introspection', '1.68.0'),
|
|
#('libmo_unpack', '3.1.2'),
|
|
#('libmo_unpack', '3.1.2'),
|
|
#('orca', '3.4.3'),
|
|
#('orca', '3.4.3'),
|
|
]
|
|
]
|
|
@@ -32,7 +33,7 @@ exts_default_options = {
|
|
|
|
|
|
exts_list = [
|
|
exts_list = [
|
|
# Python deps, order is important!
|
|
# Python deps, order is important!
|
|
- ('pip', '21.3.1', {
|
|
|
|
|
|
+ ('pip', '22.0.4', {
|
|
'modulename': 'pip',
|
|
'modulename': 'pip',
|
|
'source_tmpl': '%(version)s.tar.gz',
|
|
'source_tmpl': '%(version)s.tar.gz',
|
|
'source_urls': ['https://github.com/pypa/pip/archive/'],
|
|
'source_urls': ['https://github.com/pypa/pip/archive/'],
|
|
@@ -53,12 +54,6 @@ exts_list = [
|
|
# 'source_urls': ['https://github.com/SciTools/mo_pack/archive/'],
|
|
# 'source_urls': ['https://github.com/SciTools/mo_pack/archive/'],
|
|
# 'checksums': ['4aa70e1f846b666670843bc2514435dedf7393203e88abaf74d48f8f2717a726'],
|
|
# 'checksums': ['4aa70e1f846b666670843bc2514435dedf7393203e88abaf74d48f8f2717a726'],
|
|
#}),
|
|
#}),
|
|
- #('basemap', '1.2.2rel', {
|
|
|
|
- # 'modulename': 'mpl_toolkits',
|
|
|
|
- # 'source_tmpl': 'v%(version)s.tar.gz',
|
|
|
|
- # 'source_urls': ['https://github.com/matplotlib/basemap/archive'],
|
|
|
|
- # 'use_pip': True,
|
|
|
|
- #}),
|
|
|
|
]
|
|
]
|
|
|
|
|
|
modextrapaths = {
|
|
modextrapaths = {
|
|
@@ -68,65 +63,8 @@ modextrapaths = {
|
|
|
|
|
|
postinstallcmds = [
|
|
postinstallcmds = [
|
|
"cd %(installdir)s && " +
|
|
"cd %(installdir)s && " +
|
|
- 'pip install setuptools --upgrade && ' +
|
|
|
|
- 'pip install olefile pyproj pyshp chardet urllib3 --prefix="%(installdir)s" && ' +
|
|
|
|
- 'pip install OWSLib ' +
|
|
|
|
- 'netCDF4 ' +
|
|
|
|
- 'dask ' +
|
|
|
|
- 'cf-units ' +
|
|
|
|
- #'Cartopy ' +
|
|
|
|
- #'Shapely ' +
|
|
|
|
- #'astropy ' +
|
|
|
|
- #'tqdm ' +
|
|
|
|
- #'cf-units ' +
|
|
|
|
- #'cftime ' +
|
|
|
|
- #'singledispatch ' +
|
|
|
|
- #'backports_abc ' +
|
|
|
|
- #'tornado ' +
|
|
|
|
- #'toolz ' +
|
|
|
|
- #'patsy ' +
|
|
|
|
- #'statsmodels ' +
|
|
|
|
- #'nc-time-axis ' +
|
|
|
|
- #'yamale ' +
|
|
|
|
- #'affine ' +
|
|
|
|
- #'boto3 ' +
|
|
|
|
- #'botocore ' +
|
|
|
|
- #'click-plugins ' +
|
|
|
|
- #'cligj ' +
|
|
|
|
- #'cloudpickle ' +
|
|
|
|
- #'fiona ' +
|
|
|
|
- #'geopandas ' +
|
|
|
|
- #'jmespath ' +
|
|
|
|
- #'munch ' +
|
|
|
|
- #'networkx ' +
|
|
|
|
- #'python-utils ' +
|
|
|
|
- #'rasterio ' +
|
|
|
|
- #'s3transfer ' +
|
|
|
|
- #'snuggs ' +
|
|
|
|
- #'xarray ' +
|
|
|
|
- #'PyWavelets ' +
|
|
|
|
- #'progressbar2 ' +
|
|
|
|
- #'scikit-image ' +
|
|
|
|
- #'descartes ' +
|
|
|
|
- #'graphviz ' +
|
|
|
|
- #'Bottleneck ' +
|
|
|
|
- #'pickleshare ' +
|
|
|
|
- #'prompt_toolkit ' +
|
|
|
|
- #'ptyprocess ' +
|
|
|
|
- #'pexpect ' +
|
|
|
|
- #'typelib ' +
|
|
|
|
- #'testpath ' +
|
|
|
|
- #'parso ' +
|
|
|
|
- #'jedi ' +
|
|
|
|
- #'scikit-learn ' +
|
|
|
|
- #'ldap3 ' +
|
|
|
|
- #'skills ' +
|
|
|
|
- #'XlsxWriter ' +
|
|
|
|
- #'pyrsistent ' +
|
|
|
|
- #'jsonschema ' +
|
|
|
|
- #'plotly-charts ' +
|
|
|
|
- #'rpy2 ' +
|
|
|
|
- '--prefix="%(installdir)s" '
|
|
|
|
|
|
+ 'pip install olefile pyproj pyshp --prefix="%(installdir)s" && ' +
|
|
|
|
+ 'pip install chardet urllib3 --prefix="%(installdir)s" '
|
|
]
|
|
]
|
|
|
|
|
|
moduleclass = 'numlib'
|
|
moduleclass = 'numlib'
|