forked from conda-archive/conda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
45 lines (38 loc) · 869 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
package:
name: cletus
version: 1.0.12
source:
git_url: https://github.com/kenfar/cletus
git_tag: v1.0.12
patches:
- 0001-Corrected-version-from-future-of-one-dependency.patch
build:
number: 0
requirements:
build:
- distribute
- python
- pyyaml >=3.0
- appdirs >=1.3.0
- pytest >=2.6.0
- tox >=1.8.0
- envoy >=0.0.2
- py >=1.4.0
- validictory >=0.9.0
run:
- distribute
- python
- pyyaml >=3.0
- appdirs >=1.3.0
- pytest >=2.6.0
- tox >=1.8.0
- envoy >=0.0.2
- py >=1.4.0
- validictory >=0.9.0
test:
imports:
- cletus
about:
home: https://github.com/kenfar/cletus
license: BSD
summary: Cletus is a library to help with write commmand line python programs.