Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5609a011c69d810c65c3cc6ff10274e56c6576fa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5609a011c69d810c65c3cc6ff10274e56c6576fa)
  • Date: Fri, 29 Jun 2012 13:00:34 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

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

New commits:
commit 5609a011c69d810c65c3cc6ff10274e56c6576fa
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

camelot: => 12.06.29

diff --git a/python-pypi/camelot/DETAILS b/python-pypi/camelot/DETAILS
index 15d94ba..59374a7 100755
--- a/python-pypi/camelot/DETAILS
+++ b/python-pypi/camelot/DETAILS
@@ -1,7 +1,7 @@
SPELL=camelot
SPELLX=Camelot
- VERSION=11.12.30
-
SOURCE_HASH=sha512:f80bcd633dbcb68d081f99017d41510bb0a5a452260a8f56f76b852f2aa6b14ac5cdb2b00efadb9228653014036d8ad67b178e9c5d11b4bb27405f850fc9f4a1
+ VERSION=12.06.29
+
SOURCE_HASH=sha512:202471d2313a08f063bdc3bb95888d91b397ea3d5c742b26313913a97d001a9279405f27055f157f64d4cebaa54c8cc423237c1fc97cf9fb1086dea563837ffe
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL=http://pypi.python.org/packages/source/C/$SPELLX/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
diff --git a/python-pypi/camelot/HISTORY b/python-pypi/camelot/HISTORY
index ea7e9e2..84bf254 100644
--- a/python-pypi/camelot/HISTORY
+++ b/python-pypi/camelot/HISTORY
@@ -1,3 +1,7 @@
+2012-06-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 12.06.29
+ * PRE_BUILD: adjust pyside conversion
+
2011-12-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 11.12.30

diff --git a/python-pypi/camelot/PRE_BUILD b/python-pypi/camelot/PRE_BUILD
index 7461f04..2095fad 100755
--- a/python-pypi/camelot/PRE_BUILD
+++ b/python-pypi/camelot/PRE_BUILD
@@ -4,9 +4,9 @@ cd $SOURCE_DIRECTORY &&
if is_depends_enabled $SPELL pyside;then
message convert to use PySide

-python camelot/bin/camelot_admin.py to_pyside camelot &&
+python camelot/bin/camelot_admin.py to_pyside camelot pyside &&
rm -r camelot &&
-mv to_pyside/camelot . &&
+mv pyside camelot &&

# tidyup some junk
sed -i -e "/variant_to_pyobject/,/return value/D" \



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5609a011c69d810c65c3cc6ff10274e56c6576fa), Treeve Jelbert, 06/29/2012

Archive powered by MHonArc 2.6.24.

Top of Page