summaryrefslogtreecommitdiff
path: root/strata/python2-core
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:39:48 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:23 +0000
commit7df7f3b427739ff7d69da2ba218da0124822892c (patch)
tree843c75e9bede53862ab101d6a7bcd1da15a33c55 /strata/python2-core
parent7aad5150f69da42b84994c353283db5daf8e967f (diff)
downloaddefinitions-7df7f3b427739ff7d69da2ba218da0124822892c.tar.gz
Remove all .morph files and files from the old format
Diffstat (limited to 'strata/python2-core')
-rw-r--r--strata/python2-core/python2.morph13
-rw-r--r--strata/python2-core/pyyaml-python2.morph6
2 files changed, 0 insertions, 19 deletions
diff --git a/strata/python2-core/python2.morph b/strata/python2-core/python2.morph
deleted file mode 100644
index d5f6913a..00000000
--- a/strata/python2-core/python2.morph
+++ /dev/null
@@ -1,13 +0,0 @@
-name: python2
-kind: chunk
-build-system: autotools
-configure-commands:
-- |
- ./configure --prefix="$PREFIX" \
- --enable-shared \
- --with-ensurepip=upgrade \
- --with-system-expat \
- --with-system-ffi
-post-install-commands:
-- ln -sf python2.7 "$DESTDIR"/"$PREFIX"/bin/python
-- test -x "$DESTDIR"/"$PREFIX"/bin/python2 || ln -s python2.7 "$DESTDIR"/"$PREFIX"/bin/python2
diff --git a/strata/python2-core/pyyaml-python2.morph b/strata/python2-core/pyyaml-python2.morph
deleted file mode 100644
index 54d2b035..00000000
--- a/strata/python2-core/pyyaml-python2.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: pyyaml-python2
-kind: chunk
-build-commands:
-- python2 setup.py --without-libyaml build
-install-commands:
-- python2 setup.py --without-libyaml install --prefix="$PREFIX" --root "$DESTDIR"