Created attachment 180416 [details] py-wcwidth-py3.patch - Create python3 version of devel/py-wcwidth This new port is required to fulfill the Python 3+ dependencies to the new port gitsome. I didn't include an entry in devel/Makefile for it not get conflicted with the other patches. [Q/A] portlint (devel/py-wcwidth): OK (looks fine.) testport (devel/py-wcwidth and devel/py3-wcwidth): poudriere i386|amd64 10.3 p17 (OK) poudriere i386|amd64 11 p8 (OK) poudriere i386|amd64 12 r314365 (OK)
A commit references this bug: Author: skreuzer Date: Thu Mar 2 14:06:06 UTC 2017 New revision: 435237 URL: https://svnweb.freebsd.org/changeset/ports/435237 Log: Python 3 version of devel/py-wcwidth PR: 217477 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Changes: head/devel/Makefile head/devel/py3-wcwidth/ head/devel/py3-wcwidth/Makefile
I bumped devel/py-wcwidth to version 0.1.7 and commited your py3-wcwidth port. The only only thing that you need to do when you submit a new port is to update the Makefile in devel/ and add SUBDIR+= py3-wcwidth (I did that when I committed this) Thanks for the patch.