pyopengl: dropped

This commit is contained in:
Danny Rawlins 2017-12-24 20:01:22 +11:00
parent d1902faadf
commit 64dc5f3a51
4 changed files with 0 additions and 2286 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
77becc24ffc0a6b28030aa109ad7ff8b PyOpenGL-3.0.2.tar.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/RCsBC2LC9FeoI9L/095u/ZDiSBlHk5iI5azzu+609A7l8k1YM/T2kEGJmck6bXJB8lHRGi7hMRUzH517dI7A0=
SHA256 (Pkgfile) = 9778c8cb49abdbb12a51081bdd4c4851333dd13ae3b7d40bd6ce13bc88dad64e
SHA256 (.footprint) = feccd557ced377ffd9d1e613dfa97ce695e9618eb29aaaa95a26bce04e17db03
SHA256 (PyOpenGL-3.0.2.tar.gz) = 9ef93bbea2c193898341f574e281c3ca0dfe87c53aa25fbec4b03581f6d1ba03

View File

@ -1,15 +0,0 @@
# Description: Cross platform Python binding to OpenGL.
# URL: http://pyopengl.sourceforge.net/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Younes Hafri ycrux at club-internet dot fr
# Depends on: swig python-setuptools
name=pyopengl
version=3.0.2
release=1
source=(http://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-$version.tar.gz)
build() {
cd PyOpenGL-$version
/usr/bin/python setup.py install --root=$PKG
}