Bug 216165 - [New Port] www/py-aws-requests-auth: Authenticate to AWS with Amazon's signature v4 signing process
Summary: [New Port] www/py-aws-requests-auth: Authenticate to AWS with Amazon's signat...
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-17 08:41 UTC by James Elstone
Modified: 2017-05-06 17:04 UTC (History)
1 user (show)

See Also:


Attachments
Shell archive of www/py-aws-requests-auth port. (2.31 KB, text/plain)
2017-01-17 08:41 UTC, James Elstone
no flags Details
UPDATE: Shell archive of www/py-aws-requests-auth (with minor corrections: portlint versus portlint -A) (2.22 KB, text/plain)
2017-01-17 23:21 UTC, James Elstone
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Elstone 2017-01-17 08:41:55 UTC
Created attachment 178980 [details]
Shell archive of www/py-aws-requests-auth port.

Addition of existing python package from "CHEESESHOP" for aws-requests-auth.  Supports 2.x and 3.x version of Python.  See here for python package index information.

No portlint warnings or errors and poudriere passes.

This package allows you to authenticate to AWS with Amazon's signature version 4 signing process with the python requests library.

This code came about because Amazon's Elasticsearch Service does not currently support VPC. This authentication class allows us to talk to our Elasticsearch cluster via IAM.

See website below for usage instructions:
WWW: https://github.com/DavidMuller/aws-requests-auth
Comment 1 James Elstone 2017-01-17 08:43:54 UTC
Python Package information:
https://pypi.python.org/pypi/aws-requests-auth/0.3.0
Comment 2 James Elstone 2017-01-17 23:21:23 UTC
Created attachment 179013 [details]
UPDATE: Shell archive of www/py-aws-requests-auth (with minor corrections: portlint versus portlint -A)
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-05-06 15:11:15 UTC
A commit references this bug:

Author: miwi
Date: Sat May  6 15:10:56 UTC 2017
New revision: 440269
URL: https://svnweb.freebsd.org/changeset/ports/440269

Log:
  qcc: Quality Control Charts

  Shewhart quality control charts for continuous, attribute and count data.
  Cusum and EWMA charts. Operating characteristic curves. Process capability
  analysis. Pareto chart and cause-and-effect chart. Multivariate control
  charts.

  WWW: http://cran.r-project.org/web/packages/qcc/

  PR:		216165
  Submitted by:	Pedro Giffuni

Changes:
  head/graphics/Makefile
  head/graphics/R-cran-qcc/
  head/graphics/R-cran-qcc/Makefile
  head/graphics/R-cran-qcc/distinfo
  head/graphics/R-cran-qcc/pkg-descr
Comment 4 James Elstone 2017-05-06 16:42:43 UTC
Er, what has the commit with graphics/R-cran-qcc have with this new Port?
Comment 5 James Elstone 2017-05-06 16:53:36 UTC
Should this have been commit hook for commit 440275?

Is it essential to resolve the commit hook?

Not totally sure of the mechanism or the after effects?

Kr,

James
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2017-05-06 17:04:25 UTC
Hi James,

Indeed was my bad. But I've committed the port for real already. So I close it here then. Thanks for your submission.