diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-03-14 15:22:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-14 15:22:23 -0400 |
commit | b566fc52ba1090a16460f93b366b28cdd19ed527 (patch) | |
tree | 67f905bfd9c4b3d1c2cab63d48ca4f7781e3269d /stsci.sphinxext | |
parent | e50fb27642e315351393cb3eaf74cf1c89269d78 (diff) | |
download | astroconda-contrib-b566fc52ba1090a16460f93b366b28cdd19ed527.tar.gz |
stsci.* namespace revamp: (#491)
* Remove preserve_egg_dir
* Use single version externally managed
Diffstat (limited to 'stsci.sphinxext')
-rw-r--r-- | stsci.sphinxext/bld.bat | 2 | ||||
-rw-r--r-- | stsci.sphinxext/build.sh | 2 | ||||
-rw-r--r-- | stsci.sphinxext/meta.yaml | 3 |
3 files changed, 3 insertions, 4 deletions
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 }} |