summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-05-07 14:23:47 -0400
committerGitHub <noreply@github.com>2019-05-07 14:23:47 -0400
commit3891b3da15bbff3f12d6fe08eb92b54e775714a5 (patch)
treee0744d4ffe46f78bbf2eb12ace07e8136c7d521c
parent4a24bbbea2a4a50b5580b57d8f4ae858ae04dd32 (diff)
downloadastroconda-dev-3891b3da15bbff3f12d6fe08eb92b54e775714a5.tar.gz
Refactor namespace packages to avoid .egg creation (#195)
-rw-r--r--stsci.convolve/bld.bat4
-rw-r--r--stsci.convolve/build.sh3
-rw-r--r--stsci.convolve/meta.yaml3
-rw-r--r--stsci.distutils/bld.bat6
-rw-r--r--stsci.distutils/build.sh3
-rw-r--r--stsci.distutils/meta.yaml2
-rw-r--r--stsci.image/bld.bat4
-rw-r--r--stsci.image/build.sh3
-rw-r--r--stsci.image/meta.yaml3
-rw-r--r--stsci.imagemanip/bld.bat4
-rw-r--r--stsci.imagemanip/build.sh3
-rw-r--r--stsci.imagemanip/meta.yaml3
-rw-r--r--stsci.imagestats/bld.bat4
-rw-r--r--stsci.imagestats/build.sh3
-rw-r--r--stsci.imagestats/meta.yaml3
-rw-r--r--stsci.ndimage/bld.bat4
-rw-r--r--stsci.ndimage/build.sh3
-rw-r--r--stsci.ndimage/meta.yaml3
-rw-r--r--stsci.skypac/bld.bat4
-rw-r--r--stsci.skypac/build.sh2
-rw-r--r--stsci.skypac/meta.yaml3
-rw-r--r--stsci.sphinxext/bld.bat4
-rw-r--r--stsci.sphinxext/build.sh3
-rw-r--r--stsci.sphinxext/meta.yaml3
-rw-r--r--stsci.stimage/bld.bat4
-rw-r--r--stsci.stimage/build.sh3
-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
30 files changed, 30 insertions, 67 deletions
diff --git a/stsci.convolve/bld.bat b/stsci.convolve/bld.bat
index 7fba400..6d5f099 100644
--- a/stsci.convolve/bld.bat
+++ b/stsci.convolve/bld.bat
@@ -1,3 +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 6bd6081..b699425 100644
--- a/stsci.convolve/build.sh
+++ b/stsci.convolve/build.sh
@@ -1,2 +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 9217138..0ec1204 100644
--- a/stsci.convolve/meta.yaml
+++ b/stsci.convolve/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '2' %}
+{% set number = '3' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -12,7 +12,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 371bd69..6d5f099 100644
--- a/stsci.distutils/bld.bat
+++ b/stsci.distutils/bld.bat
@@ -1,5 +1 @@
-
-echo This d2to1 hack is deadly.
-REM pip install --no-deps --upgrade --force d2to1
-
-%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 6bd6081..b699425 100644
--- a/stsci.distutils/build.sh
+++ b/stsci.distutils/build.sh
@@ -1,2 +1 @@
-
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.distutils/meta.yaml b/stsci.distutils/meta.yaml
index ec67939..7504ecb 100644
--- a/stsci.distutils/meta.yaml
+++ b/stsci.distutils/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '2' %}
+{% set number = '3' %}
about:
home: https://github.com/spacetelescope/{{ name }}
diff --git a/stsci.image/bld.bat b/stsci.image/bld.bat
index 7fba400..6d5f099 100644
--- a/stsci.image/bld.bat
+++ b/stsci.image/bld.bat
@@ -1,3 +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 6bd6081..b699425 100644
--- a/stsci.image/build.sh
+++ b/stsci.image/build.sh
@@ -1,2 +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 7a5e7f3..7d33b69 100644
--- a/stsci.image/meta.yaml
+++ b/stsci.image/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '2' %}
+{% set number = '3' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -12,7 +12,6 @@ about:
build:
number: {{ number }}
- preserve_egg_dir: 'yes'
package:
name: {{ name }}
diff --git a/stsci.imagemanip/bld.bat b/stsci.imagemanip/bld.bat
index 7fba400..6d5f099 100644
--- a/stsci.imagemanip/bld.bat
+++ b/stsci.imagemanip/bld.bat
@@ -1,3 +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 6bd6081..b699425 100644
--- a/stsci.imagemanip/build.sh
+++ b/stsci.imagemanip/build.sh
@@ -1,2 +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 9fc0317..8921bd7 100644
--- a/stsci.imagemanip/meta.yaml
+++ b/stsci.imagemanip/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -11,7 +11,6 @@ about:
summary: stsci.imagemanip
build:
number: {{ number }}
- preserve_egg_dir: 'yes'
package:
name: {{ name }}
diff --git a/stsci.imagestats/bld.bat b/stsci.imagestats/bld.bat
index 7fba400..6d5f099 100644
--- a/stsci.imagestats/bld.bat
+++ b/stsci.imagestats/bld.bat
@@ -1,3 +1 @@
-
-
-%PYTHON% setup.py install
+%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.imagestats/build.sh b/stsci.imagestats/build.sh
index 6bd6081..b699425 100644
--- a/stsci.imagestats/build.sh
+++ b/stsci.imagestats/build.sh
@@ -1,2 +1 @@
-
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.imagestats/meta.yaml b/stsci.imagestats/meta.yaml
index 0d0988c..a4a5991 100644
--- a/stsci.imagestats/meta.yaml
+++ b/stsci.imagestats/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -12,7 +12,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 7fba400..6d5f099 100644
--- a/stsci.ndimage/bld.bat
+++ b/stsci.ndimage/bld.bat
@@ -1,3 +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 6bd6081..b699425 100644
--- a/stsci.ndimage/build.sh
+++ b/stsci.ndimage/build.sh
@@ -1,2 +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 95f6e4c..e041418 100644
--- a/stsci.ndimage/meta.yaml
+++ b/stsci.ndimage/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '2' %}
+{% set number = '3' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -12,7 +12,6 @@ about:
build:
number: {{ number }}
- preserve_egg_dir: 'yes'
package:
name: {{ name }}
diff --git a/stsci.skypac/bld.bat b/stsci.skypac/bld.bat
index 5db04b7..6d5f099 100644
--- a/stsci.skypac/bld.bat
+++ b/stsci.skypac/bld.bat
@@ -1,3 +1 @@
-
-%PYTHON% setup.py install
-2to3 -w .
+%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.skypac/build.sh b/stsci.skypac/build.sh
index 5a5aeeb..b699425 100644
--- a/stsci.skypac/build.sh
+++ b/stsci.skypac/build.sh
@@ -1 +1 @@
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.skypac/meta.yaml b/stsci.skypac/meta.yaml
index 5796635..2c5bbf5 100644
--- a/stsci.skypac/meta.yaml
+++ b/stsci.skypac/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '3' %}
+{% set number = '4' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -12,7 +12,6 @@ about:
build:
number: {{ number }}
- preserve_egg_dir: 'yes'
package:
name: {{ name }}
diff --git a/stsci.sphinxext/bld.bat b/stsci.sphinxext/bld.bat
index 7fba400..6d5f099 100644
--- a/stsci.sphinxext/bld.bat
+++ b/stsci.sphinxext/bld.bat
@@ -1,3 +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 6bd6081..b699425 100644
--- a/stsci.sphinxext/build.sh
+++ b/stsci.sphinxext/build.sh
@@ -1,2 +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 7d1186b..4ddd8b0 100644
--- a/stsci.sphinxext/meta.yaml
+++ b/stsci.sphinxext/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '2' %}
+{% set number = '3' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -12,7 +12,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 7fba400..6d5f099 100644
--- a/stsci.stimage/bld.bat
+++ b/stsci.stimage/bld.bat
@@ -1,3 +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 6bd6081..b699425 100644
--- a/stsci.stimage/build.sh
+++ b/stsci.stimage/build.sh
@@ -1,2 +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 8530261..b5070dd 100644
--- a/stsci.stimage/meta.yaml
+++ b/stsci.stimage/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -12,7 +12,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 f9b73f2..7470c4e 100644
--- a/stsci.tools/meta.yaml
+++ b/stsci.tools/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -12,7 +12,6 @@ about:
build:
number: {{ number }}
- preserve_egg_dir: 'yes'
package:
name: {{ name }}