From 7aad5150f69da42b84994c353283db5daf8e967f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 26 Nov 2017 23:40:38 +0000 Subject: Add BuildStream converted files This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used --- elements/python2-core/pyyaml-python2.bst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 elements/python2-core/pyyaml-python2.bst (limited to 'elements/python2-core/pyyaml-python2.bst') 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}" -- cgit v1.2.1