1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Add py-aws-xray-sdk 2.3.0

The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and
emit information from within their applications to the AWS X-Ray service.

WWW: https://github.com/aws/aws-xray-sdk-python
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-02-03 23:58:37 +00:00
parent 3152d51894
commit 708bef1cee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492085
4 changed files with 34 additions and 0 deletions

View File

@ -4337,6 +4337,7 @@
SUBDIR += py-attrs
SUBDIR += py-automaton
SUBDIR += py-avro
SUBDIR += py-aws-xray-sdk
SUBDIR += py-azure-batch
SUBDIR += py-azure-datalake-store
SUBDIR += py-azure-graphrbac

View File

@ -0,0 +1,26 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= aws-xray-sdk
PORTVERSION= 2.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= AWS X-Ray SDK for Python
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.11.3:devel/py-botocore@${PY_FLAVOR} \
${PY_ENUM34} \
${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonpickle>=0:devel/py-jsonpickle@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wrapt>=0:devel/py-wrapt@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1549131872
SHA256 (aws-xray-sdk-2.3.0.tar.gz) = bb74e1cc2388bd29c45e2e3eb31d0416d0f53d83baafca7b72ca9c945a2e249a
SIZE (aws-xray-sdk-2.3.0.tar.gz) = 62431

View File

@ -0,0 +1,4 @@
The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and
emit information from within their applications to the AWS X-Ray service.
WWW: https://github.com/aws/aws-xray-sdk-python