summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-11-19 11:50:50 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-11-19 12:27:36 +0000
commit1936ca33e312a669a95fe4675d9ec4fd4a736b21 (patch)
tree9d1530957a8135f5b91692d408823e3b2ff7647a
parent5e522d955e2c7e1345fbd7bb8e715c40ed52f7fd (diff)
downloaddefinitions-1936ca33e312a669a95fe4675d9ec4fd4a736b21.tar.gz
Add python stratum, containing pip
-rw-r--r--strata/python.morph12
-rw-r--r--strata/webtools.morph7
2 files changed, 13 insertions, 6 deletions
diff --git a/strata/python.morph b/strata/python.morph
new file mode 100644
index 00000000..83951b6e
--- /dev/null
+++ b/strata/python.morph
@@ -0,0 +1,12 @@
+name: python
+kind: stratum
+description: "A stratum for non-essential python tools:
+useful python tools that we don't want to include in core."
+build-depends:
+- morph: strata/core.morph
+chunks:
+- name: pip
+ repo: upstream:pip
+ ref: d4b691b743a91500cf49119d28a805db8313f129
+ unpetrify-ref: master
+ build-depends: []
diff --git a/strata/webtools.morph b/strata/webtools.morph
index fd893ae6..c5ccd1b6 100644
--- a/strata/webtools.morph
+++ b/strata/webtools.morph
@@ -1,6 +1,6 @@
name: webtools
kind: stratum
-description: pip, node and other fun things
+description: web things
build-depends:
- morph: strata/tools.morph
- morph: strata/pcre-utils.morph
@@ -22,11 +22,6 @@ chunks:
ref: 0492b656656ca7973b126b8c117804d80952de48
unpetrify-ref: baserock/morph
build-depends: []
-- name: pip
- repo: upstream:pip.git
- ref: d4b691b743a91500cf49119d28a805db8313f129
- unpetrify-ref: master
- build-depends: []
- name: nginx
morph: strata/webtools/nginx.morph
repo: upstream:nginx