summaryrefslogtreecommitdiff
path: root/elements/python-cliapp
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:40:38 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:11 +0000
commit7aad5150f69da42b84994c353283db5daf8e967f (patch)
tree813f30921faea689677aa308bd61488229266d06 /elements/python-cliapp
parentfa91b837f4bf46b19678a2c3d6b56f73cdc786a6 (diff)
downloaddefinitions-7aad5150f69da42b84994c353283db5daf8e967f.tar.gz
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
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}"