Bug 217477

Summary: devel/py-wcwidth: Create py3- variant
Product: Ports & Packages Reporter: Danilo G. Baio <dbaio>
Component: Individual Port(s)Assignee: Steven Kreuzer <skreuzer>
Status: Closed FIXED    
Severity: Affects Only Me CC: skreuzer
Priority: --- Flags: dbaio: maintainer-feedback? (skreuzer)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 217478    
Attachments:
Description Flags
py-wcwidth-py3.patch none

Description Danilo G. Baio freebsd_committer freebsd_triage 2017-03-01 23:00:22 UTC
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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-02 14:07:01 UTC
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
Comment 2 Steven Kreuzer freebsd_committer freebsd_triage 2017-03-02 14:11:13 UTC
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.