mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
python-PyOpenGL: drop package
This commit is contained in:
parent
406d2b537b
commit
2e4fda644d
4 changed files with 18 additions and 30 deletions
|
@ -1,29 +0,0 @@
|
||||||
# Template file for 'python-PyOpenGL'
|
|
||||||
pkgname=python-PyOpenGL
|
|
||||||
version=3.1.5
|
|
||||||
revision=1
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="PyOpenGL-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python"
|
|
||||||
short_desc="Standard OpenGL bindings for Python2"
|
|
||||||
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
|
|
||||||
license="BSD-3-Clause"
|
|
||||||
homepage="http://pyopengl.sourceforge.net/"
|
|
||||||
distfiles="${PYPI_SITE}/P/PyOpenGL/PyOpenGL-${version}.tar.gz"
|
|
||||||
checksum=4107ba0d0390da5766a08c242cf0cf3404c377ed293c5f6d701e457c57ba3424
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense license.txt LICENSE
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-PyOpenGL_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense license.txt LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-PyOpenGL
|
|
18
srcpkgs/python3-PyOpenGL/template
Normal file
18
srcpkgs/python3-PyOpenGL/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-PyOpenGL'
|
||||||
|
pkgname=python3-PyOpenGL
|
||||||
|
version=3.1.5
|
||||||
|
revision=2
|
||||||
|
wrksrc="PyOpenGL-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Standard OpenGL bindings for Python3"
|
||||||
|
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="http://pyopengl.sourceforge.net/"
|
||||||
|
distfiles="${PYPI_SITE}/P/PyOpenGL/PyOpenGL-${version}.tar.gz"
|
||||||
|
checksum=4107ba0d0390da5766a08c242cf0cf3404c377ed293c5f6d701e457c57ba3424
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense license.txt LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue