aboutsummaryrefslogtreecommitdiff
path: root/deprecated/astropy/astropy.ini
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/astropy/astropy.ini')
-rw-r--r--deprecated/astropy/astropy.ini42
1 files changed, 42 insertions, 0 deletions
diff --git a/deprecated/astropy/astropy.ini b/deprecated/astropy/astropy.ini
new file mode 100644
index 0000000..83eebb0
--- /dev/null
+++ b/deprecated/astropy/astropy.ini
@@ -0,0 +1,42 @@
+[package]
+name: astropy
+version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git
+
+[about]
+home: https://github.com/astropy/${package:name}
+license: BSD
+summary: ${package:name}
+readme: README.rst
+
+[source]
+#fn: ${package:name}-${package:version}.tar.gz
+#url: ${cbc_cgi:url}/${fn}
+git_url: ${about:home}
+
+[build]
+number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
+
+[requirements]
+build:
+ jinja2
+ astropy-helpers
+ cython
+ setuptools
+ numpy
+ python
+
+run:
+ jinja2
+ cython
+ astropy-helpers
+ numpy
+ python
+
+
+[cbc_build]
+linux:
+ python setup.py install --offline || exit 1
+
+windows:
+ python setup.py install --offline
+ if errorlevel 1 exit 1