argparse was missing from this ports RUN_DEPENDS, causing errors on imports.
argparse is avaiilable in the Python 2.7 and 3.2+ standard libraries so patch
setup.py to only require it for those versions.
Patch has been committed upstream and won't be necessary for the next release.
While I'm here, enable STAGE support.
PR: ports/183477
Submitted by: koobs
Approved by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer)
- Use DISTNAME to match upstream name
- Remove DIST_SUBDIR
- Update COMMENT
- Add pytz to RUN_DEPENDS
- Set USE_PYTHON to 2.7 only
- Enable AUTOPLIST support and delete pkg-plist accordingly
- Re-order Makefile and whitespace align
PR: ports/181981
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer)
Approved by: maintainer