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-20 11:01:37 +0000
commit55d072e22cef960a261bcc506f994311d48a75e4 (patch)
tree55cf21203ac86443a92b37d1ac8989bbaf03dd04
parente885a05f273cf0dda181d4a4cda22be2949fece3 (diff)
downloaddefinitions-55d072e22cef960a261bcc506f994311d48a75e4.tar.gz
Add python-tools stratum, containing pip
-rw-r--r--strata/python-tools.morph12
-rw-r--r--strata/webtools.morph7
2 files changed, 13 insertions, 6 deletions
diff --git a/strata/python-tools.morph b/strata/python-tools.morph
new file mode 100644
index 00000000..8b82c775
--- /dev/null
+++ b/strata/python-tools.morph
@@ -0,0 +1,12 @@
+name: python-tools
+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 8df32e9c..39175747 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: 9a58d148c26c220cb1b163c71e7a51a2e41f6b37
unpetrify-ref: baserock/release_1_28
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