diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-03-09 23:02:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-09 23:02:34 -0500 |
commit | c5f0ba799ab8eaefaee5359be38abef48f36d459 (patch) | |
tree | 87492dfc8b9c54b189583aa3bcb9027a335cc633 | |
parent | 1fb2ccdb473aa8ae8a98a68f6519af15e033b19d (diff) | |
download | astroconda-contrib-c5f0ba799ab8eaefaee5359be38abef48f36d459.tar.gz |
stsci.image: 2.3.1 (#484)
* Update recipe
* Do not preserve egg
* Externally managed
-rw-r--r-- | stsci.image/bld.bat | 2 | ||||
-rw-r--r-- | stsci.image/build.sh | 2 | ||||
-rw-r--r-- | stsci.image/meta.yaml | 5 |
3 files changed, 4 insertions, 5 deletions
diff --git a/stsci.image/bld.bat b/stsci.image/bld.bat index 39b5e1f..6d5f099 100644 --- a/stsci.image/bld.bat +++ b/stsci.image/bld.bat @@ -1 +1 @@ -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=root.txt diff --git a/stsci.image/build.sh b/stsci.image/build.sh index 5a5aeeb..b699425 100644 --- a/stsci.image/build.sh +++ b/stsci.image/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt diff --git a/stsci.image/meta.yaml b/stsci.image/meta.yaml index 61b8e87..bb6b050 100644 --- a/stsci.image/meta.yaml +++ b/stsci.image/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'stsci.image' %} -{% set version = '2.3.0' %} -{% set number = '2' %} +{% set version = '2.3.1' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -10,7 +10,6 @@ about: build: number: {{ number }} - preserve_egg_dir: 'yes' package: name: {{ name }} |