Bug 214298

Summary: devel/awscli: Change from USES=python:2 to USES=python
Product: Ports & Packages Reporter: jrh <jrh>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Some People CC: bhughes, rm
Priority: --- Keywords: patch
Version: LatestFlags: bhughes: maintainer-feedback+
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 214501    
Attachments:
Description Flags
Makefile patch for awscli bhughes: maintainer-approval+

Description jrh 2016-11-07 19:49:24 UTC
As of recent versions of awscli (including 1.11.13 as is in the ports tree),  aws-cli supports both Python2 and Python3. Building and installing the port with USES=python seems to work just fine.
Comment 1 Bradley T. Hughes freebsd_committer freebsd_triage 2016-11-07 19:53:55 UTC
I don't see any reason why it can't be done. Add a patch if you have one! :)
Comment 2 jrh 2016-11-07 20:04:41 UTC
Created attachment 176749 [details]
Makefile patch for awscli
Comment 3 Bradley T. Hughes freebsd_committer freebsd_triage 2016-11-07 20:08:25 UTC
Comment on attachment 176749 [details]
Makefile patch for awscli

Thanks! :)
Comment 4 VK freebsd_triage 2016-11-07 21:30:03 UTC
Comment on attachment 176749 [details]
Makefile patch for awscli

Thank you for your contribution. Please remember to set the maintainer-approval(?) request flag on attachments for ports you're not maintainer of (under attachment Details), with the maintainer's e-mail address.
Comment 5 commit-hook freebsd_committer freebsd_triage 2016-11-22 20:54:05 UTC
A commit references this bug:

Author: rm
Date: Tue Nov 22 20:53:18 UTC 2016
New revision: 426861
URL: https://svnweb.freebsd.org/changeset/ports/426861

Log:
  devel/awscli: remove limitation on python version

  This port now works with any python branch.

  PR:		214298
  Submitted by:	jrh <jrh@jrh.org>
  Approved by:	maintainer

Changes:
  head/devel/awscli/Makefile
Comment 6 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2016-11-22 20:54:35 UTC
Committed, thank you!