[arch-commits] Commit in python-opengl/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Jul 24 08:38:05 UTC 2012


    Date: Tuesday, July 24, 2012 @ 04:38:04
  Author: andrea
Revision: 164018

upgpkg: python-opengl 3.0.1-4

Remove the tk deps (FS#30491)

Modified:
  python-opengl/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-24 02:09:07 UTC (rev 164017)
+++ PKGBUILD	2012-07-24 08:38:04 UTC (rev 164018)
@@ -1,17 +1,18 @@
 # $Id$
+# Maintainer:
 # Contributor: Josh Taylor <joshtaylor.mail at gmail.com>
 # Contributor: simo <simo at archlinux.org>
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=python-opengl
 pkgver=3.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="The cross platform Python binding to OpenGL and related APIs"
-url="http://pyopengl.sourceforge.net"
+url="http://pyopengl.sourceforge.net/"
 license=('BSD')
 arch=('any')
-depends=('python2' 'tk' 'freeglut' 'setuptools')
+depends=('python2' 'freeglut' 'python2-distribute')
 provides=('pyopengl' 'python-pyopengl')
 conflicts=('pyopengl' 'python-pyopengl')
 source=("http://downloads.sourceforge.net/pyopengl/PyOpenGL-${pkgver}.tar.gz"
@@ -21,7 +22,7 @@
 
 package() {
 	cd ${srcdir}/PyOpenGL-${pkgver}
-	python2 setup.py install --root=${pkgdir}
+	python2 setup.py install --root=${pkgdir} --optimize=1
 	install -Dm644 ${srcdir}/LICENSE \
 		${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }




More information about the arch-commits mailing list