summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-06 17:33:48 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-06 17:33:59 +0000
commit177cc2eaf1f9c64ec9ffbee7187d56ea94650e47 (patch)
tree87883f3f4de1e2d07feb98f21a2e6bf51e3dbb31
parent2918868b8dbf2bff8e4a514a1595957dd8076281 (diff)
downloaddefinitions-177cc2eaf1f9c64ec9ffbee7187d56ea94650e47.tar.gz
Add Flask to devel system
-rw-r--r--strata/Flask.morph42
-rw-r--r--strata/Flask/Flask-master.morph6
-rw-r--r--strata/Flask/Jinja2-2.7.3.morph6
-rw-r--r--strata/Flask/MarkupSafe-0.23.morph6
-rw-r--r--strata/Flask/Werkzeug-0.9.6.morph6
-rw-r--r--strata/Flask/click-3.3.morph6
-rw-r--r--strata/Flask/itsdangerous-0.24.morph6
-rw-r--r--systems/devel-system-x86_64-generic.morph2
8 files changed, 80 insertions, 0 deletions
diff --git a/strata/Flask.morph b/strata/Flask.morph
new file mode 100644
index 00000000..6936213a
--- /dev/null
+++ b/strata/Flask.morph
@@ -0,0 +1,42 @@
+name: Flask
+kind: stratum
+description: Autogenerated by Baserock import tool
+build-depends:
+- morph: strata/core.morph
+chunks:
+- name: Flask
+ morph: strata/Flask/Flask-master.morph
+ repo: file:///src/flask/checkouts/python-packages_flask
+ ref: 5b9826615267fd75a954db40c1decc2a9dc40a99
+ unpetrify-ref: master
+ build-depends: []
+- name: Jinja2
+ morph: strata/Flask/Jinja2-2.7.3.morph
+ repo: file:///src/flask/checkouts/python-packages_jinja2-tarball
+ ref: db9831b740080ba0ac61f142f4acd65da90ef2e1
+ unpetrify-ref: Jinja2-2.7.3
+ build-depends: []
+- name: MarkupSafe
+ morph: strata/Flask/MarkupSafe-0.23.morph
+ repo: file:///src/flask/checkouts/python-packages_markupsafe
+ ref: feb1d70c16df62f60dcb521d127fdad8819fc036
+ unpetrify-ref: '0.23'
+ build-depends: []
+- name: Werkzeug
+ morph: strata/Flask/Werkzeug-0.9.6.morph
+ repo: file:///src/flask/checkouts/python-packages_werkzeug-tarball
+ ref: 478efd70b58084b853e2040304db04344c678f17
+ unpetrify-ref: Werkzeug-0.9.6
+ build-depends: []
+- name: click
+ morph: strata/Flask/click-3.3.morph
+ repo: file:///src/flask/checkouts/python-packages_click
+ ref: cdb37dc797ebc1057060586f293ccd50e410a1df
+ unpetrify-ref: '3.3'
+ build-depends: []
+- name: itsdangerous
+ morph: strata/Flask/itsdangerous-0.24.morph
+ repo: file:///src/flask/checkouts/python-packages_itsdangerous
+ ref: 4c3923561fd7d3aa53013b0b6b27bb3221bd473a
+ unpetrify-ref: '0.24'
+ build-depends: []
diff --git a/strata/Flask/Flask-master.morph b/strata/Flask/Flask-master.morph
new file mode 100644
index 00000000..e3aa3615
--- /dev/null
+++ b/strata/Flask/Flask-master.morph
@@ -0,0 +1,6 @@
+name: Flask
+kind: chunk
+build-commands:
+- python setup.py build
+install-commands:
+- python setup.py install --prefix=/usr --root "$DESTDIR"
diff --git a/strata/Flask/Jinja2-2.7.3.morph b/strata/Flask/Jinja2-2.7.3.morph
new file mode 100644
index 00000000..6e3c001f
--- /dev/null
+++ b/strata/Flask/Jinja2-2.7.3.morph
@@ -0,0 +1,6 @@
+name: Jinja2
+kind: chunk
+build-commands:
+- python setup.py build
+install-commands:
+- python setup.py install --prefix=/usr --root "$DESTDIR"
diff --git a/strata/Flask/MarkupSafe-0.23.morph b/strata/Flask/MarkupSafe-0.23.morph
new file mode 100644
index 00000000..9b036851
--- /dev/null
+++ b/strata/Flask/MarkupSafe-0.23.morph
@@ -0,0 +1,6 @@
+name: MarkupSafe
+kind: chunk
+build-commands:
+- python setup.py build
+install-commands:
+- python setup.py install --prefix=/usr --root "$DESTDIR"
diff --git a/strata/Flask/Werkzeug-0.9.6.morph b/strata/Flask/Werkzeug-0.9.6.morph
new file mode 100644
index 00000000..ac43c8e6
--- /dev/null
+++ b/strata/Flask/Werkzeug-0.9.6.morph
@@ -0,0 +1,6 @@
+name: Werkzeug
+kind: chunk
+build-commands:
+- python setup.py build
+install-commands:
+- python setup.py install --prefix=/usr --root "$DESTDIR"
diff --git a/strata/Flask/click-3.3.morph b/strata/Flask/click-3.3.morph
new file mode 100644
index 00000000..8943ad64
--- /dev/null
+++ b/strata/Flask/click-3.3.morph
@@ -0,0 +1,6 @@
+name: click
+kind: chunk
+build-commands:
+- python setup.py build
+install-commands:
+- python setup.py install --prefix=/usr --root "$DESTDIR"
diff --git a/strata/Flask/itsdangerous-0.24.morph b/strata/Flask/itsdangerous-0.24.morph
new file mode 100644
index 00000000..d8f898ba
--- /dev/null
+++ b/strata/Flask/itsdangerous-0.24.morph
@@ -0,0 +1,6 @@
+name: itsdangerous
+kind: chunk
+build-commands:
+- python setup.py build
+install-commands:
+- python setup.py install --prefix=/usr --root "$DESTDIR"
diff --git a/systems/devel-system-x86_64-generic.morph b/systems/devel-system-x86_64-generic.morph
index 143ceb82..ec14e500 100644
--- a/systems/devel-system-x86_64-generic.morph
+++ b/systems/devel-system-x86_64-generic.morph
@@ -34,6 +34,8 @@ strata:
morph: strata/nfs.morph
- name: python-tools
morph: strata/python-tools.morph
+- name: Flash
+ morph: strata/Flask.morph
configuration-extensions:
- set-hostname
- add-config-files