Created attachment 169016 [details] port file
Created attachment 169017 [details] Fixed port file Fixed portlint issues
Any objections not to commit this to ports tree?
Review items: Make USES=python explicit for versions (2.5+) Missing LICENSE_FILE (COPYING.txt exists in WRKSRC) Missing a post-install: $STRIP_CMD /path/to/library.so Hint: Add DEVELOPER=yes in /etc/make.conf for extra ports sanity checks I'll add the above changes and QA (poudriere) against at least i386/amd64 and Python 2.7 and 3.5. It would be great for future Python contributions if you could provide the same QA confirmation
A commit references this bug: Author: koobs Date: Thu Aug 4 12:04:33 UTC 2016 New revision: 419607 URL: https://svnweb.freebsd.org/changeset/ports/419607 Log: [NEW] sysutils/py-uptime: Cross-platform uptime library This module provides a cross-platform way to retrieve system uptime and boot time. See documentation for a full list of supported platforms (yours is likely one of them). WWW: https://github.com/Cairnarvon/uptime PR: 208560 Submitted by: Uros <uros.gruber gmail com> Changes: head/sysutils/Makefile head/sysutils/py-uptime/ head/sysutils/py-uptime/Makefile head/sysutils/py-uptime/distinfo head/sysutils/py-uptime/pkg-descr
Thanks, I'll do my best next time.
Committed with QA changes (see comment 3) Thank you Uros!