summaryrefslogtreecommitdiffstats
path: root/recipe/meta.yaml
blob: 7dad9ac397d70e2b2f8b3fe95bed31c289515e0c (plain)
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
package:
  name: treelib
  version: {{ environ['VERSION'] }}

source:
  git_url: git://github.com/caesar0301/treelib.git
  git_tag: {{ environ['TAG'] }}

build:
  script: python setup.py install
  string: {{ environ['BUILD_NAME'] }}
  noarch: python

about:
    home: https://treelib.readthedocs.io/en/latest/
    summary: An efficient implementation of tree data structure in python 2/3.

requirements:
  build:
    - python
    - setuptools
    - pip
  
  run:
    - python