wok-current rev 23519
updated python-opengl and python-opengl-accelerate (3.0.2 -> 3.1.5)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 13:40:59 2020 +0100 (2020-04-06) |
parents | b3a4144020fb |
children | be6fe659dd64 |
files | python-opengl-accelerate/receipt python-opengl/receipt |
line diff
1.1 --- a/python-opengl-accelerate/receipt Mon Apr 06 13:29:12 2020 +0100 1.2 +++ b/python-opengl-accelerate/receipt Mon Apr 06 13:40:59 2020 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-opengl-accelerate" 1.7 -SOURCE="PyOpenGL-accelerate" 1.8 -VERSION="3.0.2" 1.9 +VERSION="3.1.5" 1.10 CATEGORY="development" 1.11 SHORT_DESC="Cross platform Python binding to OpenGL." 1.12 MAINTAINER="yuripourre@gmail.com" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://pypi.org/project/PyOpenGL/" 1.15 + 1.16 +SOURCE="PyOpenGL-accelerate" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://pyopengl.sf.net" 1.19 -WGET_URL="https://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" 1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.21 1.22 DEPENDS="python python-opengl" 1.23 BUILD_DEPENDS="python python-dev python-opengl" 1.24 @@ -26,5 +27,5 @@ 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 - cp -a $install/usr $fs 1.29 + cp -a $install/usr $fs 1.30 }
2.1 --- a/python-opengl/receipt Mon Apr 06 13:29:12 2020 +0100 2.2 +++ b/python-opengl/receipt Mon Apr 06 13:40:59 2020 +0100 2.3 @@ -1,18 +1,19 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-opengl" 2.7 -SOURCE="PyOpenGL" 2.8 -VERSION="3.0.2" 2.9 +VERSION="3.1.5" 2.10 CATEGORY="development" 2.11 SHORT_DESC="Cross platform Python binding to OpenGL." 2.12 MAINTAINER="yuripourre@gmail.com" 2.13 LICENSE="BSD" 2.14 +WEB_SITE="https://pypi.org/project/PyOpenGL/" 2.15 + 2.16 +SOURCE="PyOpenGL" 2.17 TARBALL="$SOURCE-$VERSION.tar.gz" 2.18 -WEB_SITE="http://pyopengl.sf.net" 2.19 -WGET_URL="https://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" 2.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 2.21 2.22 -DEPENDS="python python-numpy python-pil freeglut" 2.23 -BUILD_DEPENDS="python python-dev freeglut-dev" 2.24 +DEPENDS="freeglut python python-numpy python-pil" 2.25 +BUILD_DEPENDS="freeglut-dev python python-dev" 2.26 2.27 # Rules to configure and make the package. 2.28 compile_rules() 2.29 @@ -26,5 +27,5 @@ 2.30 # Rules to gen a SliTaz package suitable for Tazpkg. 2.31 genpkg_rules() 2.32 { 2.33 - cp -a $install/usr $fs 2.34 + cp -a $install/usr $fs 2.35 }