pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics py-OpenGL-accelerate: added version 3.1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f062af9ad944
branches:  trunk
changeset: 422435:f062af9ad944
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 27 06:24:36 2020 +0000

description:
py-OpenGL-accelerate: added version 3.1.5

This set of C (Cython) extensions provides acceleration of common operations
for slow points in PyOpenGL 3.x

diffstat:

 graphics/Makefile                      |   3 ++-
 graphics/py-OpenGL-accelerate/DESCR    |   2 ++
 graphics/py-OpenGL-accelerate/Makefile |  16 ++++++++++++++++
 graphics/py-OpenGL-accelerate/PLIST    |  17 +++++++++++++++++
 graphics/py-OpenGL-accelerate/distinfo |   6 ++++++
 5 files changed, 43 insertions(+), 1 deletions(-)

diffs (74 lines):

diff -r eac6c6b7c8fe -r f062af9ad944 graphics/Makefile
--- a/graphics/Makefile Sun Jan 26 21:28:23 2020 +0000
+++ b/graphics/Makefile Mon Jan 27 06:24:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.877 2020/01/24 12:57:52 jaapb Exp $
+# $NetBSD: Makefile,v 1.878 2020/01/27 06:24:36 adam Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -447,6 +447,7 @@
 SUBDIR+=       pstoedit
 SUBDIR+=       ptex
 SUBDIR+=       py-OpenGL
+SUBDIR+=       py-OpenGL-accelerate
 SUBDIR+=       py-Pillow
 SUBDIR+=       py-aafigure
 SUBDIR+=       py-actdiag
diff -r eac6c6b7c8fe -r f062af9ad944 graphics/py-OpenGL-accelerate/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-OpenGL-accelerate/DESCR       Mon Jan 27 06:24:36 2020 +0000
@@ -0,0 +1,2 @@
+This set of C (Cython) extensions provides acceleration of common operations
+for slow points in PyOpenGL 3.x
diff -r eac6c6b7c8fe -r f062af9ad944 graphics/py-OpenGL-accelerate/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-OpenGL-accelerate/Makefile    Mon Jan 27 06:24:36 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/01/27 06:24:36 adam Exp $
+
+DISTNAME=      PyOpenGL-accelerate-3.1.5
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^Py//}
+CATEGORIES=    graphics python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyOpenGL-accelerate/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://pyopengl.sourceforge.net/
+COMMENT=       Acceleration code for PyOpenGL
+# There are many similar licenses, see license.txt
+LICENSE=       modified-bsd AND mit
+
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r eac6c6b7c8fe -r f062af9ad944 graphics/py-OpenGL-accelerate/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-OpenGL-accelerate/PLIST       Mon Jan 27 06:24:36 2020 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/27 06:24:36 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/OpenGL_accelerate/__init__.py
+${PYSITELIB}/OpenGL_accelerate/__init__.pyc
+${PYSITELIB}/OpenGL_accelerate/__init__.pyo
+${PYSITELIB}/OpenGL_accelerate/arraydatatype.so
+${PYSITELIB}/OpenGL_accelerate/buffers_formathandler.so
+${PYSITELIB}/OpenGL_accelerate/errorchecker.so
+${PYSITELIB}/OpenGL_accelerate/formathandler.so
+${PYSITELIB}/OpenGL_accelerate/latebind.so
+${PYSITELIB}/OpenGL_accelerate/nones_formathandler.so
+${PYSITELIB}/OpenGL_accelerate/numpy_formathandler.so
+${PYSITELIB}/OpenGL_accelerate/vbo.so
+${PYSITELIB}/OpenGL_accelerate/wrapper.so
diff -r eac6c6b7c8fe -r f062af9ad944 graphics/py-OpenGL-accelerate/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-OpenGL-accelerate/distinfo    Mon Jan 27 06:24:36 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/27 06:24:36 adam Exp $
+
+SHA1 (PyOpenGL-accelerate-3.1.5.tar.gz) = 5d8275c2437c90dfbf126f8c2637016406c74f48
+RMD160 (PyOpenGL-accelerate-3.1.5.tar.gz) = 125440ae018e9666121664c2328d8d0a3dab6a98
+SHA512 (PyOpenGL-accelerate-3.1.5.tar.gz) = 60a0305bd517f761ef4a01a590162037bf84fa01315c505c3e7d8bd6091d10929281315a467cc4a8ee837c881f498c6d77ed161bc047eb87968606047e0b8be0
+Size (PyOpenGL-accelerate-3.1.5.tar.gz) = 538350 bytes



Home | Main Index | Thread Index | Old Index