summaryrefslogtreecommitdiff
path: root/strata/python2-core.morph
blob: aa6fe2e559818c1b8de67b3223af69d56a9a8663 (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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
name: python2-core
kind: stratum
description: |
  Some "core" Python 2 packages, including the CPython interpreter itself.

build-depends:
- morph: strata/core.morph

chunks:
- name: python2
  morph: strata/python2-core/python2.morph
  repo: upstream:cpython
  ref: 57af3f22d11600ca98c0c9073d0b3b57d43f7c4b
  unpetrify-ref: v2.7.10

- name: python2-setuptools
  repo: upstream:python-setuptools-bitbucket
  ref: 0aa6a4de5931d02876428388678802db2371fd37
  unpetrify-ref: baserock/master
  build-system: python-distutils
  build-depends:
  - python2

- name: mako-python2
  repo: upstream:python-packages/mako.git
  ref: 285bc818a50ccc0f9549630f7c4f4c250585c3e7
  unpetrify-ref: rel_1_0_0
  build-system: python-distutils
  build-depends:
  - python2
  - python2-setuptools

- name: pbr-python2
  repo: upstream:pbr
  ref: aef4f7ef4faec987d553d1ca40b55951235af0b1
  unpetrify-ref: 0.10.7
  build-system: python-distutils
  build-depends:
  - python2
  - python2-setuptools

- name: python2-requests
  repo: upstream:python-requests
  ref: b83131779c701720a9ae9efae78996277d416269
  unpetrify-ref: v2.5.1
  build-system: python-distutils
  build-depends:
  - python2

- name: six-python2
  repo: upstream:six
  ref: 8cfbff6b764af86d825086fa1637aa009e90d75a
  unpetrify-ref: 1.9.0
  build-system: python-distutils
  build-depends:
  - python2

- name: pyyaml-python2
  morph: strata/python2-core/pyyaml-python2.morph
  repo: upstream:pyyaml
  ref: d9fbcceaed39d955f6871b07c61dc42f824285c1
  unpetrify-ref: baserock/morph
  build-depends:
  - python2
  - python2-setuptools

- name: cython2
  repo: upstream:cython
  ref: 4dd8e762fa51d01775506fbbc102c45dbcea065d
  unpetrify-ref: "0.22"
  build-system: python-distutils
  build-depends:
  - python2

- name: python2-lxml
  repo: upstream:python-lxml
  ref: 14505bc62f5f1fc9fb0ff007955f3e67ab4562bb
  unpetrify-ref: lxml-3.4.0
  build-system: python-distutils
  build-depends:
  - python2
  - cython2

- name: python2-markdown
  repo: upstream:python-markdown
  ref: f0c5b71acbc02af60a33d67c59558bb513b25e74
  unpetrify-ref: 2.5.1-final
  build-system: python-distutils
  build-depends:
  - python2

- name: libxml2-python2
  repo: upstream:libxml2
  ref: 6657afe83a38278f124ace71dc85f60420beb2d5
  unpetrify-ref: v2.9.3
  build-system: autotools
  build-depends:
  - python2

- name: jsonschema-python2
  repo: upstream:jsonschema
  ref: 35b60f390098d3306c03eee27ceec8cf8a493579
  unpetrify-ref: v2.3.0
  build-system: python-distutils
  build-depends:
  - python2
  - python2-setuptools