~alpine/aports

testing/py-opengl: add recommended enhancements v1 PROPOSED

Stuart Cardall: 1
 testing/py-opengl: add recommended enhancements

 1 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2791/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/py-opengl: add recommended enhancements Export this patch

adds recommended enhancements from:

http://pyopengl.sourceforge.net/documentation/installation.html
---
 testing/py-opengl/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/testing/py-opengl/APKBUILD b/testing/py-opengl/APKBUILD
index c1222b5..5a59f87 100644
--- a/testing/py-opengl/APKBUILD
+++ b/testing/py-opengl/APKBUILD
@@ -3,17 +3,17 @@
pkgname=py-opengl
_pkgname=PyOpenGL
pkgver=3.1.1a1
pkgrel=0
pkgrel=1
pkgdesc="Standard OpenGL bindings for Python"
url="http://pyopengl.sourceforge.net"
arch="noarch"
license="BSD"
depends=""
depends="python freeglut mesa-gles py-pillow py-numpy"
depends_dev=""
makedepends="$depends_dev python-dev py-setuptools"
makedepends="$depends_dev python-dev py-setuptools freeglut-dev"
install=""
subpackages=""
source="https://pypi.python.org/packages/df/fe/b9da75e85bcf802ed5ef92a5c5e4022bf06faa1d41b9630b9bb49f827483/$_pkgname-$pkgver.tar.gz"
source="http://pypi.python.org/packages/source/P/PyOpenGL/$_pkgname-$pkgver.tar.gz"

builddir="$srcdir"/$_pkgname-$pkgver
build() {
-- 
2.8.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---