summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-10-12 12:03:38 +0100
committerJavier Jardón <jjardon@gnome.org>2016-10-12 12:04:32 +0100
commitd2ead65825a286c3851009f55d66ebdd1b138cfc (patch)
treeaa3c16b7d05d92a902be6cc414a580a4b0b76536
parent36f7e4923ae5d03dd345d74f7fcade48c99a498d (diff)
downloaddefinitions-jjardon/python_upgrade.tar.gz
strata/core.morph: Upgrade python to v3.5.2jjardon/python_upgrade
Change-Id: Ic4b2f6d905b3f9bf93a521c189682ee487ca3078
-rw-r--r--strata/core.morph4
-rw-r--r--strata/core/python3.morph8
2 files changed, 6 insertions, 6 deletions
diff --git a/strata/core.morph b/strata/core.morph
index 6bb4944d..4d71b37e 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -122,8 +122,8 @@ chunks:
- name: python3
morph: strata/core/python3.morph
repo: upstream:cpython
- ref: 3f1e8a3de39ff8a807720d57f49a91d7449435ad
- unpetrify-ref: v3.4.3
+ ref: 609bc370055e03b3c74c4321a5990929c29a226d
+ unpetrify-ref: v3.5.2
build-depends:
- openssl-new
- bzip2
diff --git a/strata/core/python3.morph b/strata/core/python3.morph
index 68184f31..54d2e9e7 100644
--- a/strata/core/python3.morph
+++ b/strata/core/python3.morph
@@ -9,7 +9,7 @@ configure-commands:
--with-system-expat \
--with-system-ffi
post-install-commands:
-- test -x "$DESTDIR"/"$PREFIX"/bin/python || ln -s python3.4 "$DESTDIR"/"$PREFIX"/bin/python
-- test -x "$DESTDIR"/"$PREFIX"/bin/python3 || ln -s python3.4 "$DESTDIR"/"$PREFIX"/bin/python3
-- test -x "$DESTDIR"/"$PREFIX"/bin/python-config || ln -s python3.4-config "$DESTDIR"/"$PREFIX"/bin/python-config
-- test -x "$DESTDIR"/"$PREFIX"/bin/python3-config || ln -s python3.4-config "$DESTDIR"/"$PREFIX"/bin/python3-config
+- test -x "$DESTDIR"/"$PREFIX"/bin/python || ln -s python3.5 "$DESTDIR"/"$PREFIX"/bin/python
+- test -x "$DESTDIR"/"$PREFIX"/bin/python3 || ln -s python3.5 "$DESTDIR"/"$PREFIX"/bin/python3
+- test -x "$DESTDIR"/"$PREFIX"/bin/python-config || ln -s python3.5-config "$DESTDIR"/"$PREFIX"/bin/python-config
+- test -x "$DESTDIR"/"$PREFIX"/bin/python3-config || ln -s python3.5-config "$DESTDIR"/"$PREFIX"/bin/python3-config