1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

This package allows you to authenticate to AWS with Amazon's signature

version 4 signing process with the python requests library.

WWW: https://github.com/DavidMuller/aws-requests-auth

Submitted by:	James Elstone <james@elstone.net>
This commit is contained in:
Martin Wilke 2017-05-06 15:23:41 +00:00
parent 157841edb9
commit db3bbd7e19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440275
4 changed files with 35 additions and 0 deletions

View File

@ -1503,6 +1503,7 @@
SUBDIR += py-amf
SUBDIR += py-apachelog
SUBDIR += py-autobahn
SUBDIR += py-aws-requests-auth
SUBDIR += py-beaker
SUBDIR += py-beautifulsoup
SUBDIR += py-beautifulsoup32

View File

@ -0,0 +1,27 @@
# Created by: James Elstone <james@elstone.net>
# $FreeBSD$
PORTNAME= aws-requests-auth
PORTVERSION= 0.3.0
CATEGORIES= www python textproc
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= james@elstone.net
COMMENT= Authenticate to AWS with Amazon's signature v4 signing process
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.14.0:www/py-requests
USES= python:2.7
USE_PYTHON= autoplist distutils
NO_ARCH= yes
do-test:
@(cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test)
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1484647108
SHA256 (aws-requests-auth-0.3.0.tar.gz) = fe170fe909f5326ac97b2e4f92326cceb48ce86a5788db251e05b61a000abe87
SIZE (aws-requests-auth-0.3.0.tar.gz) = 6516

View File

@ -0,0 +1,4 @@
This package allows you to authenticate to AWS with Amazon's signature
version 4 signing process with the python requests library.
WWW: https://github.com/DavidMuller/aws-requests-auth