diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-03-30 16:20:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-30 16:20:14 -0400 |
commit | 12f9c2e9fb32ca86366604e24bef6a3089096cd1 (patch) | |
tree | c8a39b6f7511faca6fa2053980b4ed382f1a04b0 /drizzlepac | |
parent | cdbe91039e4f02bed02524ca5c26691af81369c1 (diff) | |
download | astroconda-dev-12f9c2e9fb32ca86366604e24bef6a3089096cd1.tar.gz |
Fixup drizzlepac, stsci.skypac, add stsci_rtd_theme (#123)
Diffstat (limited to 'drizzlepac')
-rw-r--r-- | drizzlepac/bld.bat | 3 | ||||
-rw-r--r-- | drizzlepac/build.sh | 3 | ||||
-rw-r--r-- | drizzlepac/meta.yaml | 11 |
3 files changed, 10 insertions, 7 deletions
diff --git a/drizzlepac/bld.bat b/drizzlepac/bld.bat index 7fba400..30067d8 100644 --- a/drizzlepac/bld.bat +++ b/drizzlepac/bld.bat @@ -1,3 +1,2 @@ - - +%PYTHON% setup.py build build_ext --inplace -- build_sphinx %PYTHON% setup.py install diff --git a/drizzlepac/build.sh b/drizzlepac/build.sh index 9b298cd..ccf863b 100644 --- a/drizzlepac/build.sh +++ b/drizzlepac/build.sh @@ -1,3 +1,2 @@ - -test -f setup.cfg && sed -i -e '/astrolib\.coords.*/d' setup.cfg +$PYTHON setup.py build build_ext --inplace -- build_sphinx $PYTHON setup.py install diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index 27b9afd..3189579 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '1' %} +{% set number = '2' %} about: home: https://github.com/spacetelescope/drizzlepac.git @@ -23,15 +23,20 @@ requirements: - stsci.distutils - astropy - fitsblender + - graphviz - nictools + - numpydoc - scipy + - spherical-geometry + - sphinx + - sphinx_rtd_theme + - stsci_rtd_theme - stsci.convolve - stsci.image - stsci.imagemanip - stsci.imagestats - stsci.ndimage - stsci.skypac - - stsci.sphere - stsci.stimage - stwcs - pyregion @@ -44,13 +49,13 @@ requirements: - fitsblender - nictools - scipy + - spherical-geometry - stsci.convolve - stsci.image - stsci.imagemanip - stsci.imagestats - stsci.ndimage - stsci.skypac - - stsci.sphere - stsci.stimage - stwcs - pyregion |