diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-01-12 22:36:37 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-01-12 22:36:37 -0500 |
commit | 7d1ee75af89b3e65c2ef1de8a0a32c92ab4b11b9 (patch) | |
tree | 7ea9efcb5b1cd0d0f4e72d1f790784417e638045 /sphinxcontrib-programoutput/sphinxcontrib-programoutput.ini | |
parent | 5b4a787144468680c6239ea5db1361d163933071 (diff) | |
download | cbc-recipes-7d1ee75af89b3e65c2ef1de8a0a32c92ab4b11b9.tar.gz |
Initial commit (mostly pandeia related)
Diffstat (limited to 'sphinxcontrib-programoutput/sphinxcontrib-programoutput.ini')
-rw-r--r-- | sphinxcontrib-programoutput/sphinxcontrib-programoutput.ini | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/sphinxcontrib-programoutput/sphinxcontrib-programoutput.ini b/sphinxcontrib-programoutput/sphinxcontrib-programoutput.ini new file mode 100644 index 0000000..2c699ee --- /dev/null +++ b/sphinxcontrib-programoutput/sphinxcontrib-programoutput.ini @@ -0,0 +1,41 @@ +[package] +name : sphinxcontrib-programoutput +version : 0.8 + +[about] +home : https://pypi.python.org/packages/source/s/${package:name} +license : BSD +summary : ${package:name} + +[source] +fn : ${package:name}-${package:version}.tar.gz +url : ${about:home}/${fn} +md5 : bb0be17ef13f268378b2af51ff413c58 + +[build] +number : 0 + +[requirements] +build : + sphinx + setuptools + python + +run : + sphinx + python + +[test] +imports : + # can't test this + +commands : + +[cbc_build] +linux : + python setup.py install || exit 1 + +windows : + python setup.py install + if errorlevel 1 exit 1 + |