Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (f6bf58ffc5b1fe777087c9b114d3d66c0de4c0fc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (f6bf58ffc5b1fe777087c9b114d3d66c0de4c0fc)
  • Date: Thu, 23 Apr 2015 04:08:25 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

devel/python/CONFIGURE | 2 ++
devel/python/HISTORY | 3 +++
devel/python3/CONFIGURE | 2 ++
devel/python3/HISTORY | 3 +++
4 files changed, 10 insertions(+)

New commits:
commit f6bf58ffc5b1fe777087c9b114d3d66c0de4c0fc
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

python: the word is primary, not default

commit d717f6c43e1ccf999a69f40c7880c57939231a39
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

python3: warn about making it primary

commit 81d5b7157c0d4b7305c984aec032df210a8b6384
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

python: add warning about not making it the default pythin

diff --git a/devel/python/CONFIGURE b/devel/python/CONFIGURE
index 3470655..6a8c313 100755
--- a/devel/python/CONFIGURE
+++ b/devel/python/CONFIGURE
@@ -1,3 +1,5 @@
+message "${PROBLEM_COLOR}WARNING: Not choosing python 2 as primary will
break many spells!$DEFAULT_COLOR" &&
+message "${MESSAGE_COLOR} Switching to python 3 will cause a lot of
work for you.$DEFAULT_COLOR" &&
config_query PY2K "Use Python 2 as primary version on the system?" y &&

config_query_option PYTHON_OPTS \
diff --git a/devel/python/HISTORY b/devel/python/HISTORY
index 7afbb83..3ca10da 100644
--- a/devel/python/HISTORY
+++ b/devel/python/HISTORY
@@ -1,3 +1,6 @@
+2015-04-23 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE: add warning about not using python 2 as primary
+
2015-04-21 Thomas Orgis <sobukus AT sourcemage.org>
* INSTALL: ensure python2 and python2-config symlinks
* DETAILS: PATCHLEVEL++
diff --git a/devel/python3/CONFIGURE b/devel/python3/CONFIGURE
index dfbe08c..73a1a34 100755
--- a/devel/python3/CONFIGURE
+++ b/devel/python3/CONFIGURE
@@ -1,3 +1,5 @@
+message "${PROBLEM_COLOR}WARNING: Not choosing python 2 as primary will
break many spells!$DEFAULT_COLOR" &&
+message "${MESSAGE_COLOR} Switching to python 3 will cause a lot of
work for you.$DEFAULT_COLOR" &&
config_query PY3K "Use Python 3 as primary version on the system?" n &&
config_query SYMLINK "create symlinks for python -> python3" n &&

diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index ccb45e5..05af663 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,6 @@
+2015-04-23 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE: warn about making this python primary
+
2015-04-21 Thomas Orgis <sobukus AT sourcemage.org>
* INSTALL: ensure python3 and python3-config symlinks,
also better version extraction using cut -d .



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (f6bf58ffc5b1fe777087c9b114d3d66c0de4c0fc), Thomas Orgis, 04/23/2015

Archive powered by MHonArc 2.6.24.

Top of Page