python-PyOpenGL: update to 3.1.5.
This commit is contained in:
parent
28b669fdd6
commit
0c6040b1ee
@ -1,19 +1,18 @@
|
|||||||
# Template file for 'python-PyOpenGL'
|
# Template file for 'python-PyOpenGL'
|
||||||
pkgname=python-PyOpenGL
|
pkgname=python-PyOpenGL
|
||||||
version=3.1.4
|
version=3.1.5
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="PyOpenGL-${version}"
|
wrksrc="PyOpenGL-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="OpenGL"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Standard OpenGL bindings for Python2"
|
short_desc="Standard OpenGL bindings for Python2"
|
||||||
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
|
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="http://pyopengl.sourceforge.net/"
|
homepage="http://pyopengl.sourceforge.net/"
|
||||||
distfiles="${PYPI_SITE}/P/PyOpenGL/PyOpenGL-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/P/PyOpenGL/PyOpenGL-${version}.tar.gz"
|
||||||
checksum=0bdf5ed600df30c8830455702338902528717c0af85ac5914f1dc5aa0bfa6eee
|
checksum=4107ba0d0390da5766a08c242cf0cf3404c377ed293c5f6d701e457c57ba3424
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense license.txt LICENSE
|
vlicense license.txt LICENSE
|
||||||
@ -22,7 +21,6 @@ post_install() {
|
|||||||
python3-PyOpenGL_package() {
|
python3-PyOpenGL_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="OpenGL"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user