Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (6ff3e6c6939c00566b47a7d3081d98075640e5d1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (6ff3e6c6939c00566b47a7d3081d98075640e5d1)
  • Date: Sun, 22 Apr 2007 14:56:37 -0500

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 1 +
python-devel/pyode/DEPENDS | 2 ++
python-devel/pyode/DETAILS | 14 ++++++++++++++
python-devel/pyode/HISTORY | 2 ++
4 files changed, 19 insertions(+)

New commits:
commit 0cd48fadfbe666984a00da234a564366ea6d0fba
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

pyode: new spell, python ode interface

diff --git a/ChangeLog b/ChangeLog
index 827df56..7390b9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2007-04-22 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* audio-libs/freealut: new spell, openal utility toolkit
+ * python-devel/pyode: new spell, python ode interface

2007-04-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* devel/qwtplot3d: A Qt widget for 3D scientific data representation
diff --git a/python-devel/pyode/DEPENDS b/python-devel/pyode/DEPENDS
new file mode 100755
index 0000000..0d279e4
--- /dev/null
+++ b/python-devel/pyode/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends ode
diff --git a/python-devel/pyode/DETAILS b/python-devel/pyode/DETAILS
new file mode 100755
index 0000000..faa2c41
--- /dev/null
+++ b/python-devel/pyode/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=pyode
+ VERSION=1.2.0
+ SOURCE="PyODE-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:1a9da848407926ab2465c7b9709c114b97f3dbde5b18f9f034dfb5453d3936cc151ce1b902309cd9b534a50c26778813a3cd386fa589322f3b95bf4a38f482bf
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/PyODE-${VERSION}"
+ WEB_SITE="http://pyode.sourceforge.net/ "
+ LICENSE[0]=LGPL
+ ENTERED=20070422
+ SHORT="Python bindings for the Open Dynamics Engine."
+cat << EOF
+PyODE is a set of Python bindings for The Open Dynamics Engine, a physics
+engine. It includes an XODE parser.
+EOF
diff --git a/python-devel/pyode/HISTORY b/python-devel/pyode/HISTORY
new file mode 100644
index 0000000..07467a3
--- /dev/null
+++ b/python-devel/pyode/HISTORY
@@ -0,0 +1,2 @@
+2007-04-22 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (6ff3e6c6939c00566b47a7d3081d98075640e5d1), Andraž Levstik, 04/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page