Skip to Content.
Sympa Menu

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

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 (bf6129f0af71259f9a0c2accec8b5eb5fbc6945b)
  • Date: Sat, 21 Jul 2007 08:51:03 -0500

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

ChangeLog | 3 +++
graphics-libs/devil/BUILD | 11 -----------
graphics-libs/devil/DEPENDS | 15 ++++++++++-----
graphics-libs/devil/DETAILS | 6 +++---
graphics-libs/devil/HISTORY | 6 ++++++
python-devel/sqlalchemy/DEPENDS | 8 ++++++++
python-devel/sqlalchemy/DETAILS | 32 ++++++++++++++++++++++++++++++++
python-devel/sqlalchemy/HISTORY | 3 +++
python-devel/turbogears/DETAILS | 6 +++---
python-devel/turbogears/HISTORY | 3 +++
10 files changed, 71 insertions(+), 22 deletions(-)

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

sqlalchemy-0.3.10

commit 0e4b12e85ac729e2c3516534e8edd50286a67862
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

turbogears-1.0.3.2

commit b8a6d12ed0c7041daf4a98d13c5a44e4368b549b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

devil-1.6.8-rc2

diff --git a/ChangeLog b/ChangeLog
index 691533b..0abd2fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-07-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-devel/sqlalchemy: new spell object orientated database
+
2007-07-17 Alexander Tsamutali <astsmtl AT gmail.com>
* python-devel/networkx: new spell, software for complex networks

diff --git a/graphics-libs/devil/BUILD b/graphics-libs/devil/BUILD
deleted file mode 100755
index 36dfe9b..0000000
--- a/graphics-libs/devil/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-#sedit 's:LIBPNG="-lpng", LIBPNG="", ):LIBPNG="-lpng", LIBPNG="", -lm
-lz):' configure.in &&
-sedit 's:lcms/::' configure.in &&
-sedit 's:lcms/::g' configure &&
-sedit 's:lcms/::' src-IL/src/il_profiles.c &&
-#echo "Running aclocal..." &&
-#aclocal &&
-#echo "Running automake --include-deps --add-missing..." &&
-#automake --include-deps --add-missing &&
-#echo "Running autoconf..." &&
-#autoconf &&
-default_build
diff --git a/graphics-libs/devil/DEPENDS b/graphics-libs/devil/DEPENDS
index 3e1c7f1..f6db23a 100755
--- a/graphics-libs/devil/DEPENDS
+++ b/graphics-libs/devil/DEPENDS
@@ -1,7 +1,12 @@
-optional_depends X11-LIBS \
- "--with-x --enable-opengl" \
- "--without-x --disable-opengl" \
- "for X11 and OpenGL support" &&
+optional_depends X11-LIBS \
+ "--with-x" \
+ "--without-x" \
+ "for X11 support" &&
+
+optional_depends OPENGL \
+ "--enable-opengl" \
+ "--disable-opengl" \
+ "OpenGL support" &&

optional_depends tiff \
"--enable-tiff" \
@@ -23,7 +28,7 @@ optional_depends jpeg \
"--disable-jpeg" \
"for JPEG image support" &&

