diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-01-27 17:26:05 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-01-27 17:26:05 -0500 |
commit | d9bd224fccd241cea832fb82511e4817fbf755c2 (patch) | |
tree | 6530d35e582e446cd325dc4ccf8776e0ba30f01f | |
parent | 195ab6c5cdca7ae47fa73eb996f6100f71def4ff (diff) | |
download | cbc-recipes-d9bd224fccd241cea832fb82511e4817fbf755c2.tar.gz |
Initial commit
-rw-r--r-- | selenium/selenium.ini | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/selenium/selenium.ini b/selenium/selenium.ini new file mode 100644 index 0000000..3a14f32 --- /dev/null +++ b/selenium/selenium.ini @@ -0,0 +1,39 @@ +[package] +name : selenium +version : 2.49.2 + +[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 : 17cfe7c6adb2cad1f64a61cf753f0738 + +[build] +number : 0 + +[requirements] +build : + setuptools + python + +run : + python + +[test] +imports : + selenium + +commands : + +[cbc_build] +linux : + python setup.py install || exit 1 + +windows : + python setup.py install + if errorlevel 1 exit 1 + |