Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (791d56c4a2414c531f068ad49aa53e88235c22f1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (791d56c4a2414c531f068ad49aa53e88235c22f1)
  • Date: Tue, 30 Oct 2007 12:20:43 -0500

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

ChangeLog | 3 +++
python-devel/rabbyt/DEPENDS | 2 ++
python-devel/rabbyt/DETAILS | 16 ++++++++++++++++
python-devel/rabbyt/HISTORY | 2 ++
4 files changed, 23 insertions(+)

New commits:
commit 04535b97bd2d8e986ad6e1a78a158639c05464c9
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

python-devel/rabbyt: new spell, fast sprite library for Python

diff --git a/ChangeLog b/ChangeLog
index ab84c0a..c7eb515 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-10-30 Alexander Tsamutali <astsmtl AT gmail.com>
+ * python-devel/rabbyt: new spell, a fast sprite library for Python
+
2007-10-30 Treeve Jelbert <treeve AT sourcemage.org>
* groups: add kde4

diff --git a/python-devel/rabbyt/DEPENDS b/python-devel/rabbyt/DEPENDS
new file mode 100755
index 0000000..1ec3c3e
--- /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 0000000..8b3909a
--- /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 0000000..f6a2c97
--- /dev/null
+++ b/python-devel/rabbyt/HISTORY
@@ -0,0 +1,2 @@
+2007-10-27 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, DEPENDS, HISTORY: Created this spell



  • [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (791d56c4a2414c531f068ad49aa53e88235c22f1), Alexander Tsamutali, 10/30/2007

Archive powered by MHonArc 2.6.24.

Top of Page