Bug 213812 - sysutils/py-plumbum: fails to install with python3
Summary: sysutils/py-plumbum: fails to install with python3
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: David Naylor
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-10-26 16:23 UTC by Jan Beich
Modified: 2016-10-29 07:23 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (dbn)
koobs: merge-quarterly+


Attachments
v0 (green on poudriere bulk -tj 93i386) (421 bytes, patch)
2016-10-26 16:23 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2016-10-26 16:23:14 UTC
Created attachment 176191 [details]
v0 (green on poudriere bulk -tj 93i386)

The port claims to support *any* python version but with DEFAULT_VERSIONS = python=3.5 fails as

=======================<phase: package        >============================
===>  Building package for py35-plumbum-1.6.2
pkg-static: Unable to access file /wrkdirs/usr/ports/sysutils/py-plumbum/work/stage/usr/local/lib/python3.5/site-packages/plumbum/__init__.pyc: No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/sysutils/py-plumbum/work/stage/usr/local/lib/python3.5/site-packages/plumbum/__init__.pyo: No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/sysutils/py-plumbum/work/stage/usr/local/lib/python3.5/site-packages/plumbum/_testtools.pyc: No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/sysutils/py-plumbum/work/stage/usr/local/lib/python3.5/site-packages/plumbum/_testtools.pyo: No such file or directory
[...]
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-10-27 06:11:01 UTC
A commit references this bug:

Author: dbn
Date: Thu Oct 27 06:10:54 UTC 2016
New revision: 424744
URL: https://svnweb.freebsd.org/changeset/ports/424744

Log:
  sysutils/py-plumbum: fix packages with Python 3

  PR:		213812
  Submitted by:	jbeich

Changes:
  head/sysutils/py-plumbum/Makefile
Comment 2 David Naylor freebsd_committer freebsd_triage 2016-10-27 06:12:00 UTC
Thanks :-)
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2016-10-27 17:24:48 UTC
Can has MFH please :)
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-10-28 16:01:11 UTC
A commit references this bug:

Author: dbn
Date: Fri Oct 28 16:00:44 UTC 2016
New revision: 424860
URL: https://svnweb.freebsd.org/changeset/ports/424860

Log:
  sysutils/py-plumbum: use autoplist instead of py3kplist.

   - py3kplist should only be used if there is no alternative.
   - MFH in conjuction with r424744

  PR:		213812
  Reported by:	rm
  MFH:		2016Q4

Changes:
  head/sysutils/py-plumbum/Makefile
  head/sysutils/py-plumbum/pkg-plist
Comment 5 commit-hook freebsd_committer freebsd_triage 2016-10-29 05:14:18 UTC
A commit references this bug:

Author: dbn
Date: Sat Oct 29 05:14:00 UTC 2016
New revision: 424892
URL: https://svnweb.freebsd.org/changeset/ports/424892

Log:
  MFH: r424744 r424860

  sysutils/py-plumbum: fix packages with Python 3

  PR:		213812
  Submitted by:	jbeich

  sysutils/py-plumbum: use autoplist instead of py3kplist.

   - py3kplist should only be used if there is no alternative.
   - MFH in conjuction with r424744

  PR:		213812
  Reported by:	rm

  Approved by:	ports-secteam (feld@)

Changes:
_U  branches/2016Q4/
  branches/2016Q4/sysutils/py-plumbum/Makefile
  branches/2016Q4/sysutils/py-plumbum/pkg-plist
Comment 6 commit-hook freebsd_committer freebsd_triage 2016-10-29 05:14:20 UTC
A commit references this bug:

Author: dbn
Date: Sat Oct 29 05:14:00 UTC 2016
New revision: 424892
URL: https://svnweb.freebsd.org/changeset/ports/424892

Log:
  MFH: r424744 r424860

  sysutils/py-plumbum: fix packages with Python 3

  PR:		213812
  Submitted by:	jbeich

  sysutils/py-plumbum: use autoplist instead of py3kplist.

   - py3kplist should only be used if there is no alternative.
   - MFH in conjuction with r424744

  PR:		213812
  Reported by:	rm

  Approved by:	ports-secteam (feld@)

Changes:
_U  branches/2016Q4/
  branches/2016Q4/sysutils/py-plumbum/Makefile
  branches/2016Q4/sysutils/py-plumbum/pkg-plist
Comment 7 David Naylor freebsd_committer freebsd_triage 2016-10-29 05:17:25 UTC
Merged to 2016Q4