summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Brown2007-03-30 14:22:53 +0000
committerDavid Brown2007-03-30 14:22:53 +0000
commit26330f20ec1e08bf7891254b0d17cdc8956d97a3 (patch)
treefcea8adfa97f4b69916a9dcccc5283dd7346f4b2
parentae43cf22c4eb46d05d769908fba42f1897f9cc88 (diff)
new spells pygext and pygresql
-rw-r--r--ChangeLog4
-rwxr-xr-xpython-devel/pygext/BUILD5
-rwxr-xr-xpython-devel/pygext/DEPENDS1
-rwxr-xr-xpython-devel/pygext/DETAILS18
-rw-r--r--python-devel/pygext/HISTORY2
-rwxr-xr-xpython-devel/pygresql/BUILD5
-rwxr-xr-xpython-devel/pygresql/DEPENDS1
-rwxr-xr-xpython-devel/pygresql/DETAILS19
-rw-r--r--python-devel/pygresql/HISTORY2
9 files changed, 57 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c2227ff00..82ffb354c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-30 David Brown <dmlb2000@gmail.com>
+ * python-devel/pygext: new spell for extended pygame support
+ * python-devel/pygresql: python postgresql library
+
2007-03-30 Robin Cook <rcook@wyrms.net>
* added spell gnome2-apps/giggle
diff --git a/python-devel/pygext/BUILD b/python-devel/pygext/BUILD
new file mode 100755
index 0000000000..6d3d72125a
--- /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 0000000000..fbc9b44fe3
--- /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 0000000000..1fc4bb3e52
--- /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 0000000000..14ccad9575
--- /dev/null
+++ b/python-devel/pygext/HISTORY
@@ -0,0 +1,2 @@
+2007-03-30 David Brown <dmlb2000@gmail.com>
+ * ALL: created spell
diff --git a/python-devel/pygresql/BUILD b/python-devel/pygresql/BUILD
new file mode 100755
index 0000000000..6d3d72125a
--- /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 0000000000..fbc9b44fe3
--- /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 0000000000..3536dd46ee
--- /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 0000000000..14ccad9575
--- /dev/null
+++ b/python-devel/pygresql/HISTORY
@@ -0,0 +1,2 @@
+2007-03-30 David Brown <dmlb2000@gmail.com>
+ * ALL: created spell