diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-07-17 14:36:25 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-17 14:36:25 -0400 | 
| commit | 610feae518ee5228f78ef8a2109e13c848a79d40 (patch) | |
| tree | 877f4577856ee2e73417da1e32a26b2f1c540683 /drizzlepac | |
| parent | 2c93b79d40654a5947d9131f681a8a8089a8274f (diff) | |
| download | astroconda-contrib-610feae518ee5228f78ef8a2109e13c848a79d40.tar.gz | |
2019.3 Delivery prep (#524)
* Add sphinx-automodapi
* Update drizzlepac recipe for HSTDP 2019.3 final
* Remove sphinx-automodapi from this change set
* Re-enable testing clause in drizzlepac
Diffstat (limited to 'drizzlepac')
| -rw-r--r-- | drizzlepac/build.sh | 4 | ||||
| -rw-r--r-- | drizzlepac/meta.yaml | 88 | 
2 files changed, 47 insertions, 45 deletions
| diff --git a/drizzlepac/build.sh b/drizzlepac/build.sh index c975904..0079b1d 100644 --- a/drizzlepac/build.sh +++ b/drizzlepac/build.sh @@ -1,4 +1,4 @@ -pip install --no-deps --upgrade sphinx-automodapi +#pip install --no-deps --upgrade sphinx-automodapi -$PYTHON setup.py build build_ext --inplace -- build_sphinx +#$PYTHON setup.py build build_ext --inplace -- build_sphinx  $PYTHON setup.py install diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index a7b6b8e..077574c 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'drizzlepac' %} -{% set version = '2.2.6' %} +{% set version = '3.0.2' %}  {% set number = '0' %}  about: @@ -16,49 +16,51 @@ package:  requirements:      build: -      - astropy >=1.1 -      - fitsblender -      - graphviz -      - nictools -      - numpydoc -      - numpy {{ numpy }} -      - scipy -      - stsci.convolve -      - stsci.distutils -      - stsci.image -      - stsci.imagemanip -      - stsci.imagestats -      - stsci.ndimage -      - stsci.skypac -      - spherical-geometry -      - sphinx -      - sphinx_rtd_theme -      - stsci_rtd_theme -      - stsci.stimage -      - stsci.tools -      - stwcs -      - stregion -      - python {{ python }} -      - setuptools +    - acstools +    - astropy>=3.1.2 +    - astroquery +    - fitsblender +    - graphviz +    - lxml +    - nictools +    - nose +    - scipy +    - spherical-geometry +    - stsci.image +    - stsci.imagestats +    - stsci.skypac +    - stsci.stimage +    - stwcs +    - stregion +    - setuptools +    - photutils +    - pysynphot +    - tweakwcs +    - numpy {{ numpy }} +    #- numpy +    - python {{ python }}      run: -      - astropy >=1.1 -      - fitsblender -      - nictools -      - numpy -      - scipy -      - stsci.convolve -      - stsci.image -      - stsci.imagemanip -      - stsci.imagestats -      - stsci.ndimage -      - stsci.skypac -      - spherical-geometry -      - stsci.stimage -      - stsci.tools -      - stwcs -      - stregion -      - setuptools -      - python +    - acstools +    - astropy +    - astroquery +    - fitsblender +    - nictools +    - nose +    - lxml +    - scipy +    - spherical-geometry +    - stsci.image +    - stsci.imagestats +    - stsci.skypac +    - stsci.stimage +    - stwcs +    - stregion +    - setuptools +    - photutils +    - pysynphot +    - tweakwcs +    - numpy +    - python  source:      git_tag: {{ version }} | 
