forked from sclorg/rhscl-rebuild-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
python.yml
87 lines (85 loc) · 1.97 KB
/
python.yml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Recipes for Python Software Collections
---
python27:
name: Python 2.7
packages:
- python27
- python
- python-setuptools
- python-wheel
- python-pip:
macros:
build_wheel: 0
- python-coverage
- python-nose:
macros:
with_docs: 0
- python-markupsafe
- python-jinja2:
macros:
with_docs: 0
- python-docutils
- python-pygments
- python-sphinx
- python-nose:
macros:
with_docs: 1
- python-jinja2:
macros:
with_docs: 1
- python-six
- babel
- python-psycopg2
- python-pymongo
- python-simplejson
- python-sqlalchemy
- python-virtualenv
- python-werkzeug
rh-python34:
name: Python 3.4
packages:
- rh-python34
- python:
macros:
with_rewheel: 0
- python-setuptools:
macros:
with_rewheel: 0
- python-pip:
macros:
with_rewheel: 0
- python-wheel
- python-setuptools:
macros:
with_rewheel: 1
- python-pip:
macros:
with_rewheel: 1
- python:
macros:
with_rewheel: 1
- python-coverage
- python-nose:
macros:
with_docs: 0
- python-markupsafe
- python-jinja2:
macros:
with_docs: 0
- python-docutils
- python-pygments
- python-sphinx
- python-nose:
macros:
with_docs: 1
- python-jinja2:
macros:
with_docs: 1
- python-six
- babel
- python-psycopg2
- python-pymongo
- python-simplejson
- python-sqlalchemy
- python-virtualenv
- python-werkzeug