Skip to Content.
Sympa Menu

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

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 (54fcf3346212733775c3850dd77d96e5a7da0f43)
  • Date: Thu, 22 Nov 2018 15:35:25 +0000

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

devel/python3/HISTORY | 4 ++++
devel/python3/PRE_BUILD | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)

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

python3: avoid patches to stable branch

diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index 58216c4..e5ef357 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,7 @@
+2018-11-22 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD: apply patches only for devel version, as they do not
+ (all) apply to stable
+
2018-10-24 Pavel Vinogradov <public AT sourcemage.org>
* patches/disable-compileall.patch: added patch to avoid rebuilding of
site packages' bytecode
diff --git a/devel/python3/PRE_BUILD b/devel/python3/PRE_BUILD
index 10db567..508e88f 100755
--- a/devel/python3/PRE_BUILD
+++ b/devel/python3/PRE_BUILD
@@ -1,6 +1,8 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
-apply_patch_dir patches &&
+if [[ "${PYTHON3_BRANCH}" == "devel" ]]; then
+ apply_patch_dir patches
+fi &&
if is_depends_enabled ${SPELL} gcc && ! is_version_less $(installed_version
gcc) 4.9; then
# Forcing GCC's builtin atomics
sed -i 's;defined(HAVE_STD_ATOMIC);!&;' Include/pyatomic.h



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (54fcf3346212733775c3850dd77d96e5a7da0f43), Thomas Orgis, 11/22/2018

Archive powered by MHonArc 2.6.24.

Top of Page