Skip to Content.
Sympa Menu

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

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 (c1bbb26fbdcff78143c6f2c6529115a04c988555)
  • Date: Thu, 14 Apr 2011 07:55:03 -0500

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

ChangeLog | 4 ++++
python-pypi/camelot/DEPENDS | 12 ++++++++++++
python-pypi/camelot/DETAILS | 16 ++++++++++++++++
python-pypi/camelot/HISTORY | 15 +++++++++++++++
python-pypi/fb-python/DEPENDS | 2 ++
python-pypi/fb-python/DETAILS | 15 +++++++++++++++
python-pypi/fb-python/HISTORY | 4 ++++
7 files changed, 68 insertions(+)

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

python-pypi/camelot - new spell

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

python-pypi/fb-python - new spell

diff --git a/ChangeLog b/ChangeLog
index 1ed58ea..ceeacba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/fb-python: new spell, python binding for firebird
+ * python-pypi/camelot: new spell, GUI framework on top of Sqlalchemy
+
2011-04-14 Ladislav Hagara <hgr AT vabo.cz>
* telephony//telepathy.gpg: added AC06A81C for telepathy-logger 0.2.8
* telephony//telepathy.gpg: added 85E84B49 for telepathy-salut 0.4.0
diff --git a/python-pypi/camelot/DEPENDS b/python-pypi/camelot/DEPENDS
new file mode 100755
index 0000000..33b2af8
--- /dev/null
+++ b/python-pypi/camelot/DEPENDS
@@ -0,0 +1,12 @@
+depends python &&
+depends setuptools &&
+depends sqlalchemy &&
+depends sqlalchemy-migrate &&
+depends elixir &&
+depends chardet &&
+depends jinja2 &&
+depends xlrd &&
+depends xlwt &&
+depends pyqt4
+depends qt4
+
diff --git a/python-pypi/camelot/DETAILS b/python-pypi/camelot/DETAILS
new file mode 100755
index 0000000..a5b84dd
--- /dev/null
+++ b/python-pypi/camelot/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=camelot
+ SPELLX=Camelot
+ VERSION=10.11.27
+
SOURCE_HASH=sha512:e84879e06330ffeed90ad181e96d6033a381a35488898267636030e8908cb605de5d7213c2fbcc814fb3bf2151a13d1c0655d95b4df9fb8f95146d7245e4a128
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL=http://pypi.python.org/packages/source/C/$SPELLX/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=http://www.python-camelot.com/
+ LICENSE[0]=GPL
+ ENTERED=20100915
+ KEYWORDS="python"
+ SHORT="open source RAD framework"
+cat << EOF
+Camelot is an open source RAD framework that leverages Python, Sqlalchemy
and Qt to build rich
+desktop applications.
+EOF
diff --git a/python-pypi/camelot/HISTORY b/python-pypi/camelot/HISTORY
new file mode 100644
index 0000000..7242c04
--- /dev/null
+++ b/python-pypi/camelot/HISTORY
@@ -0,0 +1,15 @@
+2011-04-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 10.11.27
+
+2010-09-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version git
+ * DEPENDS: pyexcelerator => xlrd, xlwt
+ jinja => jinja2
+
+2010-09-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add chardet, jinja, pyexcelerator
+
+2010-09-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 10.07.02
+ spell created
+
diff --git a/python-pypi/fb-python/DEPENDS b/python-pypi/fb-python/DEPENDS
new file mode 100755
index 0000000..57a3d6f
--- /dev/null
+++ b/python-pypi/fb-python/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends setuptools
diff --git a/python-pypi/fb-python/DETAILS b/python-pypi/fb-python/DETAILS
new file mode 100755
index 0000000..6a11a33
--- /dev/null
+++ b/python-pypi/fb-python/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=fb-python
+ SPELLX=firebirdsql
+ VERSION=0.4.0
+
SOURCE_HASH=sha512:2222b9387a93dd71b6ab6030d96f5218009b7e5a3782fec43fe513d2e6520003189b467eba41303f36ebd9feef7c05fab63311716e76dd896305ff145ecc6e9f
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_URL=http://pypi.python.org/packages/source/f/$SPELLX/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=http://github.com/nakagami/pyfirebirdsql/
+ LICENSE[0]=BSD
+ ENTERED=20101024
+ KEYWORDS="python database"
+ SHORT="python dbapi for firebird rdbms"
+cat << EOF
+python dbapi for firebird rdbms
+EOF
diff --git a/python-pypi/fb-python/HISTORY b/python-pypi/fb-python/HISTORY
new file mode 100644
index 0000000..0f83838
--- /dev/null
+++ b/python-pypi/fb-python/HISTORY
@@ -0,0 +1,4 @@
+2011-04-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.0
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c1bbb26fbdcff78143c6f2c6529115a04c988555), Treeve Jelbert, 04/14/2011

Archive powered by MHonArc 2.6.24.

Top of Page