Bug 214298 - devel/awscli: Change from USES=python:2 to USES=python
Summary: devel/awscli: Change from USES=python:2 to USES=python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Ruslan Makhmatkhanov
URL:
Keywords: patch
Depends on:
Blocks: 214501
  Show dependency treegraph
 
Reported: 2016-11-07 19:49 UTC by jrh
Modified: 2016-11-22 20:54 UTC (History)
2 users (show)

See Also:
bhughes: maintainer-feedback+


Attachments
Makefile patch for awscli (321 bytes, patch)
2016-11-07 20:04 UTC, jrh
bhughes: maintainer-approval+
Details | Diff

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