Bug 157514 - dev-python/pyopengl-2.0.0.44 - error in dist.py
Bug#: 157514 Product:  Gentoo Linux Version: 2006.1 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: python@gentoo.org Reported By: kierano@gmail.com
Component: Ebuilds
URL: 
Summary: dev-python/pyopengl-2.0.0.44 - error in dist.py
Keywords:  
Status Whiteboard: 
Opened: 2006-12-08 05:42 0000
Description:   Opened: 2006-12-08 05:42 0000
Line 100 of setup/dist.py (in the code for this package), is:

self.NUMERIC = 0

but should be:

self.HAS_NUMERIC = 0


This causes the ebuild to break in some cases, when on line 107 of the same
file, self.HAS_NUMERIC is accessed, but does not exist.

Changing line 100, rezipping the tar.gz, and updating the hashes, solved this
problem for me. The code for the package in the repository itself probably
needs to be modified, though.

------- Comment #1 From Lukasz Strzygowski (RETIRED) 2007-02-03 08:25:47 0000 -------
Fixed in portage. Thank you for reporting.