Bug 207771 - devel/py-ice: fix packaging with python 3.5
Summary: devel/py-ice: fix packaging with python 3.5
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks: 204519
  Show dependency treegraph
 
Reported: 2016-03-07 11:16 UTC by Ruslan Makhmatkhanov
Modified: 2016-03-08 00:34 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (freebsd)


Attachments
fix packaging with python 3.5 (30.24 KB, text/plain)
2016-03-07 11:16 UTC, Ruslan Makhmatkhanov
no flags Details

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