Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4328f55542c1d121171ba20798ce4da897ba6d75)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4328f55542c1d121171ba20798ce4da897ba6d75)
  • Date: Wed, 21 Jan 2015 05:04:13 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

python-pypi/scons/DETAILS | 4 ++--
python-pypi/scons/HISTORY | 4 ++++
python-pypi/scons/PRE_BUILD | 2 ++
3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 4328f55542c1d121171ba20798ce4da897ba6d75
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

scons: Fix scons script to explicitly use python2

commit 9586c5dc8145dd86f0d22558c50209dd239d84b6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

scons 2.3.4

diff --git a/python-pypi/scons/DETAILS b/python-pypi/scons/DETAILS
index f87ac3b..0687dd8 100755
--- a/python-pypi/scons/DETAILS
+++ b/python-pypi/scons/DETAILS
@@ -1,6 +1,6 @@
SPELL=scons
- VERSION=2.3.2
-
SOURCE_HASH=sha512:90e6fb38cb39e030f0b77cf46f76a4ffef141d991087bd22a9bd0d012d568375b32084437e408c22bda54fa5517f294522ddd718838fef2598d892576cc2ae38
+ VERSION=2.3.4
+
SOURCE_HASH=sha512:a7d6d5e175d119f6a247e69ddbd0a18c4f10752e20eaedb6bb1d67c6d5f0a79cdb9efdf2a573045f3dbc33519b8267951afff55f587c39639db1fe704cf5e0d2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/scons/HISTORY b/python-pypi/scons/HISTORY
index 352d97e..02b7329 100644
--- a/python-pypi/scons/HISTORY
+++ b/python-pypi/scons/HISTORY
@@ -1,3 +1,7 @@
+2015-01-21 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.3.4
+ * PRE_BUILD: Fix scons script to explicitly use python2
+
2014-08-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.3.2

diff --git a/python-pypi/scons/PRE_BUILD b/python-pypi/scons/PRE_BUILD
index 5f216c5..b513613 100755
--- a/python-pypi/scons/PRE_BUILD
+++ b/python-pypi/scons/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
+# fix the scons script to explicitly use python2
+sed -i '1s/python$/&2/' script/scons &&
# fix man page install location
sed -i "s/\('man', 'man1'\)/'share', \1/" setup.py



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4328f55542c1d121171ba20798ce4da897ba6d75), Ismael Luceno, 01/21/2015

Archive powered by MHonArc 2.6.24.

Top of Page