svn commit: r529206 - head/graphics/py-PyOpenGL-accelerate

Gleb Popov arrowd at FreeBSD.org
Thu Mar 26 18:42:24 UTC 2020


Author: arrowd
Date: Thu Mar 26 18:42:15 2020
New Revision: 529206
URL: https://svnweb.freebsd.org/changeset/ports/529206

Log:
  graphics/py-PyOpenGL-accelerate: Undeprecate. Works with Python 3.

Modified:
  head/graphics/py-PyOpenGL-accelerate/Makefile

Modified: head/graphics/py-PyOpenGL-accelerate/Makefile
==============================================================================
--- head/graphics/py-PyOpenGL-accelerate/Makefile	Thu Mar 26 18:33:20 2020	(r529205)
+++ head/graphics/py-PyOpenGL-accelerate/Makefile	Thu Mar 26 18:42:15 2020	(r529206)
@@ -13,9 +13,6 @@ COMMENT=	OpenGL acceleration code for PyOpenGL
 
 LICENSE=	BSD3CLAUSE
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-09-15
-
 BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYNUMPY}
 


More information about the svn-ports-all mailing list