aboutsummaryrefslogtreecommitdiff
path: root/stsci.skypac
diff options
context:
space:
mode:
Diffstat (limited to 'stsci.skypac')
-rw-r--r--stsci.skypac/stsci.skypac.ini18
1 files changed, 10 insertions, 8 deletions
diff --git a/stsci.skypac/stsci.skypac.ini b/stsci.skypac/stsci.skypac.ini
index 9e487c5..60e9e4e 100644
--- a/stsci.skypac/stsci.skypac.ini
+++ b/stsci.skypac/stsci.skypac.ini
@@ -9,7 +9,7 @@ summary : ${package:name}
[source]
git_url : ${about:home}
-git_tag:
+git_tag: 0.9
[build]
number : 0
@@ -23,22 +23,24 @@ build :
stsci.sphere
stsci.tools
stwcs
- setuptools
- python
+ setuptools
+ numpy x.x
+ python x.x
run :
astropy >=1.1
stsci.imagestats
stsci.sphere
stsci.tools
stwcs
- python
+ python x.x
+ python x.x
[test]
imports :
stsci.skypac
-
+
commands :
-
+
[cbc_build]
linux :
@@ -63,12 +65,12 @@ linux :
set_py3k
- pip install --no-deps --upgrade --force d2to1
+ pip install --no-deps --upgrade --force d2to1
if [ $$PY3K -ne 0 ] ; then
sed -i -e "s|stsci.distutils.hooks.tag_svn_revision|#removed|" setup.cfg
2to3 -w .
fi
- python setup.py install || exit 1
+ python setup.py install || exit 1
windows :
python setup.py install