aboutsummaryrefslogtreecommitdiff
path: root/astropy/astropy.ini
diff options
context:
space:
mode:
Diffstat (limited to 'astropy/astropy.ini')
-rw-r--r--astropy/astropy.ini45
1 files changed, 45 insertions, 0 deletions
diff --git a/astropy/astropy.ini b/astropy/astropy.ini
new file mode 100644
index 0000000..04261db
--- /dev/null
+++ b/astropy/astropy.ini
@@ -0,0 +1,45 @@
+[cbc_cgi]
+local_server: true
+local_port: 8888
+local_sources: /srv/conda/sources
+protocol: http
+url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port}
+
+[package]
+name: astropy
+version: 1.0.3
+
+[about]
+home: http://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}
+
+
+[build]
+number: 1
+
+[requirements]
+build:
+ astropy-helpers
+ python
+ setuptools
+ numpy
+
+run:
+ astropy-helpers
+ python
+ numpy
+
+
+[cbc_build]
+linux:
+ python setup.py install --offline || exit 1
+
+windows:
+ python setup.py install --offline
+ if errorlevel 1 exit 1 \ No newline at end of file