blob: 1397f19f7b6bcf812a6b822ad8520d54e81d3ff1 (
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 = '2' %}
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
|