Bug 207771

Summary: devel/py-ice: fix packaging with python 3.5
Product: Ports & Packages Reporter: Ruslan Makhmatkhanov <rm>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: freebsd, grembo
Priority: --- Flags: bugzilla: maintainer-feedback? (freebsd)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 204519    
Attachments:
Description Flags
fix packaging with python 3.5 none

Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2016-03-07 11:16:46 UTC
Created attachment 167800 [details]
fix packaging with python 3.5

Utilize py3kplist feature to simplify handling of packing list both with python 2.x and python 3.x. Now single pkg-plist used for both branches and all the differences are handled by py3kplist.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-03-08 00:30:25 UTC
A commit references this bug:

Author: grembo
Date: Tue Mar  8 00:29:25 UTC 2016
New revision: 410590
URL: https://svnweb.freebsd.org/changeset/ports/410590

Log:
  Fix packaging with python 3.5.

  This utilizes the new py3kplist feature.

  While being there, fix unit tests so they work with python3 regardless
  of the build environment's locale.

  PR:		207771
  Submitted by:	rm
  Approved by:	maintainers (implicit)

Changes:
  head/devel/ice/Makefile
  head/devel/ice/files/patch-cpp-test-Ice-properties-run.py
  head/devel/ice/files/patch-python-test-Ice-properties-run.py
  head/devel/py-ice/Makefile
  head/devel/py-ice/pkg-plist