aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-pyopengl_3.0.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/python/python-pyopengl_3.0.1.bb b/recipes/python/python-pyopengl_3.0.1.bb
new file mode 100644
index 0000000000..08cc3c86f9
--- /dev/null
+++ b/recipes/python/python-pyopengl_3.0.1.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Standard OpenGL bindings for Python"
+SECTION = "devel/python"
+PRIORITY = "optional"
+DEPENDS = "python-numeric"
+LICENSE = "BSD"
+SRCNAME = "PyOpenGL"
+
+SRC_URI = "\
+ http://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
+"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
+
+SRC_URI[md5sum] = "cdf03284f24279b8d9914bb680a37b5e"
+SRC_URI[sha256sum] = "79065ba0fec47e9e9514f3be543866f07d7b08071336d566fbf3ab138c442635"