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/morph-utils/cmdtest.bst | 19 +++++++++++++++++++ elements/morph-utils/morph.bst | 18 ++++++++++++++++++ elements/morph-utils/pyfilesystem.bst | 18 ++++++++++++++++++ elements/morph-utils/pylru.bst | 15 +++++++++++++++ elements/morph-utils/python-ttystatus.bst | 18 ++++++++++++++++++ elements/morph-utils/ruamel.yaml.bst | 15 +++++++++++++++ 6 files changed, 103 insertions(+) create mode 100644 elements/morph-utils/cmdtest.bst create mode 100644 elements/morph-utils/morph.bst create mode 100644 elements/morph-utils/pyfilesystem.bst create mode 100644 elements/morph-utils/pylru.bst create mode 100644 elements/morph-utils/python-ttystatus.bst create mode 100644 elements/morph-utils/ruamel.yaml.bst (limited to 'elements/morph-utils') diff --git a/elements/morph-utils/cmdtest.bst b/elements/morph-utils/cmdtest.bst new file mode 100644 index 00000000..eda4dbbb --- /dev/null +++ b/elements/morph-utils/cmdtest.bst @@ -0,0 +1,19 @@ +kind: manual +depends: +- core.bst +- ostree-core.bst +- python-cliapp.bst +- python2-core.bst +- python-pygobject.bst +- python-wsgi.bst +- morph-utils/python-ttystatus.bst +sources: +- kind: git + url: upstream:cmdtest + track: baserock/morph + ref: ac91791842c6e7e6eda3213916af413255999c7b +config: + build-commands: + - python setup.py build + install-commands: + - python setup.py install --prefix=/usr --root "%{install-root}" diff --git a/elements/morph-utils/morph.bst b/elements/morph-utils/morph.bst new file mode 100644 index 00000000..5cf31a45 --- /dev/null +++ b/elements/morph-utils/morph.bst @@ -0,0 +1,18 @@ +kind: distutils +depends: +- core.bst +- ostree-core.bst +- python-cliapp.bst +- python2-core.bst +- python-pygobject.bst +- python-wsgi.bst +- morph-utils/cmdtest.bst +- morph-utils/pyfilesystem.bst +- morph-utils/pylru.bst +sources: +- kind: git + url: baserock:baserock/morph + track: master + ref: 74e8d1b9aeb47d957d526250784d2c0087e59bf9 +variables: + python: python diff --git a/elements/morph-utils/pyfilesystem.bst b/elements/morph-utils/pyfilesystem.bst new file mode 100644 index 00000000..92e80bd1 --- /dev/null +++ b/elements/morph-utils/pyfilesystem.bst @@ -0,0 +1,18 @@ +kind: manual +depends: +- core.bst +- ostree-core.bst +- python-cliapp.bst +- python2-core.bst +- python-pygobject.bst +- python-wsgi.bst +sources: +- kind: git + url: upstream:pyfilesystem + track: baserock/morph + ref: 821f7db1ce3a3e1ac53fa514ddacbc2871eac0f6 +config: + build-commands: + - python setup.py build + install-commands: + - python setup.py install --prefix="%{prefix}" --root "%{install-root}" diff --git a/elements/morph-utils/pylru.bst b/elements/morph-utils/pylru.bst new file mode 100644 index 00000000..268fc333 --- /dev/null +++ b/elements/morph-utils/pylru.bst @@ -0,0 +1,15 @@ +kind: distutils +depends: +- core.bst +- ostree-core.bst +- python-cliapp.bst +- python2-core.bst +- python-pygobject.bst +- python-wsgi.bst +sources: +- kind: git + url: upstream:python-packages/pylru + track: master + ref: 221dd259f5c34562c835611d1cf62384b9019da4 +variables: + python: python diff --git a/elements/morph-utils/python-ttystatus.bst b/elements/morph-utils/python-ttystatus.bst new file mode 100644 index 00000000..b1aabb56 --- /dev/null +++ b/elements/morph-utils/python-ttystatus.bst @@ -0,0 +1,18 @@ +kind: manual +depends: +- core.bst +- ostree-core.bst +- python-cliapp.bst +- python2-core.bst +- python-pygobject.bst +- python-wsgi.bst +sources: +- kind: git + url: upstream:python-ttystatus + track: baserock/morph + ref: 47d871216cea6ce3b9d6efd70e9a0f38ab8604f0 +config: + build-commands: + - python setup.py build + install-commands: + - python setup.py install --prefix=/usr --root "%{install-root}" diff --git a/elements/morph-utils/ruamel.yaml.bst b/elements/morph-utils/ruamel.yaml.bst new file mode 100644 index 00000000..497b5216 --- /dev/null +++ b/elements/morph-utils/ruamel.yaml.bst @@ -0,0 +1,15 @@ +kind: distutils +depends: +- core.bst +- ostree-core.bst +- python-cliapp.bst +- python2-core.bst +- python-pygobject.bst +- python-wsgi.bst +sources: +- kind: git + url: upstream:python-packages/ruamel.yaml + track: 0.10.5 + ref: f3de88b82bf5e3902c44f6c30aed065e56626ee6 +variables: + python: python -- cgit v1.2.1