python-PyOpenGL-accelerate: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 23:34:39 +07:00
parent 328f44ccf6
commit 406d2b537b
4 changed files with 19 additions and 29 deletions

View file

@ -1,28 +0,0 @@
# Template file for 'python-PyOpenGL-accelerate'
pkgname=python-PyOpenGL-accelerate
version=3.1.5
revision=1
wrksrc="PyOpenGL-accelerate-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
makedepends="python-devel python3-devel python-numpy python3-numpy"
depends="python-numpy"
short_desc="Acceleration code for PyOpenGL (Python2)"
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
license="BSD-3-Clause"
homepage="http://pyopengl.sourceforge.net/"
distfiles="${PYPI_SITE}/P/PyOpenGL-accelerate/PyOpenGL-accelerate-${version}.tar.gz"
checksum=12e5518b0216a478527c7ce5ddce623c3d0517adeb87226da767772e8b7f2f06
post_install() {
vlicense license.txt LICENSE
}
python3-PyOpenGL-accelerate_package() {
depends="python3-numpy"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense license.txt LICENSE
}
}

View file

@ -1 +0,0 @@
python-PyOpenGL-accelerate

View file

@ -0,0 +1,19 @@
# Template file for 'python3-PyOpenGL-accelerate'
pkgname=python3-PyOpenGL-accelerate
version=3.1.5
revision=1
wrksrc="PyOpenGL-accelerate-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel python3-numpy"
depends="python3-numpy"
short_desc="Acceleration code for PyOpenGL (Python3)"
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
license="BSD-3-Clause"
homepage="http://pyopengl.sourceforge.net/"
distfiles="${PYPI_SITE}/P/PyOpenGL-accelerate/PyOpenGL-accelerate-${version}.tar.gz"
checksum=12e5518b0216a478527c7ce5ddce623c3d0517adeb87226da767772e8b7f2f06
post_install() {
vlicense license.txt LICENSE
}