summaryrefslogtreecommitdiff
path: root/elements/python2-core/pyyaml-python2.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/python2-core/pyyaml-python2.bst')
-rw-r--r--elements/python2-core/pyyaml-python2.bst15
1 files changed, 15 insertions, 0 deletions
diff --git a/elements/python2-core/pyyaml-python2.bst b/elements/python2-core/pyyaml-python2.bst
new file mode 100644
index 00000000..1bac7aa7
--- /dev/null
+++ b/elements/python2-core/pyyaml-python2.bst
@@ -0,0 +1,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}"