summaryrefslogtreecommitdiff
path: root/stsci.image
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-03-09 23:02:34 -0500
committerGitHub <noreply@github.com>2019-03-09 23:02:34 -0500
commitc5f0ba799ab8eaefaee5359be38abef48f36d459 (patch)
tree87492dfc8b9c54b189583aa3bcb9027a335cc633 /stsci.image
parent1fb2ccdb473aa8ae8a98a68f6519af15e033b19d (diff)
downloadastroconda-contrib-c5f0ba799ab8eaefaee5359be38abef48f36d459.tar.gz
stsci.image: 2.3.1 (#484)
* Update recipe * Do not preserve egg * Externally managed
Diffstat (limited to 'stsci.image')
-rw-r--r--stsci.image/bld.bat2
-rw-r--r--stsci.image/build.sh2
-rw-r--r--stsci.image/meta.yaml5
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 }}