diff options
Diffstat (limited to 'webbpsf')
-rw-r--r-- | webbpsf/bld.bat | 1 | ||||
-rw-r--r-- | webbpsf/build.sh | 4 | ||||
-rw-r--r-- | webbpsf/meta.yaml | 8 |
3 files changed, 4 insertions, 9 deletions
diff --git a/webbpsf/bld.bat b/webbpsf/bld.bat index 760380e..39b5e1f 100644 --- a/webbpsf/bld.bat +++ b/webbpsf/bld.bat @@ -1,2 +1 @@ - %PYTHON% setup.py install diff --git a/webbpsf/build.sh b/webbpsf/build.sh index 49370ee..5a5aeeb 100644 --- a/webbpsf/build.sh +++ b/webbpsf/build.sh @@ -1,5 +1 @@ -# Remove astropy version pinning (i.e, handled by recipe) -sed -e "s/'astropy[\!=<>].*,$/'astropy',/" setup.py > setup.py.new -mv setup.py.new setup.py - $PYTHON setup.py install diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index 682dd8e..0baa650 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '2' %} +{% set number = '3' %} # Keep in mind: # webbpsf-data is version-locked to prevent older builds from picking @@ -34,7 +34,7 @@ requirements: - pysiaf - jwxml - six [py27] - - webbpsf-data >=0.4.1 + - webbpsf-data >=0.7.0 - setuptools - python {{ python }} @@ -48,12 +48,12 @@ requirements: - poppy - pysiaf - six [py27] - - webbpsf-data >=0.4.1 + - webbpsf-data >=0.7.0 - setuptools - python source: - git_url: https://github.com/mperrin/{{ name }}.git + git_url: https://github.com/spacetelescope/{{ name }}.git test: commands: |