[38095] trunk/dports/python/py-opengl/Portfile

raimue at macports.org raimue at macports.org
Sun Jul 6 07:13:07 PDT 2008


Revision: 38095
          http://trac.macosforge.org/projects/macports/changeset/38095
Author:   raimue at macports.org
Date:     2008-07-06 07:13:06 -0700 (Sun, 06 Jul 2008)
Log Message:
-----------
python/py-opengl:
  * Update to version 3.0.0b3
  * New maintainer melix.net:alakazam with openmaintainer
Closes #15877

Modified Paths:
--------------
    trunk/dports/python/py-opengl/Portfile

Modified: trunk/dports/python/py-opengl/Portfile
===================================================================
--- trunk/dports/python/py-opengl/Portfile	2008-07-06 12:27:45 UTC (rev 38094)
+++ trunk/dports/python/py-opengl/Portfile	2008-07-06 14:13:06 UTC (rev 38095)
@@ -4,24 +4,28 @@
 PortGroup python24 1.0
 
 name			py-opengl
-version			2.0.1.09
-revision		1
+version			3.0.0b3
 categories		python graphics
-maintainers		nomaintainer
+platforms       darwin
+maintainers		melix.net:alakazam openmaintainer
 description		PyOpenGL is a Python binding to OpenGL
-long_description	PyOpenGL is the cross platform Python binding to \
-				OpenGL and related APIs. The binding is created using \
-				the SWIG wrapper generator, and is provided under an \
-				extremely liberal BSD-style Open-Source licenses.
+long_description PyOpenGL is the cross platform Python binding to OpenGL \
+                and related APIs. The binding is created using the \
+                standard ctypes library, and is provided under an extremely \
+                liberal BSD-style Open-Source license.
 
 homepage		http://pyopengl.sourceforge.net/
 master_sites	sourceforge:pyopengl
 distname		PyOpenGL-${version}
-checksums		md5 505b5f28ea676194e2e10333c56d5936
+checksums       md5     a9ef90a2256df749b859dc04d221a6dc \
+                sha1    4d436c1905542e7eafbbc915a4f97d1474b15ba0 \
+                rmd160  f56d868253bfee380739997f67920f21f2ac76c5
 
-depends_lib-append	port:py-numeric
+depends_build-append port:py-setuptools
+depends_lib-append   port:py-ctypes port:py-numpy
 
-post-destroot	{
-	xinstall -m 644 ${worksrcpath}/README \
-		${destroot}${prefix}/share/doc/${name}
-}
+test.run            yes
+
+livecheck.check     sourceforge
+livecheck.name      pyopengl
+livecheck.distname  PyOpenGL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080706/61e70768/attachment.html 


More information about the macports-changes mailing list