aboutsummaryrefslogtreecommitdiff
path: root/pyraf/pyraf.ini
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2015-12-10 21:53:14 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2015-12-10 21:53:14 -0500
commitbc81b8a5be22f46863f347c2df0dea793593de7e (patch)
tree29656796a0c1c93d23c920a9558478ea4c55d9db /pyraf/pyraf.ini
parent44403c24e373721220156fb31cb51599985b04bf (diff)
downloadcbc-recipes-bc81b8a5be22f46863f347c2df0dea793593de7e.tar.gz
Initial commit
Diffstat (limited to 'pyraf/pyraf.ini')
-rw-r--r--pyraf/pyraf.ini51
1 files changed, 51 insertions, 0 deletions
diff --git a/pyraf/pyraf.ini b/pyraf/pyraf.ini
new file mode 100644
index 0000000..0df7135
--- /dev/null
+++ b/pyraf/pyraf.ini
@@ -0,0 +1,51 @@
+[package]
+name : pyraf
+version : 2.1.10
+
+[about]
+home : https://pypi.python.org/packages/source/p/${package:name}
+license : BSD
+summary : ${package:name}
+
+[source]
+fn : ${package:name}-${package:version}.tar.gz
+url : ${about:home}/${fn}
+md5 : 221aed9d6af6377118ffd22f544e7f4b
+
+[build]
+number : 0
+
+[requirements]
+build :
+ d2to1
+ astropy
+ stsci.distutils
+ stsci.tools
+ setuptools
+ python
+run :
+ astropy
+ stsci.distutils
+ stsci.tools
+ python
+
+[test]
+imports :
+
+commands :
+
+
+[cbc_build]
+linux :
+ #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
+