Created attachment 151003 [details] New port for tmuxp, session manager for tmux. From python ports wishlist: https://wiki.freebsd.org/Python/PortsWishlist. I created this python script. This is my first port (along with https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196306), thank you for being patient with me!
> $ portlint -ACNc > WARN: Makefile: no port directory /usr/ports/devel/py-kaptan found, even though it is listed in RUN_DEPENDS. > 0 fatal errors and 1 warning found. /usr/ports/devel/py-kaptan is #196306
Created attachment 151008 [details] New port for tmuxp, session manager for tmux Use only one WWW in pkg-descr > $ portlint -ACNc > WARN: Makefile: no port directory /usr/ports/devel/py-kaptan found, even though it is listed in RUN_DEPENDS. > 0 fatal errors and 1 warning found.
Same QA outputs requested here as for bug 196306 Nice work, and thanks for fulfilling a Python Port Wishlist item!
Created attachment 151075 [details] New port for tmuxp Updated to address QA issues (pypi URL for WWW, LICENSE_FILE, USE_*/USES order)
Created attachment 151076 [details] Poudriere output Poudriere build output attached
I forgot something, we need a port for py-argcomplete as a dependency also. I will follow up.
Created attachment 151080 [details] New port for tmuxp uses devel/py-argcomplete and devel/py-kaptan dependencies. - py-argcomplete ticket: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196358
Created attachment 151081 [details] Poudriere build Ok, added py-argcomplete to shar. This is the updated build output.
A commit references this bug: Author: sunpoet Date: Sun Mar 22 14:59:38 UTC 2015 New revision: 381924 URL: https://svnweb.freebsd.org/changeset/ports/381924 Log: - Add py-tmuxp 0.1.12 Load and save tmux sessions in JSON or YAML. Control tmux through python API. WWW: https://pypi.python.org/pypi/tmuxp PR: 196307 Submitted by: Tony Narlock <tony@git-pull.com> Changes: head/sysutils/Makefile head/sysutils/py-tmuxp/ head/sysutils/py-tmuxp/Makefile head/sysutils/py-tmuxp/distinfo head/sysutils/py-tmuxp/pkg-descr
Committed. Thanks!