diff options
Diffstat (limited to 'astropy-helpers/astropy-helpers.ini')
-rw-r--r-- | astropy-helpers/astropy-helpers.ini | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/astropy-helpers/astropy-helpers.ini b/astropy-helpers/astropy-helpers.ini new file mode 100644 index 0000000..7c4b092 --- /dev/null +++ b/astropy-helpers/astropy-helpers.ini @@ -0,0 +1,42 @@ +[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-helpers +version: 1.0.2 + +[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: 2 + +[requirements] +build: + python + setuptools + numpy +run: + python + numpy + + +[cbc_build] +linux: + python setup.py install || exit 1 + + +windows: + python setup.py install + if errorlevel 1 exit 1
\ No newline at end of file |