Bug 217477 - devel/py-wcwidth: Create py3- variant
Summary: devel/py-wcwidth: Create py3- variant
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steven Kreuzer
URL:
Keywords:
Depends on:
Blocks: 217478
  Show dependency treegraph
 
Reported: 2017-03-01 23:00 UTC by Danilo G. Baio
Modified: 2017-03-02 14:11 UTC (History)
1 user (show)

See Also:
dbaio: maintainer-feedback? (skreuzer)


Attachments
py-wcwidth-py3.patch (1.03 KB, patch)
2017-03-01 23:00 UTC, Danilo G. Baio
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.