forked from sclorg/rhscl-rebuild-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.yml
45 lines (43 loc) · 836 Bytes
/
example.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
# Recipe for python collections
---
python33:
- name: Python 3.3
- packages:
- python33
- python
- python-setuptools
- python-docutils
- python-markupsafe
- python-jinja2:
macros:
with_docs: 0
- python-coverage
- python-nose
macros:
with_docs: 0
- python-sphinx
- python-pygments
- python-jinja2
- python-nose
- python-simplejson
- python-virtualenv
- python-el6-only-package:
platforms: [el5, el6]
- python-sqlalchemy
python27:
- name: Python 2.7
- packages:
- python27
- python
- python-setuptools
- python-docutils
- python-markupsafe
- python-jinja2
macros:
with_docs: 0
- python-coverage
ruby193:
- name: Ruby 1.9.3
- requires: [v8314]
- packages:
- ruby