summaryrefslogtreecommitdiff
path: root/strata/python-cliapp.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-13 14:43:35 +0000
committerGerrit Code Review <gerrit@baserock.org>2015-03-13 14:43:35 +0000
commitdbdcbf87ad455ce56ce61f901d692b587ba6c065 (patch)
treef283127b00975a1ea014cf14470913fd364391cc /strata/python-cliapp.morph
parentd42785d06b3b6e3fe143b1a0ce7b4dae390d0dc5 (diff)
parent2f91b8a0eeeb15469f3c5e1b104e34e88fe7df62 (diff)
downloaddefinitions-dbdcbf87ad455ce56ce61f901d692b587ba6c065.tar.gz
Merge "Move cliapp into its own 'python-cliapp' stratum"
Diffstat (limited to 'strata/python-cliapp.morph')
-rw-r--r--strata/python-cliapp.morph24
1 files changed, 24 insertions, 0 deletions
diff --git a/strata/python-cliapp.morph b/strata/python-cliapp.morph
new file mode 100644
index 00000000..ff6fda3e
--- /dev/null
+++ b/strata/python-cliapp.morph
@@ -0,0 +1,24 @@
+name: python-cliapp
+kind: stratum
+description: |
+ Cliapp command line application framework.
+build-depends:
+- morph: strata/python-core.morph
+chunks:
+- name: python-coveragepy
+ morph: strata/morph-utils/python-coveragepy.morph
+ repo: upstream:python-coveragepy
+ ref: 77d2e3bfd8fb325092aaed37ba1378054d182d19
+ unpetrify-ref: baserock/morph
+- name: python-coverage-test-runner
+ repo: upstream:python-coverage-test-runner
+ ref: 8ea9421ac3384b2e88e0c36f2cfa52586c4798b7
+ unpetrify-ref: baserock/morph
+ build-depends:
+ - python-coveragepy
+- name: cliapp
+ repo: upstream:cliapp
+ ref: cec20cedd062a3aef1b04f997e77b45090c07806
+ unpetrify-ref: baserock/morph
+ build-depends:
+ - python-coverage-test-runner