aboutsummaryrefslogtreecommitdiff
path: root/mechanize/mechanize.ini
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-01-12 22:36:37 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2016-01-12 22:36:37 -0500
commit7d1ee75af89b3e65c2ef1de8a0a32c92ab4b11b9 (patch)
tree7ea9efcb5b1cd0d0f4e72d1f790784417e638045 /mechanize/mechanize.ini
parent5b4a787144468680c6239ea5db1361d163933071 (diff)
downloadcbc-recipes-7d1ee75af89b3e65c2ef1de8a0a32c92ab4b11b9.tar.gz
Initial commit (mostly pandeia related)
Diffstat (limited to 'mechanize/mechanize.ini')
-rw-r--r--mechanize/mechanize.ini39
1 files changed, 39 insertions, 0 deletions
diff --git a/mechanize/mechanize.ini b/mechanize/mechanize.ini
new file mode 100644
index 0000000..ccf9fd5
--- /dev/null
+++ b/mechanize/mechanize.ini
@@ -0,0 +1,39 @@
+[package]
+name : mechanize
+version : 0.2.5
+
+[about]
+home : https://pypi.python.org/packages/source/m/${package:name}
+license : BSD
+summary : ${package:name}
+
+[source]
+fn : ${package:name}-${package:version}.tar.gz
+url : ${about:home}/${fn}
+md5 : 32657f139fc2fb75bcf193b63b8c60b2
+
+[build]
+number : 0
+
+[requirements]
+build :
+ setuptools
+ python
+
+run :
+ python
+
+[test]
+imports :
+ mechanize
+
+commands :
+
+[cbc_build]
+linux :
+ python setup.py install || exit 1
+
+windows :
+ python setup.py install
+ if errorlevel 1 exit 1
+