Bug 217473

Summary: devel/py-six: 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: bugzilla: maintainer-feedback? (python)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 217475, 217478    
Attachments:
Description Flags
py-six-py3.patch none

Description Danilo G. Baio freebsd_committer freebsd_triage 2017-03-01 22:46:46 UTC
Created attachment 180412 [details]
py-six-py3.patch

- Create python3 version of devel/py-six

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-six): OK (looks fine.)

testport (devel/py-six and devel/py3-six):
   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 16:55:41 UTC
A commit references this bug:

Author: skreuzer
Date: Thu Mar  2 16:55:17 UTC 2017
New revision: 435252
URL: https://svnweb.freebsd.org/changeset/ports/435252

Log:
  Python 3 variant of devel/py-six

  PR:		217473
  Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>

Changes:
  head/devel/Makefile
  head/devel/py-six/Makefile
  head/devel/py3-six/
  head/devel/py3-six/Makefile
Comment 2 Steven Kreuzer freebsd_committer freebsd_triage 2017-03-02 16:58:45 UTC
Committed. Thanks!