summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
Diffstat (limited to 'strata')
-rw-r--r--strata/morph-utils.morph11
-rw-r--r--strata/python-wsgi.morph15
2 files changed, 16 insertions, 10 deletions
diff --git a/strata/morph-utils.morph b/strata/morph-utils.morph
index fe22a851..0a456e65 100644
--- a/strata/morph-utils.morph
+++ b/strata/morph-utils.morph
@@ -3,6 +3,7 @@ kind: stratum
build-depends:
- morph: strata/core.morph
- morph: strata/python-cliapp.morph
+- morph: strata/python-wsgi.morph
chunks:
- name: python-ttystatus
morph: strata/morph-utils/python-ttystatus.morph
@@ -31,14 +32,6 @@ chunks:
build-depends:
- python-ttystatus
- python-markdown
-- name: bottle
- repo: upstream:bottle
- ref: 5238c615b3ec198fedebb0fcaad4458e3d68d70f
- unpetrify-ref: baserock/morph
-- name: flup
- repo: upstream:flup
- ref: 0f97c5e0ab7d9827506120efc22af3a9c21d1d70
- unpetrify-ref: baserock/morph
- name: pylru
repo: upstream:python-packages/pylru
ref: 221dd259f5c34562c835611d1cf62384b9019da4
@@ -50,6 +43,4 @@ chunks:
build-depends:
- cmdtest
- pyfilesystem
- - bottle
- - flup
- pylru
diff --git a/strata/python-wsgi.morph b/strata/python-wsgi.morph
new file mode 100644
index 00000000..289d27ba
--- /dev/null
+++ b/strata/python-wsgi.morph
@@ -0,0 +1,15 @@
+name: python-wsgi
+kind: stratum
+description: |
+ Python modules for web applications using Web Server Gateway Interface.
+build-depends:
+- morph: strata/python-core.morph
+chunks:
+- name: bottle
+ repo: upstream:bottle
+ ref: 5238c615b3ec198fedebb0fcaad4458e3d68d70f
+ unpetrify-ref: baserock/morph
+- name: flup
+ repo: upstream:flup
+ ref: 0f97c5e0ab7d9827506120efc22af3a9c21d1d70
+ unpetrify-ref: baserock/morph