git: 71209d218d74 - main - devel/py-aws-requests-auth: Add py-aws-requests-auth 0.4.3
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 21 03:48:37 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=71209d218d74891283cfb1fecbb071c803a5e9e7
commit 71209d218d74891283cfb1fecbb071c803a5e9e7
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 03:05:59 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-21 03:35:07 +0000
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
---
devel/Makefile | 1 +
devel/py-aws-requests-auth/Makefile | 22 ++++++++++++++++++++++
devel/py-aws-requests-auth/distinfo | 3 +++
devel/py-aws-requests-auth/pkg-descr | 8 ++++++++
4 files changed, 34 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 24427f787c23..42d9504d02fa 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/py-aws-requests-auth/Makefile b/devel/py-aws-requests-auth/Makefile
new file mode 100644
index 000000000000..a50cede4b6f2
--- /dev/null
+++ b/devel/py-aws-requests-auth/Makefile
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME= aws-requests-auth
+PORTVERSION= 0.4.3
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at 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>
diff --git a/devel/py-aws-requests-auth/distinfo b/devel/py-aws-requests-auth/distinfo
new file mode 100644
index 000000000000..e1954b0ab484
--- /dev/null
+++ b/devel/py-aws-requests-auth/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1632036822
+SHA256 (aws-requests-auth-0.4.3.tar.gz) = 33593372018b960a31dbbe236f89421678b885c35f0b6a7abfae35bb77e069b2
+SIZE (aws-requests-auth-0.4.3.tar.gz) = 10096
diff --git a/devel/py-aws-requests-auth/pkg-descr b/devel/py-aws-requests-auth/pkg-descr
new file mode 100644
index 000000000000..a3fd80968238
--- /dev/null
+++ b/devel/py-aws-requests-auth/pkg-descr
@@ -0,0 +1,8 @@
+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
More information about the dev-commits-ports-all
mailing list