From d3643064eac84960a1ca29d58cae4e59866dcaf5 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Wed, 19 Nov 2014 11:50:50 +0000 Subject: Add python stratum, containing pip --- strata/python.morph | 12 ++++++++++++ strata/webtools.morph | 7 +------ 2 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 strata/python.morph 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 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 -- cgit v1.2.1