Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (26330f20ec1e08bf7891254b0d17cdc8956d97a3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (26330f20ec1e08bf7891254b0d17cdc8956d97a3)
  • Date: Fri, 30 Mar 2007 16:22:50 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

ChangeLog | 4 ++++
python-devel/pygext/BUILD | 5 +++++
python-devel/pygext/DEPENDS | 1 +
python-devel/pygext/DETAILS | 18 ++++++++++++++++++
python-devel/pygext/HISTORY | 2 ++
python-devel/pygresql/BUILD | 5 +++++
python-devel/pygresql/DEPENDS | 1 +
python-devel/pygresql/DETAILS | 19 +++++++++++++++++++
python-devel/pygresql/HISTORY | 2 ++
9 files changed, 57 insertions(+)

New commits:
commit 26330f20ec1e08bf7891254b0d17cdc8956d97a3
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

new spells pygext and pygresql

diff --git a/ChangeLog b/ChangeLog
index 2c2227f..82ffb35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-30 David Brown <dmlb2000 AT gmail.com>
+ * python-devel/pygext: new spell for extended pygame support
+ * python-devel/pygresql: python postgresql library
+
2007-03-30 Robin Cook <rcook AT wyrms.net>
* added spell gnome2-apps/giggle

diff --git a/python-devel/pygext/BUILD b/python-devel/pygext/BUILD
new file mode 100755
index 0000000..6d3d721
--- /dev/null
+++ b/python-devel/pygext/BUILD
@@ -0,0 +1,5 @@
+# pygame's setup.py calls config.py if it can't find a file called
+# "Setup". config.py looks for the dependencies and if it doesn't
+# find all of them gives a yes/no prompt on whether you want to
+# continue the build
+yes | default_build
diff --git a/python-devel/pygext/DEPENDS b/python-devel/pygext/DEPENDS
new file mode 100755
index 0000000..fbc9b44
--- /dev/null
+++ b/python-devel/pygext/DEPENDS
@@ -0,0 +1 @@
+depends pygame
diff --git a/python-devel/pygext/DETAILS b/python-devel/pygext/DETAILS
new file mode 100755
index 0000000..1fc4bb3
--- /dev/null
+++ b/python-devel/pygext/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=pygext
+ VERSION=0.9.5
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=http://opioid-interactive.com/~shang/projects/pygext/${SOURCE}
+ SOURCE_HASH=sha1:cf6940e3ec4f48930ef8e4600c6decfa13ebbbea
+ LICENSE[0]=LGPL
+ WEB_SITE=http://opioid-interactive.com/~shang/projects/pygext
+ PATCHLEVEL=1
+ KEYWORDS="sdl python devel"
+ SHORT="pygame extentions"
+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).
+EOF
diff --git a/python-devel/pygext/HISTORY b/python-devel/pygext/HISTORY
new file mode 100644
index 0000000..14ccad9
--- /dev/null
+++ b/python-devel/pygext/HISTORY
@@ -0,0 +1,2 @@
+2007-03-30 David Brown <dmlb2000 AT gmail.com>
+ * ALL: created spell
diff --git a/python-devel/pygresql/BUILD b/python-devel/pygresql/BUILD
new file mode 100755
index 0000000..6d3d721
--- /dev/null
+++ b/python-devel/pygresql/BUILD
@@ -0,0 +1,5 @@
+# pygame's setup.py calls config.py if it can't find a file called
+# "Setup". config.py looks for the dependencies and if it doesn't
+# find all of them gives a yes/no prompt on whether you want to
+# continue the build
+yes | default_build
diff --git a/python-devel/pygresql/DEPENDS b/python-devel/pygresql/DEPENDS
new file mode 100755
index 0000000..fbc9b44
--- /dev/null
+++ b/python-devel/pygresql/DEPENDS
@@ -0,0 +1 @@
+depends pygame
diff --git a/python-devel/pygresql/DETAILS b/python-devel/pygresql/DETAILS
new file mode 100755
index 0000000..3536dd4
--- /dev/null
+++ b/python-devel/pygresql/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=pygresql
+ MIX_SPELL=PyGreSQL
+ VERSION=3.8.1
+ SOURCE=$MIX_SPELL.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MIX_SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.pygresql.org/pub/distrib/${SOURCE}
+ SOURCE_HASH=sha1:cf6940e3ec4f48930ef8e4600c6decfa13ebbbea
+ LICENSE[0]=LGPL
+ WEB_SITE=http://www.pygresql.org/
+ PATCHLEVEL=1
+ 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).
+EOF
diff --git a/python-devel/pygresql/HISTORY b/python-devel/pygresql/HISTORY
new file mode 100644
index 0000000..14ccad9
--- /dev/null
+++ b/python-devel/pygresql/HISTORY
@@ -0,0 +1,2 @@
+2007-03-30 David Brown <dmlb2000 AT gmail.com>
+ * ALL: created spell



  • [SM-Commit] GIT changes to master grimoire by David Brown (26330f20ec1e08bf7891254b0d17cdc8956d97a3), David Brown, 03/30/2007

Archive powered by MHonArc 2.6.24.

Top of Page