summaryrefslogtreecommitdiff
path: root/elements/python-cliapp
diff options
context:
space:
mode:
Diffstat (limited to 'elements/python-cliapp')
-rw-r--r--elements/python-cliapp/cliapp.bst11
-rw-r--r--elements/python-cliapp/python-coverage-test-runner.bst11
-rw-r--r--elements/python-cliapp/python-coveragepy.bst13
3 files changed, 35 insertions, 0 deletions
diff --git a/elements/python-cliapp/cliapp.bst b/elements/python-cliapp/cliapp.bst
new file mode 100644
index 00000000..552b3394
--- /dev/null
+++ b/elements/python-cliapp/cliapp.bst
@@ -0,0 +1,11 @@
+kind: distutils
+depends:
+- python2-core.bst
+- python-cliapp/python-coverage-test-runner.bst
+sources:
+- kind: git
+ url: upstream:cliapp
+ track: baserock/morph
+ ref: cec20cedd062a3aef1b04f997e77b45090c07806
+variables:
+ python: python
diff --git a/elements/python-cliapp/python-coverage-test-runner.bst b/elements/python-cliapp/python-coverage-test-runner.bst
new file mode 100644
index 00000000..f2bc48ff
--- /dev/null
+++ b/elements/python-cliapp/python-coverage-test-runner.bst
@@ -0,0 +1,11 @@
+kind: distutils
+depends:
+- python2-core.bst
+- python-cliapp/python-coveragepy.bst
+sources:
+- kind: git
+ url: upstream:python-coverage-test-runner
+ track: baserock/morph
+ ref: 8ea9421ac3384b2e88e0c36f2cfa52586c4798b7
+variables:
+ python: python
diff --git a/elements/python-cliapp/python-coveragepy.bst b/elements/python-cliapp/python-coveragepy.bst
new file mode 100644
index 00000000..253d3154
--- /dev/null
+++ b/elements/python-cliapp/python-coveragepy.bst
@@ -0,0 +1,13 @@
+kind: manual
+depends:
+- python2-core.bst
+sources:
+- kind: git
+ url: upstream:python-coveragepy
+ track: baserock/morph
+ ref: 77d2e3bfd8fb325092aaed37ba1378054d182d19
+config:
+ build-commands:
+ - python setup.py build
+ install-commands:
+ - python setup.py install --prefix=/usr --root "%{install-root}"