diff options
Diffstat (limited to 'pyraf/pyraf.ini')
-rw-r--r-- | pyraf/pyraf.ini | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/pyraf/pyraf.ini b/pyraf/pyraf.ini index 373072e..3900b98 100644 --- a/pyraf/pyraf.ini +++ b/pyraf/pyraf.ini @@ -9,48 +9,52 @@ summary : ${package:name} [source] git_url: ${about:home} -git_tag: +git_tag: ${package:version} [build] number : 0 [requirements] build : - d2to1 + d2to1 astropy >=1.1 + ipython #pyobjc-core [osx] #pyobjc-cocoa [osx] #pyobjc-quartz [osx] stsci.distutils stsci.tools - setuptools - python + setuptools + numpy x.x + python x.x run : astropy >=1.1 + ipython #pyobjc-core [osx] #pyobjc-cocoa [osx] #pyobjc-quartz [osx] stsci.distutils stsci.tools - python + numpy x.x + python x.x [test] imports : - + commands : - pyraf --help + pyraf --help [cbc_build] linux : - #d2to1 hack active - pip install --no-deps --upgrade --force d2to1 || exit 1 - - python setup.py install || exit 1 + #d2to1 hack active + pip install --no-deps --upgrade --force d2to1 || exit 1 + + python setup.py install || exit 1 windows : - # d2to1 hack active - pip install --no-deps --upgrade --force d2to1 - if errorlevel 1 exit 1 - - python setup.py install - if errorlevel 1 exit 1 + # d2to1 hack active + pip install --no-deps --upgrade --force d2to1 + if errorlevel 1 exit 1 + + python setup.py install + if errorlevel 1 exit 1 |