From 9928739b9d03aa45c2acb3a00969cbafed4b1d7a Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 29 Jun 2015 00:08:50 -0400 Subject: Initial commit --- specview/specview.ini | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 specview/specview.ini (limited to 'specview/specview.ini') diff --git a/specview/specview.ini b/specview/specview.ini new file mode 100644 index 0000000..713d4b0 --- /dev/null +++ b/specview/specview.ini @@ -0,0 +1,48 @@ +[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: specview +#version: 0.2 + +[about] +home: http://github.com/spacetelescope/${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}.git + +[build] +number: 1 + +[requirements] +build: + astropy + numpy + scipy + pyqtgraph + setuptools + python + +run: + astropy + numpy + scipy + pyqtgraph + python + +[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 -- cgit