summaryrefslogtreecommitdiff
path: root/elements/morph-utils
diff options
context:
space:
mode:
Diffstat (limited to 'elements/morph-utils')
-rw-r--r--elements/morph-utils/cmdtest.bst19
-rw-r--r--elements/morph-utils/morph.bst18
-rw-r--r--elements/morph-utils/pyfilesystem.bst18
-rw-r--r--elements/morph-utils/pylru.bst15
-rw-r--r--elements/morph-utils/python-ttystatus.bst18
-rw-r--r--elements/morph-utils/ruamel.yaml.bst15
6 files changed, 103 insertions, 0 deletions
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