Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (6c96d8d0b1c8ad7470984450105ef4c353e5e356)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (6c96d8d0b1c8ad7470984450105ef4c353e5e356)
  • Date: Sun, 5 Apr 2009 08:45:55 -0500

GIT changes to master grimoire by Andraž Levstik <ruskie AT codemages.net>:

ChangeLog | 4 ++
python-pypi/grecipe-manager/DEPENDS | 7 ++++
python-pypi/grecipe-manager/DETAILS | 32 ++++++++++++++++++++++
python-pypi/grecipe-manager/HISTORY | 3 ++
python-pypi/grecipe-manager/PREPARE | 7 ++++
python-pypi/sqlalchemy/CONFLICTS | 1
python-pypi/sqlalchemy/HISTORY | 3 ++
python-pypi/sqlalchemy4/CONFLICTS | 1
python-pypi/sqlalchemy4/DEPENDS | 8 +++++
python-pypi/sqlalchemy4/DETAILS | 32 ++++++++++++++++++++++
python-pypi/sqlalchemy4/HISTORY | 51
++++++++++++++++++++++++++++++++++++
11 files changed, 149 insertions(+)

New commits:
commit 6c96d8d0b1c8ad7470984450105ef4c353e5e356
Author: Andraž Levstik <ruskie AT codemages.net>
Commit: Andraž Levstik <ruskie AT codemages.net>

grecipe-manager: new spell, Gourmet Recipe Manager

commit 91c10d97b939d5ec52835723b8a881faaffdeba0
Author: Andraž Levstik <ruskie AT codemages.net>
Commit: Andraž Levstik <ruskie AT codemages.net>

sqlalchemy4: added older version needed to make grecipe-manager run
properly

commit 82fa5d1e8f6e5aadec3a25f1038a3c486fbe8db6
Author: Andraž Levstik <ruskie AT codemages.net>
Commit: Andraž Levstik <ruskie AT codemages.net>

sqlalchemy: added conflicts

diff --git a/ChangeLog b/ChangeLog
index 8a53aec..757d689 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-05 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * python-pypi/sqlalchemy4: added older version needed for
grecipe-manager
+ * python-pypi/grecipe-manager: new spell, Gourmet Recipe Manager
+
2009-04-05 Vlad Glagolev <stealth AT sourcemage.org>
* lua-forge/luasec: new spell, TLS/SSL support for Lua

