diff options
-rw-r--r-- | pyraf/build.sh | 3 | ||||
-rw-r--r-- | pyraf/meta.yaml | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/pyraf/build.sh b/pyraf/build.sh index 1067454..8295030 100644 --- a/pyraf/build.sh +++ b/pyraf/build.sh @@ -5,8 +5,7 @@ fi if [[ $PY3K > 0 ]]; then set +e - 2to3 -w --fix=print . - 2to3 -w --fix=except . + 2to3 -w . fi python setup.py install || exit 1 diff --git a/pyraf/meta.yaml b/pyraf/meta.yaml index 9e9be3e..da267f5 100644 --- a/pyraf/meta.yaml +++ b/pyraf/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'pyraf' %} {% set version = '2.1.10' %} -{% set number = '2' %} +{% set number = '3' %} about: home: https://github.com/spacetelescope/pyraf |