|
@@ -44,16 +44,6 @@ 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/'],
|
|
|
|
- #}),
|
|
|
|
- #('mo_pack', '0.2.0', {
|
|
|
|
- # 'source_tmpl': 'v%(version)s.tar.gz',
|
|
|
|
- # 'source_urls': ['https://github.com/SciTools/mo_pack/archive/'],
|
|
|
|
- # 'checksums': ['4aa70e1f846b666670843bc2514435dedf7393203e88abaf74d48f8f2717a726'],
|
|
|
|
- #}),
|
|
|
|
('basemap', '1.2.1rel', {
|
|
('basemap', '1.2.1rel', {
|
|
'modulename': 'mpl_toolkits',
|
|
'modulename': 'mpl_toolkits',
|
|
'source_tmpl': 'v%(version)s.tar.gz',
|
|
'source_tmpl': 'v%(version)s.tar.gz',
|
|
@@ -74,60 +64,11 @@ postinstallcmds = [
|
|
'pip install OWSLib ' +
|
|
'pip install OWSLib ' +
|
|
'netCDF4 ' +
|
|
'netCDF4 ' +
|
|
'dask ' +
|
|
'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" '
|
|
'--prefix="%(installdir)s" '
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+#pip install eofs dask cf-units Cartopy netCDF4 mpi4py GitPython keyring --user
|
|
|
|
+#pip install certifi requests OWSLib netCDF4 geoval Shapely dask astropy oktopus bs4 tqdm cf-units cftime pyugrid cycler singledispatch backports_abc tornado toolz patsy statsmodels nc-time-axis yamale psutil bcrypt cffi cryptography Cython decorator mpi4py numpy pandas pbr pycparser scipy six virtualenv xlrd affine atomicwrites boto3 botocore click click-plugins cligj cloudpickle configobj docutils fiona geopandas jmespath more-itertools motionless munch networkx pathlib2 pluggy py pytest python-utils rasterio s3transfer scandir snuggs xarray py-expression-eval PyWavelets attrs progressbar2 scikit-image PyNaCl descartes graphviz wcwidth Bottleneck pickleshare simplegeneric prompt_toolkit Pygments ptyprocess pexpect typelib testpath parso jedi backcall scikit-learn ldap3 skills XlsxWriter retrying pyrsistent jsonschema plotly-charts --user
|
|
|
|
+#pip install SkillMetrics cdo PyQt5 --user
|
|
|
|
+
|
|
moduleclass = 'numlib'
|
|
moduleclass = 'numlib'
|