graphics/py-pyganim: create port Pyganim (pronounced like "pig" and "animation") is a Python module for Pygame that makes it easy to add sprite animations to your Pygame game programs. Pyganim works with Python 2 and Python 3. The mascot of Pyganim is a red vitruvian pig. Pyganim was written by Al Sweigart and released under a "Simplified BSD" license. Contact Al with any questions/bug reports: al@inventwithpython.com WWW: http://inventwithpython.com/pyganim
Details
portlint: looks fine
poudriere: ok
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| graphics/Makefile | ||
|---|---|---|
| 805 | Lowercase P | |
| graphics/py-Pyganim/Makefile | ||
| 4 | Lowercase P | |
| 13 | No LICENSE_FILE? | |
| 15–16 | Sure its a BUILD_DEPENDS, and not just RUN? I can't see pygame declared at upstream setup.py at all, let alone setup_requires | |
| 20 | Upstream setup.py has test_suite declared [1]. Add regression-test target to run it [1] https://github.com/asweigart/pyganim/blob/master/setup.py#L18 | |
| graphics/py-Pyganim/Makefile | ||
|---|---|---|
| 4 | This is for consistency with Upstream name. "PORTNAME MUST be equal to <PyPI-name> " :) | |
| 13 | No. I've asked the maintainer which BSD license it is, and he said 2-clause. Excerpt: Subject: Re: Pyganim BSD license Hi Johannes. It's under the Simplified 2-paragraph BSD license. I'll | |
| 15–16 | Yes, because it doesn't build otherwise. | |