diff options
Diffstat (limited to 'drizzlepac')
| -rw-r--r-- | drizzlepac/bld.bat | 3 | ||||
| -rw-r--r-- | drizzlepac/build.sh | 1 | ||||
| -rw-r--r-- | drizzlepac/meta.yaml | 87 | 
3 files changed, 49 insertions, 42 deletions
| diff --git a/drizzlepac/bld.bat b/drizzlepac/bld.bat index 39b5e1f..d6d7ec3 100644 --- a/drizzlepac/bld.bat +++ b/drizzlepac/bld.bat @@ -1 +1,4 @@ +%PYTHON% setup.py build build_ext --inplace -- build_sphinx +if errorlevel 1 exit 1 +  %PYTHON% setup.py install diff --git a/drizzlepac/build.sh b/drizzlepac/build.sh index 5a5aeeb..ccf863b 100644 --- a/drizzlepac/build.sh +++ b/drizzlepac/build.sh @@ -1 +1,2 @@ +$PYTHON setup.py build build_ext --inplace -- build_sphinx  $PYTHON setup.py install diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index 66afb86..028a769 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -1,6 +1,6 @@  {% set name = 'drizzlepac' %} -{% set version = '2.1.22' %} -{% set number = '1' %} +{% set version = '2.2.0' %} +{% set number = '0' %}  about:      home: https://github.com/spacetelescope/{{ name }} @@ -16,46 +16,49 @@ package:  requirements:      build: -    - d2to1 -    - stsci.distutils -    - astropy >=1.1 -    - fitsblender -    - nictools -    - numpy {{ numpy }} -    - scipy -    - stsci.convolve -    - stsci.distutils -    - stsci.image -    - stsci.imagemanip -    - stsci.imagestats -    - stsci.ndimage -    - stsci.skypac -    - stsci.sphere -    - stsci.stimage -    - stsci.tools -    - stwcs -    - pyregion -    - python {{ python }} -    - setuptools +      - 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 +      - pyregion +      - python {{ python }} +      - setuptools      run: -    - astropy >=1.1 -    - fitsblender -    - nictools -    - numpy -    - scipy -    - stsci.convolve -    - stsci.image -    - stsci.imagemanip -    - stsci.imagestats -    - stsci.ndimage -    - stsci.skypac -    - stsci.sphere -    - stsci.stimage -    - stsci.tools -    - stwcs -    - pyregion -    - setuptools -    - python +      - 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 +      - pyregion +      - setuptools +      - python  source:      git_tag: {{ version }} @@ -63,4 +66,4 @@ source:  test:      imports: -    - drizzlepac +      - drizzlepac | 