-optional_depends libungif \
+optional_depends LIBGIF \
"--enable-gif" \
"--disable-gif" \
"for GIF image support" &&
diff --git a/graphics-libs/devil/DETAILS b/graphics-libs/devil/DETAILS
index ce59e92..3c8ac46 100755
--- a/graphics-libs/devil/DETAILS
+++ b/graphics-libs/devil/DETAILS
@@ -1,10 +1,10 @@
SPELL=devil
- VERSION=1.6.7
+ VERSION=1.6.8-rc2
+
SOURCE_HASH=sha512:02444200edfd882fd462b441b6d804cbe64449a3390a6a5aafaf0c47053b881f18c89aa319b2609f04743ab713d39cbfa7df54ee88074eba2399087ea62ef327
SNAME=DevIL
SOURCE=$SNAME-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-${VERSION//-rc?}
SOURCE_URL[0]=${SOURCEFORGE_URL}/openil/${SOURCE}
-
SOURCE_HASH=sha512:fe53926c04ad0f84af785eb4363478cfc016667544872d38b6d8e37af11dce88298ebaf7deb775a3afa706a2a096e7f5c2c85cfdee997512a3b28ffa1c7e83e7
WEB_SITE=http://openil.sourceforge.net/
ENTERED=20031008
LICENSE[0]=LGPL
diff --git a/graphics-libs/devil/HISTORY b/graphics-libs/devil/HISTORY
index 60a8cb6..8b4d79b 100644
--- a/graphics-libs/devil/HISTORY
+++ b/graphics-libs/devil/HISTORY
@@ -1,3 +1,9 @@
+2007-07-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.6.8-rc2
+ * DEPENDS: libungif -> LIBGIF
+ separate X11 and OPENGL support
+ * BUILD: deleted
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/python-devel/sqlalchemy/DEPENDS b/python-devel/sqlalchemy/DEPENDS
new file mode 100755
index 0000000..06e0bc3
--- /dev/null
+++ b/python-devel/sqlalchemy/DEPENDS
@@ -0,0 +1,8 @@
+#depends formencode &&
+suggest_depends kinterbasdb "firebird support" &&
+suggest_depends mysql-python "MySQL support" &&
+suggest_depends pygresql "Postgresql support" &&
+suggest_depends pysqlite "sqlite support"
+#if is_depends_enabled $SPELL kinterbasdb;then
+# depends egenix-mx-base
+#fi
diff --git a/python-devel/sqlalchemy/DETAILS b/python-devel/sqlalchemy/DETAILS
new file mode 100755
index 0000000..3f8d4a6
--- /dev/null
+++ b/python-devel/sqlalchemy/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=sqlalchemy
+ CHEESESHOP_PKG=SQLAlchemy
+ VERSION=0.3.10
+
SOURCE_HASH=sha512:8326cb02b9d66c08fd6f6036c353d627198cf51957887db3b57aa65deaec4682f0dfff4864d16da163dd508ca61d733e2a4a654c81281d572a5f7eb1e7204a80
+ SOURCE="$CHEESESHOP_PKG-$VERSION.tar.gz"
+
SOURCE_URL[0]="http://cheeseshop.python.org/packages/source/${CHEESESHOP_PKG:0:1}/${CHEESESHOP_PKG}/$SOURCE";
+ SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$CHEESESHOP_PKG-$VERSION"
+ WEB_SITE=http://www.sqlalchemy.org/
+ LICENSE[0]='LGPL'
+ UPDATED=20070721
+# DOCS='README* docs/*'
+ KEYWORDS="python database"
+ SHORT='An object-relational mapper for Python'
+cat << EOF
+SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives
+application developers the full power and flexibility of SQL.
+It provides a full suite of well known enterprise-level persistence
patterns,
+designed for efficient and high-performing database access, adapted into a
+simple and Pythonic domain language.
+SQLALCHEMY'S PHILOSOPHY
+SQL databases behave less and less like object collections the more size and
+performance start to matter; object collections behave less and less like
+tables and rows the more abstraction starts to matter. SQLAlchemy aims to
+accommodate both of these principles.
+SQLAlchemy doesn't view databases as just collections of tables; it sees
them
+as relational algebra engines. Its object relational mapper enables classes
to
+be mapped against the database in more than one way. SQL constructs don't
just
+select from just tables?you can also select from joins, subqueries, and
unions.
+Thus database relationships and domain object models can be cleanly
decoupled
+from the beginning, allowing both sides to develop to their full potential.
+ EOF
diff --git a/python-devel/sqlalchemy/HISTORY b/python-devel/sqlalchemy/HISTORY
new file mode 100644
index 0000000..280c578
--- /dev/null
+++ b/python-devel/sqlalchemy/HISTORY
@@ -0,0 +1,3 @@
+2007-07-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version
+ spell created
diff --git a/python-devel/turbogears/DETAILS b/python-devel/turbogears/DETAILS
index cd49c5c..ae8f5f5 100755
--- a/python-devel/turbogears/DETAILS
+++ b/python-devel/turbogears/DETAILS
@@ -1,7 +1,7 @@
SPELL=turbogears
- VERSION=1.0.3
-
SOURCE_HASH=sha512:0b14f7cac123e4fb43cce265afb9b9db84fa8deeda4992aa4bef9de163e8399b32b045f5f8f17511315686b5db201bc21833a8b0d7006b41352376791b441e94
- SOURCE="TurboGears-$VERSION.tar.gz"
+ VERSION=1.0.3.2
+
SOURCE_HASH=sha512:068769e005f22b552dd1ddcf21992ec392a8dd49300d295c0aa1e7d38bf9050d36fcf45fbf40353722a014a02e16b3511063019176ca87aef361a536e4ea6a7e
+ SOURCE=TurboGears-$VERSION.zip
SOURCE_URL[0]="http://files.turbogears.org/eggs/$SOURCE";
SOURCE_DIRECTORY="$BUILD_DIRECTORY/TurboGears-$VERSION"
WEB_SITE="http://www.$SPELL.org/";
diff --git a/python-devel/turbogears/HISTORY b/python-devel/turbogears/HISTORY
index 7e7362c..9ba85e4 100644
--- a/python-devel/turbogears/HISTORY
+++ b/python-devel/turbogears/HISTORY
@@ -1,3 +1,6 @@
+2007-07-21 Treeve Jelbert <treeve AT sourcemage.org>.2
+ * DETAILS: version 1.0.3.2
+
2007-07-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.3




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bf6129f0af71259f9a0c2accec8b5eb5fbc6945b), Treeve Jelbert, 07/21/2007

Archive powered by MHonArc 2.6.24.

Top of Page