diff --git a/python-pypi/grecipe-manager/DEPENDS
b/python-pypi/grecipe-manager/DEPENDS
new file mode 100755
index 0000000..6039427
--- /dev/null
+++ b/python-pypi/grecipe-manager/DEPENDS
@@ -0,0 +1,7 @@
+depends python &&
+depends pygtk2 &&
+depends libglade2 &&
+depends pil &&
+depends sqlalchemy4 &&
+depends reportlab &&
+depends pyrtf
diff --git a/python-pypi/grecipe-manager/DETAILS
b/python-pypi/grecipe-manager/DETAILS
new file mode 100755
index 0000000..c010029
--- /dev/null
+++ b/python-pypi/grecipe-manager/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=grecipe-manager
+if [[ $GRM_SCM == y ]]; then
+if [[ $GRM_SCM_AUTO == y ]]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=scm
+fi
+ SOURCE=$SPELL-scm.tar.bz2
+ SOURCE_URL[0]=git://$SPELL.git.sourceforge.net/gitroot/$SPELL:$SPELL-scm
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-scm"
+else
+ VERSION=0.14.7
+ SOURCE="gourmet-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:483e7f268098c4ee91c6bff031db88605837bab479e4523403728e82146a377b5daabab81e6dc068b9cbb1882fe7ef8eb3faba18745b85bb04e6e6074eab5547
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/gourmet-${VERSION}"
+fi
+ WEB_SITE="http://grecipe-manager.sourceforge.net/";
+ LICENSE[0]=GPL
+ ENTERED=20090405
+ SHORT="simple but powerful recipe-managing application"
+cat << EOF
+Gourmet Recipe Manager is a simple but powerful recipe-managing
+application. Gourmet is intended for the GNOME desktop environment, but
+works on any platform that gtk supports, including windows.
+
+Gourmet allows you to collect, search and organize your recipes, and to
+automatically generate shopping lists from your collection. The latest
version
+also allows you to calculate nutritional information for your recipes using
+the USDA food database (or entering custom information by hand).
+EOF
diff --git a/python-pypi/grecipe-manager/HISTORY
b/python-pypi/grecipe-manager/HISTORY
new file mode 100644
index 0000000..29476ce
--- /dev/null
+++ b/python-pypi/grecipe-manager/HISTORY
@@ -0,0 +1,3 @@
+2009-04-05 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS, DETAILS, PREPARE: spell created
+
diff --git a/python-pypi/grecipe-manager/PREPARE
b/python-pypi/grecipe-manager/PREPARE
new file mode 100755
index 0000000..a32c3dd
--- /dev/null
+++ b/python-pypi/grecipe-manager/PREPARE
@@ -0,0 +1,7 @@
+config_query GRM_SCM "Do you want SCM version" "n" &&
+if [[ "${GRM_SCM}" == "y" ]]
+then
+config_query GRM_SCM_AUTO \
+ "Automaticaly update the spell on sorcery queue/system-update?" \
+ "n"
+fi
diff --git a/python-pypi/sqlalchemy/CONFLICTS
b/python-pypi/sqlalchemy/CONFLICTS
new file mode 100755
index 0000000..c266ddc
--- /dev/null
+++ b/python-pypi/sqlalchemy/CONFLICTS
@@ -0,0 +1 @@
+conflicts sqlalchemy4
diff --git a/python-pypi/sqlalchemy/HISTORY b/python-pypi/sqlalchemy/HISTORY
index 0192510..6c71047 100644
--- a/python-pypi/sqlalchemy/HISTORY
+++ b/python-pypi/sqlalchemy/HISTORY
@@ -1,3 +1,6 @@
+2009-04-05 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * CONFLICTS: added
+
2009-03-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.5.3

diff --git a/python-pypi/sqlalchemy4/CONFLICTS
b/python-pypi/sqlalchemy4/CONFLICTS
new file mode 100755
index 0000000..d000792
--- /dev/null
+++ b/python-pypi/sqlalchemy4/CONFLICTS
@@ -0,0 +1 @@
+conflicts sqlalchemy
diff --git a/python-pypi/sqlalchemy4/DEPENDS b/python-pypi/sqlalchemy4/DEPENDS
new file mode 100755
index 0000000..06e0bc3
--- /dev/null
+++ b/python-pypi/sqlalchemy4/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-pypi/sqlalchemy4/DETAILS b/python-pypi/sqlalchemy4/DETAILS
new file mode 100755
index 0000000..695c65f
--- /dev/null
+++ b/python-pypi/sqlalchemy4/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=sqlalchemy
+ CHEESESHOP_PKG=SQLAlchemy
+ VERSION=0.4.7p1
+
SOURCE_HASH=sha512:ab4ab36af8258bab19a0b1c5357c27f7c28706097417df1197fda946c6c028b53531d675d98baa9c6b7088b23ca95c2e476936dd936c1fd69b31ba7494c54ffb
+ 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-pypi/sqlalchemy4/HISTORY b/python-pypi/sqlalchemy4/HISTORY
new file mode 100644
index 0000000..c565140
--- /dev/null
+++ b/python-pypi/sqlalchemy4/HISTORY
@@ -0,0 +1,51 @@
+2009-04-05 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * CONFLICTS: added
+
+2008-07-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.7p1
+
+2008-05-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.6
+
+2008-04-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.5
+
+2008-03-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.4
+
+2008-02-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.3
+
+2008-01-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.2p3
+
+2008-01-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.2a
+
+2008-01-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.2
+
+2007-12-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.1
+
+2007-10-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.0
+
+2007-09-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.0beta6
+
+2007-09-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.0beta5
+
+2007-08-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.0beta4
+
+2007-08-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.0beta3
+
+2007-08-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.0beta2
+
+2007-07-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.10
+ spell created



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (6c96d8d0b1c8ad7470984450105ef4c353e5e356), Andraž Levstik, 04/05/2009

Archive powered by MHonArc 2.6.24.

Top of Page