Skip to Content.
Sympa Menu

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

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 (41a1b2e225fac293c5a8edb2ce431531531604d9)
  • Date: Fri, 23 Dec 2011 12:05:16 -0600

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

ChangeLog | 3 +++
python-pypi/fdb/DEPENDS | 2 ++
python-pypi/fdb/DETAILS | 14 ++++++++++++++
python-pypi/fdb/HISTORY | 4 ++++
4 files changed, 23 insertions(+)

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

python-pypi/fdb: new spell, yet another pthon binding for firebird

diff --git a/ChangeLog b/ChangeLog
index f5bdf82..5bff583 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-12-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/fdb: new spell, yet another pthon binding for firebird
+
2011-12-21 Arjan Bouter <abouter AT sourcemage.org>
* wm-addons/razor-qt: new spell, lightweight desktop environment

diff --git a/python-pypi/fdb/DEPENDS b/python-pypi/fdb/DEPENDS
new file mode 100755
index 0000000..b0cb54f
--- /dev/null
+++ b/python-pypi/fdb/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends SETUPTOOLS
diff --git a/python-pypi/fdb/DETAILS b/python-pypi/fdb/DETAILS
new file mode 100755
index 0000000..e37fa08
--- /dev/null
+++ b/python-pypi/fdb/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=fdb
+ VERSION=0.7.0
+
SOURCE_HASH=sha512:7e6d035fc398abebd986b5d586f85df6984cc749b58cfc73ebdc6ba5e4ff282758efcde04bdb3aa6204de2c944e7db3609205c5c8da0a2aa8ee9e297d16a05ca
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_URL=http://pypi.python.org/packages/source/f/$SPELL/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://pypi.python.org/pypi/fdb/
+ LICENSE[0]=BSD
+ ENTERED=20111223
+ KEYWORDS="python database"
+ SHORT="python dbapi for firebird rdbms"
+cat << EOF
+python dbapi for firebird rdbms
+EOF
diff --git a/python-pypi/fdb/HISTORY b/python-pypi/fdb/HISTORY
new file mode 100644
index 0000000..6eb6258
--- /dev/null
+++ b/python-pypi/fdb/HISTORY
@@ -0,0 +1,4 @@
+2011-12-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.0
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (41a1b2e225fac293c5a8edb2ce431531531604d9), Treeve Jelbert, 12/23/2011

Archive powered by MHonArc 2.6.24.

Top of Page