Skip to Content.
Sympa Menu

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

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 (372427560e1a73d04bc422e27f6da1f6c52b1579)
  • Date: Fri, 15 Jun 2007 11:39:30 -0500

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

ChangeLog | 3 +++
python-devel/luca/DEPENDS | 6 ++++++
python-devel/luca/DETAILS | 14 ++++++++++++++
python-devel/luca/HISTORY | 4 ++++
python-devel/mysql-python/DETAILS | 5 ++---
python-devel/mysql-python/HISTORY | 3 +++
python-devel/pygresql/DETAILS | 8 +++-----
python-devel/pygresql/HISTORY | 3 +++
python-devel/pysqlite/DETAILS | 4 ++--
python-devel/pysqlite/HISTORY | 3 +++
10 files changed, 43 insertions(+), 10 deletions(-)

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

luca-1.01

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

mysql-python-1.2.2

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

pygresql - fix description

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

pysqlite-2.3.3

diff --git a/ChangeLog b/ChangeLog
index 518e332..9bd20ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-06-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-devel/luca: python based accounting package
+
2007-06-14 Eric Sandall <sandalle AT sourcemage.org>
* utils/wine-doors: A Windows package manager using WINE

diff --git a/python-devel/luca/DEPENDS b/python-devel/luca/DEPENDS
new file mode 100755
index 0000000..8fae153
--- /dev/null
+++ b/python-devel/luca/DEPENDS
@@ -0,0 +1,6 @@
+depends setuptools &&
+depends turbogears &&
+suggest_depends kinterbasdb "firebird support" &&
+suggest_depends mysql-python "MySQL support" &&
+suggest_depends pygresql "Postgresql support" &&
+suggest_depends pysqlite "sqlite support"
diff --git a/python-devel/luca/DETAILS b/python-devel/luca/DETAILS
new file mode 100755
index 0000000..b6cd53f
--- /dev/null
+++ b/python-devel/luca/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=luca
+ VERSION=1.01
+
SOURCE_HASH=sha512:abc938484a0c7fa49b1cfb463accf4754aa28fb542e905040bcd4bf4107aac6f03dfd4a4f041697369a14487eaf30d8340dca6b9e1fa85b10951b2b80a34bf1a
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.epx.com.br/luca/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.epx.com.br/luca/
+ LICENSE[0]=LGPL
+ DOCS="*.cfg *.sql *.txt"
+ ENTERED=20060614
+ SHORT="free accounting software"
+cat << EOF
+free accounting software
+EOF
diff --git a/python-devel/luca/HISTORY b/python-devel/luca/HISTORY
new file mode 100644
index 0000000..3203223
--- /dev/null
+++ b/python-devel/luca/HISTORY
@@ -0,0 +1,4 @@
+2007-06-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.01
+ * DEPENDS: add various databases
+ spell created
diff --git a/python-devel/mysql-python/DETAILS
b/python-devel/mysql-python/DETAILS
index 9efc087..77344d7 100755
--- a/python-devel/mysql-python/DETAILS
+++ b/python-devel/mysql-python/DETAILS
@@ -1,12 +1,11 @@
SPELL=mysql-python
- VERSION=1.2.0
-
SOURCE_HASH='sha512:b30a006d577980731e7fe00cdfb754d6fc46c4500cda8959d88c9d2ad676e422959c7c502b9f7721740074d6580f8b7df4a9d97c0103bc8638bf84e0622288d5'
+ VERSION=1.2.2
+
SOURCE_HASH=sha512:800135a77eb17be8178e0d3b52eca6e9ecfcf9a86fc70b0b45a16266083283aab019a3c1080e0d8f32ab627d58f81d08e6498d0edf2b9ecdf1cffb1b00ef0ee1
SOURCE=MySQL-python-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/MySQL-python-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
WEB_SITE=http://sourceforge.net/projects/mysql-python/
ENTERED=20020408
- UPDATED=20030929
LICENSE[0]=GPL
KEYWORDS="mysql python devel"
SHORT="Python Interface to MySQL"
diff --git a/python-devel/mysql-python/HISTORY
b/python-devel/mysql-python/HISTORY
index 7ef6bfc..f1f5652 100644
--- a/python-devel/mysql-python/HISTORY
+++ b/python-devel/mysql-python/HISTORY
@@ -1,3 +1,6 @@
+2007-06-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.2
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/python-devel/pygresql/DETAILS b/python-devel/pygresql/DETAILS
index 5082e44..a60af4c 100755
--- a/python-devel/pygresql/DETAILS
+++ b/python-devel/pygresql/DETAILS
@@ -11,9 +11,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MIX_SPELL-$VERSION
KEYWORDS="python database"
SHORT="python postgresql library"
cat << EOF
-Pygame Extended (or pygext) is my "everything and a kitchen sink" collection
of
-libraries for Pygame development. The main part of pygext, is the OpenGL
-accelerated 2D framework (pygext.gl) for rendering and controlling sprites.
-Pygext also contains additions to pygame.draw (e.g. rectangles with round
-corners) and an opengl accelerated 2D vector graphics library (experimental).
+PyGreSQL is an open-source Python module that interfaces to a
+PostgreSQL database. It embeds the PostgreSQL query library to allow
+easy use of the powerful PostgreSQL features from a Python script.
EOF
diff --git a/python-devel/pygresql/HISTORY b/python-devel/pygresql/HISTORY
index 0b7123c..ce8e334 100644
--- a/python-devel/pygresql/HISTORY
+++ b/python-devel/pygresql/HISTORY
@@ -1,2 +1,5 @@
+2007-06-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: fix description
+
2007-03-30 David Brown <dmlb2000 AT gmail.com>
* ALL: created spell fixed depends and sha512sum
diff --git a/python-devel/pysqlite/DETAILS b/python-devel/pysqlite/DETAILS
index a885f34..7bd5cf0 100755
--- a/python-devel/pysqlite/DETAILS
+++ b/python-devel/pysqlite/DETAILS
@@ -1,6 +1,6 @@
SPELL=pysqlite
- VERSION=2.3.2
-
SOURCE_HASH=sha512:bcef25142a35d4a29423c12ebddb9dc3a6c1506a013249db5f0c37482b66756d4cc269cbc6ce73a9c2e5f67596894794f2de9891ce3454002dcfff1084cc4a26
+ VERSION=2.3.3
+
SOURCE_HASH=sha512:633fa958328ff105ea7073c1ccc9c44d0ddc66ef43b8d86298893ec6286866d6f6ddf5bba0f60d720084bf72cfa5180b4d6c2cf53d68f5871049f54964494596
SOURCE=$SPELL-$VERSION.tar.gz
DOCS='LICENSE'
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/python-devel/pysqlite/HISTORY b/python-devel/pysqlite/HISTORY
index 927bffa..7c65fd5 100644
--- a/python-devel/pysqlite/HISTORY
+++ b/python-devel/pysqlite/HISTORY
@@ -1,3 +1,6 @@
+2007-06-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.3.3
+
2006-09-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.3.2




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (372427560e1a73d04bc422e27f6da1f6c52b1579), Treeve Jelbert, 06/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page