summaryrefslogtreecommitdiff
path: root/baserock/strata/baserock-import.morph
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2015-09-25 08:47:49 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2015-09-26 08:27:41 +0100
commit3a2f641e4e70e76ffa77629c6208970c1a7af667 (patch)
treee6635788976c616017c05b5ea93432f9b2dc769e /baserock/strata/baserock-import.morph
parentc844667a718e8640d9ae2b7640a3b0dc0fb53b0e (diff)
downloaddefinitions-baserock/ps/reorganise-definitions.tar.gz
Proposed re-org of definitions repobaserock/ps/reorganise-definitions
Diffstat (limited to 'baserock/strata/baserock-import.morph')
-rw-r--r--baserock/strata/baserock-import.morph24
1 files changed, 24 insertions, 0 deletions
diff --git a/baserock/strata/baserock-import.morph b/baserock/strata/baserock-import.morph
new file mode 100644
index 00000000..74fc9363
--- /dev/null
+++ b/baserock/strata/baserock-import.morph
@@ -0,0 +1,24 @@
+name: baserock-import
+kind: stratum
+description: Tools for importing software into Baserock definitions.
+build-depends:
+- morph: strata/python-common.morph
+- morph: strata/morph-utils.morph
+chunks:
+- name: ansicolor
+ repo: upstream:python-packages/ansicolor
+ ref: 9d3adbaff35bb6cde1d63414a8cc72f572c4d0ef
+ unpetrify-ref: 0.2.4
+ build-system: python-distutils
+- name: requests-cache
+ repo: upstream:python-packages/requests-cache
+ ref: a1b5e65ccd715f1e8434f18f27913715340d6aaf
+ unpetrify-ref: 0.4.6
+ build-system: python-distutils
+- name: baserock-import
+ repo: baserock:baserock/import
+ ref: f74e7e428325be1cb018898a52d0aed4aec7a549
+ unpetrify-ref: master
+ build-system: python-distutils
+ build-depends:
+ - ansicolor