# # This is the python-netcdf package for VALET 2.0 # supporting json package style. # { "python-netcdf": { # Change to your install location (i.e. ) "prefix": "/home/work//sw/python/add-ons", "url": "https://pypi.python.org/pypi/netCDF4", "description": "Python NetCDF", "default-version": "1.7.1.1-python2.7.8", "standard-paths": true, "development-env": false, "actions": [ { "action": "path-prepend", "variable": "PYTHONPATH", "value": "${VALET_PATH_PREFIX}/lib/python${PYTHON_VERSION_SHORT}/site-packages" } ], "versions": { "python2.7.8": { "alias-to": "1.1.7.1-python2.7.8" }, "python3.2.5": { "alias-to": "1.1.7.1-python3.2.5" }, "1.1.7.1-python2.7.8": { "description": "Version 1.1.7.1 and python 2.7.8", "prefix": "python2.7.8/netcdf/1.1.7.1", "dependencies": [ "python/2.7.8", "python-numpy/python2.7.8", "prefix": "python2.7.8/netcdf/1.1.7.1", "dependencies": [ "python/2.7.8", "python-numpy/python2.7.8", "netcdf/4.3" ] }, "1.1.7.1-python3.2.5": { "description": "Version 1.1.7.1 and python 3.2.5", "prefix": "python3.2.5/netcdf/1.1.7.1", "dependencies": [ "python/3.2.5", "python-numpy/python3.2.5", "netcdf/4.3" ] } } } }