|
@@ -18,7 +18,7 @@ dependencies = [
|
|
('SciPy-bundle', '2020.11'),
|
|
('SciPy-bundle', '2020.11'),
|
|
('matplotlib', '3.3.3', versionsuffix),
|
|
('matplotlib', '3.3.3', versionsuffix),
|
|
('GDAL', '3.2.0', versionsuffix),
|
|
('GDAL', '3.2.0', versionsuffix),
|
|
- #('NCL', '6.6.2'),
|
|
|
|
|
|
+ ('NCL', '6.6.2'),
|
|
('CDO', '1.9.9'),
|
|
('CDO', '1.9.9'),
|
|
('NCO', '4.9.5'),
|
|
('NCO', '4.9.5'),
|
|
('ncview', '2.1.7'),
|
|
('ncview', '2.1.7'),
|
|
@@ -44,22 +44,22 @@ exts_list = [
|
|
'source_urls': ['https://sourceforge.net/projects/%(name)s/files/%(name)s/%(version)s'],
|
|
'source_urls': ['https://sourceforge.net/projects/%(name)s/files/%(name)s/%(version)s'],
|
|
'use_pip': True,
|
|
'use_pip': True,
|
|
}),
|
|
}),
|
|
- ('stratify', '0.1.1', {
|
|
|
|
- 'modulename': 'stratify',
|
|
|
|
- 'source_tmpl': 'v%(version)s.tar.gz',
|
|
|
|
- 'source_urls': ['https://github.com/SciTools-incubator/python-stratify/archive/'],
|
|
|
|
- }),
|
|
|
|
|
|
+ #('stratify', '0.1.1', {
|
|
|
|
+ # 'modulename': 'stratify',
|
|
|
|
+ # 'source_tmpl': 'v%(version)s.tar.gz',
|
|
|
|
+ # 'source_urls': ['https://github.com/SciTools-incubator/python-stratify/archive/'],
|
|
|
|
+ #}),
|
|
#('mo_pack', '0.2.0', {
|
|
#('mo_pack', '0.2.0', {
|
|
# 'source_tmpl': 'v%(version)s.tar.gz',
|
|
# 'source_tmpl': 'v%(version)s.tar.gz',
|
|
# '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.1rel', {
|
|
|
|
- # 'modulename': 'mpl_toolkits',
|
|
|
|
- # 'source_tmpl': 'v%(version)s.tar.gz',
|
|
|
|
- # 'source_urls': ['https://github.com/matplotlib/basemap/archive'],
|
|
|
|
- # 'use_pip': True,
|
|
|
|
- #}),
|
|
|
|
|
|
+ ('basemap', '1.2.1rel', {
|
|
|
|
+ 'modulename': 'mpl_toolkits',
|
|
|
|
+ 'source_tmpl': 'v%(version)s.tar.gz',
|
|
|
|
+ 'source_urls': ['https://github.com/matplotlib/basemap/archive'],
|
|
|
|
+ 'use_pip': True,
|
|
|
|
+ }),
|
|
]
|
|
]
|
|
|
|
|
|
modextrapaths = {
|
|
modextrapaths = {
|
|
@@ -70,7 +70,7 @@ modextrapaths = {
|
|
postinstallcmds = [
|
|
postinstallcmds = [
|
|
"cd %(installdir)s && " +
|
|
"cd %(installdir)s && " +
|
|
'pip install setuptools --upgrade && ' +
|
|
'pip install setuptools --upgrade && ' +
|
|
- 'pip install olefile pyproj pyshp chardet urllib3 --install-option "--prefix=%(installdir)s" && ' +
|
|
|
|
|
|
+ 'pip install olefile pyproj pyshp chardet urllib3 --prefix="%(installdir)s" && ' +
|
|
'pip install OWSLib ' +
|
|
'pip install OWSLib ' +
|
|
'netCDF4 ' +
|
|
'netCDF4 ' +
|
|
'dask ' +
|
|
'dask ' +
|
|
@@ -127,7 +127,7 @@ postinstallcmds = [
|
|
#'jsonschema ' +
|
|
#'jsonschema ' +
|
|
#'plotly-charts ' +
|
|
#'plotly-charts ' +
|
|
#'rpy2 ' +
|
|
#'rpy2 ' +
|
|
- '--install-option "--prefix=%(installdir)s" '
|
|
|
|
|
|
+ '--prefix="%(installdir)s" '
|
|
]
|
|
]
|
|
|
|
|
|
moduleclass = 'numlib'
|
|
moduleclass = 'numlib'
|