Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2019 18:41:46 +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: r490650 - in head/devel: . py-opentracing
Message-ID:  <201901181841.x0IIfkXd047595@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jan 18 18:41:45 2019
New Revision: 490650
URL: https://svnweb.freebsd.org/changeset/ports/490650

Log:
  Add py-opentracing 2.0.0
  
  This library is a Python platform API for OpenTracing.
  
  WWW: https://github.com/opentracing/opentracing-python

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Jan 18 18:41:05 2019	(r490649)
+++ head/devel/Makefile	Fri Jan 18 18:41:45 2019	(r490650)
@@ -4759,6 +4759,7 @@
     SUBDIR += py-openapi-codec
     SUBDIR += py-opendht
     SUBDIR += py-openstacksdk
+    SUBDIR += py-opentracing
     SUBDIR += py-opster
     SUBDIR += py-optik
     SUBDIR += py-option_merge

Added: head/devel/py-opentracing/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-opentracing/Makefile	Fri Jan 18 18:41:45 2019	(r490650)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	opentracing
+PORTVERSION=	2.0.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	OpenTracing API for Python
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PY_FUTURES}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-opentracing/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-opentracing/distinfo	Fri Jan 18 18:41:45 2019	(r490650)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1547730924
+SHA256 (opentracing-2.0.0.tar.gz) = 39a999847b1827112ca6ccdb1c66e315c6a5ecd53131eed1ae363223671a9d68
+SIZE (opentracing-2.0.0.tar.gz) = 53361

Added: head/devel/py-opentracing/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-opentracing/pkg-descr	Fri Jan 18 18:41:45 2019	(r490650)
@@ -0,0 +1,3 @@
+This library is a Python platform API for OpenTracing.
+
+WWW: https://github.com/opentracing/opentracing-python



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