From 1a7fbedf56a4c7a6afb683851dde5d34bbb48b86 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 2 Oct 2014 14:16:00 +0000 Subject: Split morph out of tools morph now contains distbuild and morph-cache-server, so the distbuild stratum can go away, and anything that needs it can now use morph. --- strata/morph-utils/cmdtest.morph | 6 ++++++ strata/morph-utils/pyfilesystem.morph | 6 ++++++ strata/morph-utils/python-coveragepy.morph | 6 ++++++ strata/morph-utils/python-ttystatus.morph | 6 ++++++ 4 files changed, 24 insertions(+) create mode 100644 strata/morph-utils/cmdtest.morph create mode 100644 strata/morph-utils/pyfilesystem.morph create mode 100644 strata/morph-utils/python-coveragepy.morph create mode 100644 strata/morph-utils/python-ttystatus.morph (limited to 'strata/morph-utils') diff --git a/strata/morph-utils/cmdtest.morph b/strata/morph-utils/cmdtest.morph new file mode 100644 index 00000000..3e1c71c6 --- /dev/null +++ b/strata/morph-utils/cmdtest.morph @@ -0,0 +1,6 @@ +name: cmdtest +kind: chunk +build-commands: +- python setup.py build +install-commands: +- python setup.py install --prefix=/usr --root "$DESTDIR" diff --git a/strata/morph-utils/pyfilesystem.morph b/strata/morph-utils/pyfilesystem.morph new file mode 100644 index 00000000..a4931dfa --- /dev/null +++ b/strata/morph-utils/pyfilesystem.morph @@ -0,0 +1,6 @@ +name: pyfilesystem +kind: chunk +build-commands: +- python setup.py build +install-commands: +- python setup.py install --prefix="$PREFIX" --root "$DESTDIR" diff --git a/strata/morph-utils/python-coveragepy.morph b/strata/morph-utils/python-coveragepy.morph new file mode 100644 index 00000000..ed5e3d87 --- /dev/null +++ b/strata/morph-utils/python-coveragepy.morph @@ -0,0 +1,6 @@ +name: python-coveragepy +kind: chunk +build-commands: +- python setup.py build +install-commands: +- python setup.py install --prefix=/usr --root "$DESTDIR" diff --git a/strata/morph-utils/python-ttystatus.morph b/strata/morph-utils/python-ttystatus.morph new file mode 100644 index 00000000..e45ef7a8 --- /dev/null +++ b/strata/morph-utils/python-ttystatus.morph @@ -0,0 +1,6 @@ +name: python-ttystatus +kind: chunk +build-commands: +- python setup.py build +install-commands: +- python setup.py install --prefix=/usr --root "$DESTDIR" -- cgit v1.2.1