summaryrefslogtreecommitdiff
path: root/elements/python2-core/pyyaml-python2.bst
blob: 1bac7aa78ce67ea57cfcfd4e130c841710b104a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
kind: manual
depends:
- core.bst
- python2-core/python2.bst
- python2-core/python2-setuptools.bst
sources:
- kind: git
  url: upstream:pyyaml
  track: baserock/morph
  ref: d9fbcceaed39d955f6871b07c61dc42f824285c1
config:
  build-commands:
  - python2 setup.py --without-libyaml build
  install-commands:
  - python2 setup.py --without-libyaml install --prefix="%{prefix}" --root "%{install-root}"