summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2007-10-30 20:59:40 +0100
committerTreeve Jelbert2007-10-30 20:59:40 +0100
commit2d31e795ed121fbb65f23c2fe580d2a7b2242cd0 (patch)
tree3135e40a2832a5815b1d2cd75803d2ed89ac4e1e
parent91d2d112832990fdcc41276a4180dfd75ffb25d5 (diff)
parent791d56c4a2414c531f068ad49aa53e88235c22f1 (diff)
Merge branch 'master' of ssh://treeve@scm.sourcemage.org/smgl/grimoire
-rw-r--r--ChangeLog3
-rwxr-xr-xpython-devel/rabbyt/DEPENDS2
-rwxr-xr-xpython-devel/rabbyt/DETAILS16
-rw-r--r--python-devel/rabbyt/HISTORY2
4 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab84c0a8b4..c7eb515282 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-10-30 Alexander Tsamutali <astsmtl@gmail.com>
+ * python-devel/rabbyt: new spell, a fast sprite library for Python
+
2007-10-30 Treeve Jelbert <treeve@sourcemage.org>
* groups: add kde4
diff --git a/python-devel/rabbyt/DEPENDS b/python-devel/rabbyt/DEPENDS
new file mode 100755
index 0000000000..1ec3c3e602
--- /dev/null
+++ b/python-devel/rabbyt/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends OPENGL
diff --git a/python-devel/rabbyt/DETAILS b/python-devel/rabbyt/DETAILS
new file mode 100755
index 0000000000..8b3909a7b6
--- /dev/null
+++ b/python-devel/rabbyt/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=rabbyt
+ VERSION=0.7.5
+ SOURCE=Rabbyt-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Rabbyt-$VERSION
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/R/Rabbyt/Rabbyt-0.7.5.tar.gz
+ SOURCE_HASH=sha512:c06aec86a8b10893cf0a2dd853a44d41225c9abf9750ef4ac5ae71e6679a5d765bcdcc293fe51b4345c5c200f4b48043b8e1d6827bf24758fd598543da6a078e
+ LICENSE[0]=MIT
+ WEB_SITE=http://matthewmarshall.org/projects/rabbyt/
+ KEYWORDS="python devel"
+ SHORT="fast sprite library for Python"
+cat << EOF
+Rabbyt is a sprite library for Python with game development in mind.
+It has two goals:
+ 1. Be fast, without sacrificing ease of use.
+ 2. Be easy to use, without sacrificing speed.
+EOF
diff --git a/python-devel/rabbyt/HISTORY b/python-devel/rabbyt/HISTORY
new file mode 100644
index 0000000000..f6a2c97c4a
--- /dev/null
+++ b/python-devel/rabbyt/HISTORY
@@ -0,0 +1,2 @@
+2007-10-27 Alexander Tsamutali <astsmtl@gmail.com>
+ * DETAILS, DEPENDS, HISTORY: Created this spell