blob: 5bcedb415f447454a330df2e6d1f1778aa8e8ad5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
{% set name = 'py-expression-eval' %}
{% set version = '0.3.4' %}
{% set tag = 'v' + version %}
{% set number = '1' %}
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 {{ python }}
run:
- python
source:
git_tag: {{ tag }}
git_url: https://github.com/Axiacore/{{ name }}.git
test:
imports:
- py_expression_eval
|