py-opengl update to 3.0.0b3
Reported by: |
alakazam@… |
Owned by: |
macports-tickets@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.6.0
|
Keywords:
|
|
Cc:
|
|
Port:
|
|
|
|
Attached is a Portfile diff to upgrade py-opengl
from version 2.0.1.09
to version 3.0.0b3
.
Here is the list of changes I have made to the Portfile :
- Upgrade version to 3.0.0b3.
- Add myself and openmaintainer as maintainer.
- Update description : ctypes instead of SWIG is now used to generate the binding ; use spaces instead of tabs for indentation (I'm not changing this in the rest of the file yet to leave a readable diff). The description is directly taken from <http://pyopengl.sourceforge.net/>.
- Add required platforms variable. (for port lint)
- Update checksums for new version.
- Add livecheck (copied from py25-opengl).
- Add build dependency on py-setuptools.
- Add dependency on py-ctypes.
- Upgrade dependency on py-numeric to dependency on py-numpy as per installation recommendations on <http://pyopengl.sourceforge.net/documentation/installation.html>.
- Remove post-destroot installation of README file that is no longer present in the latest release of PyOpenGL.
- Enable test phase to check that everything worked well.
Thanks for taking maintainership!
Committed in r38095.