summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2009-04-01 13:05:55 +0400
committerVlad Glagolev2009-04-01 13:05:55 +0400
commitbca18add9bb36a0ce583693a2b356322cf5282d1 (patch)
treed7e96c1ea1745430fe35bbc2a8ad64fbaa63b8a3
parent0af5b1475297a225603216309a116e332e505fb3 (diff)
pyopengl: => 3.0.0
-rwxr-xr-xgraphics-libs/pyopengl/BUILD3
-rwxr-xr-xgraphics-libs/pyopengl/DETAILS8
-rw-r--r--graphics-libs/pyopengl/HISTORY5
-rwxr-xr-xgraphics-libs/pyopengl/INSTALL2
4 files changed, 10 insertions, 8 deletions
diff --git a/graphics-libs/pyopengl/BUILD b/graphics-libs/pyopengl/BUILD
index 5e1446d688..a05d2aaa62 100755
--- a/graphics-libs/pyopengl/BUILD
+++ b/graphics-libs/pyopengl/BUILD
@@ -1,2 +1 @@
-sedit 's/build_togl=1/build_togl=0/' config/linux.cfg &&
-python setup.py build
+default_build_python
diff --git a/graphics-libs/pyopengl/DETAILS b/graphics-libs/pyopengl/DETAILS
index 6d882a2f8c..a23ac80923 100755
--- a/graphics-libs/pyopengl/DETAILS
+++ b/graphics-libs/pyopengl/DETAILS
@@ -1,15 +1,15 @@
SPELL=pyopengl
SNAME=PyOpenGL
- VERSION=2.0.1.09
+ VERSION=3.0.0
SOURCE=$SNAME-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SNAME-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_HASH=sha512:2ceebc45fc2d029969e47e674d05171c1c8b85fcdbc77cbf876139c79f5539fb8ba5a62f097caa6bfcdce8a2528a2723c5e6a13498330933f39cf1f84ae97a35
+ SOURCE_HASH=sha512:d5a86c76037bd385a3c61e3808242e03bb82eb40a74732f85be157b08ce8124ac3dfd29a0d77d5e3dfb5304dd7e2dfdc9c0db86cd41359884a001974d2a55715
WEB_SITE=http://pyopengl.sourceforge.net/
ENTERED=20030518
LICENSE[0]=GPL
KEYWORDS="opengl graphics python libs"
- SHORT="Cross platform Python binding to OpenGL and related APIs."
+ SHORT="cross platform Python binding to OpenGL and related APIs"
cat << EOF
PyOpenGL is the cross platform Python binding to OpenGL and related APIs.
EOF
diff --git a/graphics-libs/pyopengl/HISTORY b/graphics-libs/pyopengl/HISTORY
index 9fe0b4cbf9..9196e8607c 100644
--- a/graphics-libs/pyopengl/HISTORY
+++ b/graphics-libs/pyopengl/HISTORY
@@ -1,3 +1,7 @@
+2009-04-01 Vlad Glagolev <stealth@sourcemage.org>
+ * BUILD: default_{build,install}_python
+ * DETAILS: updated spell to 3.0.0
+
2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
@@ -51,4 +55,3 @@
2003-05-18 David Braaten <xiticix47@hotmail.com>
* ALL: created spell
-
diff --git a/graphics-libs/pyopengl/INSTALL b/graphics-libs/pyopengl/INSTALL
index c3a395a83c..46c6fba709 100755
--- a/graphics-libs/pyopengl/INSTALL
+++ b/graphics-libs/pyopengl/INSTALL
@@ -1 +1 @@
-python setup.py install
+default_install_python