summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-03-14 15:22:23 -0400
committerGitHub <noreply@github.com>2019-03-14 15:22:23 -0400
commitb566fc52ba1090a16460f93b366b28cdd19ed527 (patch)
tree67f905bfd9c4b3d1c2cab63d48ca4f7781e3269d
parente50fb27642e315351393cb3eaf74cf1c89269d78 (diff)
downloadastroconda-contrib-b566fc52ba1090a16460f93b366b28cdd19ed527.tar.gz
stsci.* namespace revamp: (#491)
* Remove preserve_egg_dir * Use single version externally managed
-rw-r--r--stsci.convolve/bld.bat2
-rw-r--r--stsci.convolve/build.sh2
-rw-r--r--stsci.convolve/meta.yaml3
-rw-r--r--stsci.distutils/bld.bat2
-rw-r--r--stsci.distutils/build.sh2
-rw-r--r--stsci.imagemanip/bld.bat2
-rw-r--r--stsci.imagemanip/build.sh2
-rw-r--r--stsci.imagemanip/meta.yaml3
-rw-r--r--stsci.ndimage/bld.bat2
-rw-r--r--stsci.ndimage/build.sh2
-rw-r--r--stsci.ndimage/meta.yaml3
-rw-r--r--stsci.skypac/meta.yaml1
-rw-r--r--stsci.sphinxext/bld.bat2
-rw-r--r--stsci.sphinxext/build.sh2
-rw-r--r--stsci.sphinxext/meta.yaml3
-rw-r--r--stsci.stimage/bld.bat2
-rw-r--r--stsci.stimage/build.sh2
-rw-r--r--stsci.stimage/meta.yaml3
-rw-r--r--stsci.tools/bld.bat2
-rw-r--r--stsci.tools/build.sh2
-rw-r--r--stsci.tools/meta.yaml3
21 files changed, 21 insertions, 26 deletions
diff --git a/stsci.convolve/bld.bat b/stsci.convolve/bld.bat
index 39b5e1f..6d5f099 100644
--- a/stsci.convolve/bld.bat
+++ b/stsci.convolve/bld.bat
@@ -1 +1 @@
-%PYTHON% setup.py install
+%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.convolve/build.sh b/stsci.convolve/build.sh
index 5a5aeeb..b699425 100644
--- a/stsci.convolve/build.sh
+++ b/stsci.convolve/build.sh
@@ -1 +1 @@
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.convolve/meta.yaml b/stsci.convolve/meta.yaml
index 99113fa..a989fe2 100644
--- a/stsci.convolve/meta.yaml
+++ b/stsci.convolve/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'stsci.convolve' %}
{% set version = '2.2.2' %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -9,7 +9,6 @@ about:
build:
number: {{ number }}
- preserve_egg_dir: 'yes'
package:
name: {{ name }}
diff --git a/stsci.distutils/bld.bat b/stsci.distutils/bld.bat
index 39b5e1f..6d5f099 100644
--- a/stsci.distutils/bld.bat
+++ b/stsci.distutils/bld.bat
@@ -1 +1 @@
-%PYTHON% setup.py install
+%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.distutils/build.sh b/stsci.distutils/build.sh
index 5a5aeeb..b699425 100644
--- a/stsci.distutils/build.sh
+++ b/stsci.distutils/build.sh
@@ -1 +1 @@
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.imagemanip/bld.bat b/stsci.imagemanip/bld.bat
index 39b5e1f..6d5f099 100644
--- a/stsci.imagemanip/bld.bat
+++ b/stsci.imagemanip/bld.bat
@@ -1 +1 @@
-%PYTHON% setup.py install
+%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.imagemanip/build.sh b/stsci.imagemanip/build.sh
index 5a5aeeb..b699425 100644
--- a/stsci.imagemanip/build.sh
+++ b/stsci.imagemanip/build.sh
@@ -1 +1 @@
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.imagemanip/meta.yaml b/stsci.imagemanip/meta.yaml
index 9921141..9f7d486 100644
--- a/stsci.imagemanip/meta.yaml
+++ b/stsci.imagemanip/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'stsci.imagemanip' %}
{% set version = '1.1.4' %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -9,7 +9,6 @@ about:
build:
number: {{ number }}
- preserve_egg_dir: 'yes'
package:
name: {{ name }}
diff --git a/stsci.ndimage/bld.bat b/stsci.ndimage/bld.bat
index 39b5e1f..6d5f099 100644
--- a/stsci.ndimage/bld.bat
+++ b/stsci.ndimage/bld.bat
@@ -1 +1 @@
-%PYTHON% setup.py install
+%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.ndimage/build.sh b/stsci.ndimage/build.sh
index 5a5aeeb..b699425 100644
--- a/stsci.ndimage/build.sh
+++ b/stsci.ndimage/build.sh
@@ -1 +1 @@
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.ndimage/meta.yaml b/stsci.ndimage/meta.yaml
index 10e98bd..c8ca0d3 100644
--- a/stsci.ndimage/meta.yaml
+++ b/stsci.ndimage/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'stsci.ndimage' %}
{% set version = '0.10.1' %}
-{% set number = '2' %}
+{% set number = '3' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -11,7 +11,6 @@ about:
build:
number: {{ number }}
- preserve_egg_dir: 'yes'
package:
name: {{ name }}
diff --git a/stsci.skypac/meta.yaml b/stsci.skypac/meta.yaml
index 7dc13a6..b1102ec 100644
--- a/stsci.skypac/meta.yaml
+++ b/stsci.skypac/meta.yaml
@@ -31,6 +31,7 @@ requirements:
- spherical-geometry >=1.2.2
- stsci.tools
- stwcs
+ - numpy
- python
source:
diff --git a/stsci.sphinxext/bld.bat b/stsci.sphinxext/bld.bat
index 39b5e1f..6d5f099 100644
--- a/stsci.sphinxext/bld.bat
+++ b/stsci.sphinxext/bld.bat
@@ -1 +1 @@
-%PYTHON% setup.py install
+%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.sphinxext/build.sh b/stsci.sphinxext/build.sh
index 5a5aeeb..b699425 100644
--- a/stsci.sphinxext/build.sh
+++ b/stsci.sphinxext/build.sh
@@ -1 +1 @@
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.sphinxext/meta.yaml b/stsci.sphinxext/meta.yaml
index 3a35ce3..54f74b2 100644
--- a/stsci.sphinxext/meta.yaml
+++ b/stsci.sphinxext/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'stsci.sphinxext' %}
{% set version = '1.2.2' %}
-{% set number = '1' %}
+{% set number = '2' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -9,7 +9,6 @@ about:
build:
number: {{ number }}
- preserve_egg_dir: 'yes'
package:
name: {{ name }}
diff --git a/stsci.stimage/bld.bat b/stsci.stimage/bld.bat
index 39b5e1f..6d5f099 100644
--- a/stsci.stimage/bld.bat
+++ b/stsci.stimage/bld.bat
@@ -1 +1 @@
-%PYTHON% setup.py install
+%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.stimage/build.sh b/stsci.stimage/build.sh
index 5a5aeeb..b699425 100644
--- a/stsci.stimage/build.sh
+++ b/stsci.stimage/build.sh
@@ -1 +1 @@
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.stimage/meta.yaml b/stsci.stimage/meta.yaml
index 45e87b2..9cbaa03 100644
--- a/stsci.stimage/meta.yaml
+++ b/stsci.stimage/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'stsci.stimage' %}
{% set version = '0.2.2' %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -9,7 +9,6 @@ about:
build:
number: {{ number }}
- preserve_egg_dir: 'yes'
package:
name: {{ name }}
diff --git a/stsci.tools/bld.bat b/stsci.tools/bld.bat
index 39b5e1f..6d5f099 100644
--- a/stsci.tools/bld.bat
+++ b/stsci.tools/bld.bat
@@ -1 +1 @@
-%PYTHON% setup.py install
+%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.tools/build.sh b/stsci.tools/build.sh
index 5a5aeeb..b699425 100644
--- a/stsci.tools/build.sh
+++ b/stsci.tools/build.sh
@@ -1 +1 @@
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml
index b6f1ecb..39e6fa4 100644
--- a/stsci.tools/meta.yaml
+++ b/stsci.tools/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'stsci.tools' %}
{% set version = '3.4.13' %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/stsci.tools
@@ -10,7 +10,6 @@ about:
build:
number: {{ number }}
- preserve_egg_dir: 'yes'
package:
name: {{ name }}