Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 23:58:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492085 - in head/devel: . py-aws-xray-sdk
Message-ID:  <201902032358.x13Nwb6q004949@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb  3 23:58:37 2019
New Revision: 492085
URL: https://svnweb.freebsd.org/changeset/ports/492085

Log:
  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

Added:
  head/devel/py-aws-xray-sdk/
  head/devel/py-aws-xray-sdk/Makefile   (contents, props changed)
  head/devel/py-aws-xray-sdk/distinfo   (contents, props changed)
  head/devel/py-aws-xray-sdk/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Feb  3 23:38:10 2019	(r492084)
+++ head/devel/Makefile	Sun Feb  3 23:58:37 2019	(r492085)
@@ -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

Added: head/devel/py-aws-xray-sdk/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-aws-xray-sdk/Makefile	Sun Feb  3 23:58:37 2019	(r492085)
@@ -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>

Added: head/devel/py-aws-xray-sdk/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-aws-xray-sdk/distinfo	Sun Feb  3 23:58:37 2019	(r492085)
@@ -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

Added: head/devel/py-aws-xray-sdk/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-aws-xray-sdk/pkg-descr	Sun Feb  3 23:58:37 2019	(r492085)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902032358.x13Nwb6q004949>