diff options
author | Larry Bradley <larry.bradley@gmail.com> | 2018-12-14 15:26:46 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-12-14 15:26:46 -0500 |
commit | 16508568548458763cb34b9f912beb877860a2f5 (patch) | |
tree | 3de3b189d88000409ce3ab7830c6e7cd30fb539f | |
parent | 34ff0bd19a38d784b4e164927a439febfc86f960 (diff) | |
download | astroconda-contrib-16508568548458763cb34b9f912beb877860a2f5.tar.gz |
Update cubeviz to 0.2.1 (#441)
* Update cubeviz to 0.2.1
* cubeviz: Change tag resolution method (again)
* cubeviz: update requirements
* cubeviz: no egg
-rw-r--r-- | cubeviz/bld.bat | 3 | ||||
-rw-r--r-- | cubeviz/build.sh | 2 | ||||
-rw-r--r-- | cubeviz/meta.yaml | 9 |
3 files changed, 7 insertions, 7 deletions
diff --git a/cubeviz/bld.bat b/cubeviz/bld.bat index 760380e..6d5f099 100644 --- a/cubeviz/bld.bat +++ b/cubeviz/bld.bat @@ -1,2 +1 @@ - -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=root.txt diff --git a/cubeviz/build.sh b/cubeviz/build.sh index 582ae83..7dc7def 100644 --- a/cubeviz/build.sh +++ b/cubeviz/build.sh @@ -9,4 +9,4 @@ do mv "${f}.new" "${f}" done -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt diff --git a/cubeviz/meta.yaml b/cubeviz/meta.yaml index b864b78..ffd5908 100644 --- a/cubeviz/meta.yaml +++ b/cubeviz/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'cubeviz' %} -{% set version = '0.2.0' %} -{% set tag = version %} +{% set version = '0.2.1' %} +{% set tag = 'v' + version %} {% set number = '0' %} about: @@ -33,11 +33,12 @@ requirements: - glue-core >=0.13 - numpy - pytest - - specviz >=0.5.0 + - specviz <0.6.0 + - spectral-cube >=0.4.2 - python source: - git_tag: {{ version }} + git_tag: {{ tag }} git_url: https://github.com/spacetelescope/{{ name }}.git test: |