summaryrefslogtreecommitdiff
path: root/py-expression-eval/meta.yaml
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-11-07 10:35:43 -0500
committerGitHub <noreply@github.com>2017-11-07 10:35:43 -0500
commit509e9f4d9b7282d90f9ac8b6b515c36a52fc118f (patch)
tree9a72ce20ca33b31bfddc0a14ac8317a6b7c62cb7 /py-expression-eval/meta.yaml
parent05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22 (diff)
parentae9265d4e2407579822310cc3cf68a150ea3bed7 (diff)
downloadastroconda-contrib-509e9f4d9b7282d90f9ac8b6b515c36a52fc118f.tar.gz
Merge branch 'master' into imexam0.8.0
Diffstat (limited to 'py-expression-eval/meta.yaml')
-rw-r--r--py-expression-eval/meta.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/py-expression-eval/meta.yaml b/py-expression-eval/meta.yaml
new file mode 100644
index 0000000..1222220
--- /dev/null
+++ b/py-expression-eval/meta.yaml
@@ -0,0 +1,33 @@
+{% set name = 'py-expression-eval' %}
+{% set version = '0.3.4' %}
+{% set tag = 'v' + version %}
+{% set number = '0' %}
+
+about:
+ home: https://github.com/Axiacore/{{ name }}
+ license: MIT
+ description: Python Mathematical Expression Evaluator
+
+package:
+ name: {{ name }}
+ version: {{ version }}
+
+build:
+ number: {{ number }}
+
+requirements:
+ build:
+ - setuptools
+ - python
+
+ run:
+ - python
+
+source:
+ git_tag: {{ tag }}
+ git_url: https://github.com/Axiacore/{{ name }}.git
+
+test:
+ imports:
+ - py_expression_eval
+