Skip to content
Snippets Groups Projects
Verified Commit 71209d21 authored by sunpoet's avatar sunpoet
Browse files

devel/py-aws-requests-auth: Add py-aws-requests-auth 0.4.3

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

Conceivably, the authentication class is flexible enough to be used with any AWS
service, but it was initially created to interface with AWS Elasticsearch
instances.

WWW: https://github.com/DavidMuller/aws-requests-auth
parent 1ada33d1
No related branches found
No related tags found
No related merge requests found
......@@ -4144,6 +4144,7 @@
SUBDIR += py-autoprop
SUBDIR += py-avro
SUBDIR += py-awesomeversion
SUBDIR += py-aws-requests-auth
SUBDIR += py-aws-sam-translator
SUBDIR += py-aws-xray-sdk
SUBDIR += py-azure-appconfiguration
......
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= aws-requests-auth
PORTVERSION= 0.4.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= AWS signature version 4 signing process for the python requests module
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.14.0:www/py-requests@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1632036822
SHA256 (aws-requests-auth-0.4.3.tar.gz) = 33593372018b960a31dbbe236f89421678b885c35f0b6a7abfae35bb77e069b2
SIZE (aws-requests-auth-0.4.3.tar.gz) = 10096
This package allows you to authenticate to AWS with Amazon's signature version 4
signing process with the python requests library.
Conceivably, the authentication class is flexible enough to be used with any AWS
service, but it was initially created to interface with AWS Elasticsearch
instances.
WWW: https://github.com/DavidMuller/aws-requests-auth
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment