forked from VersionClimber/VersionClimber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
57 lines (46 loc) · 901 Bytes
/
meta.yaml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{% set version = "1.3.5" %}
package:
name: versionclimber
version: {{version}}
source:
path: ..
build:
noarch: python
number: 0
entry_points:
- vclimb = versionclimber.vclimb:main
script: {{PYTHON}} setup.py install
requirements:
host:
- python {{PY_VER}}
- setuptools
run:
- python
- path
- gitpython
- pyyaml
- six
- requests
- pyzmq
test:
requires:
- pytest
imports:
- versionclimber
- versionclimber.utils
- versionclimber.liquid
- versionclimber.liquidparser
source_files:
- test/
- test/config.yaml
commands:
- vclimb --help
- cd test
- pytest -v test_*.py
about:
home: 'https://github.com/VersionClimber/VersionClimber'
license: 'Cecill-C'
summary: 'Version Climber: System and Algorithms for Package evolution in Data Science.'
extra:
recipe-maintainers:
- pradal