From c0e53f39b8ff1623943cee63f8a1af89ad784ffc Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Sun, 8 Jan 2017 13:54:06 +0000 Subject: [PATCH] Add py-tooz 1.46.0, coordination library for distributed systems. PR: 215850 Submitted by: Alexander Nusov --- devel/Makefile | 1 + devel/py-tooz/Makefile | 33 +++++++++++++++++++++++++++++++++ devel/py-tooz/distinfo | 3 +++ devel/py-tooz/pkg-descr | 5 +++++ 4 files changed, 42 insertions(+) create mode 100644 devel/py-tooz/Makefile create mode 100644 devel/py-tooz/distinfo create mode 100644 devel/py-tooz/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index 5526595547d4..7b6a0566d135 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4672,6 +4672,7 @@ SUBDIR += py-tinyarray SUBDIR += py-tinyrpc SUBDIR += py-tipper + SUBDIR += py-tooz SUBDIR += py-total-ordering SUBDIR += py-tox SUBDIR += py-trace2html diff --git a/devel/py-tooz/Makefile b/devel/py-tooz/Makefile new file mode 100644 index 000000000000..9d0cf37be67d --- /dev/null +++ b/devel/py-tooz/Makefile @@ -0,0 +1,33 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= tooz +PORTVERSION= 1.46.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Coordination library for distributed systems + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}futures>=3.0:devel/py-futures \ + ${PYTHON_PKGNAMEPREFIX}enum34>=0:devel/py-enum34 \ + ${PYTHON_PKGNAMEPREFIX}voluptuous>=0.8.9:devel/py-voluptuous \ + ${PYTHON_PKGNAMEPREFIX}tenacity>=3.2.1:devel/py-tenacity \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.15.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.4.0:devel/py-msgpack-python \ + ${PYTHON_PKGNAMEPREFIX}futurist>=0:devel/py-futurist \ + ${PYTHON_PKGNAMEPREFIX}fasteners>=0.7:devel/py-fasteners + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include diff --git a/devel/py-tooz/distinfo b/devel/py-tooz/distinfo new file mode 100644 index 000000000000..44051749c86f --- /dev/null +++ b/devel/py-tooz/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1481138411 +SHA256 (tooz-1.46.0.tar.gz) = 8bdc097bf217f2c8d8754c6328f0e5b58fb28add36231ef2b445984fa429b089 +SIZE (tooz-1.46.0.tar.gz) = 70298 diff --git a/devel/py-tooz/pkg-descr b/devel/py-tooz/pkg-descr new file mode 100644 index 000000000000..2cbddcdd18cc --- /dev/null +++ b/devel/py-tooz/pkg-descr @@ -0,0 +1,5 @@ +The Tooz project aims at centralizing the most common distributed primitives +like group membership protocol, lock service and leader election by providing +a coordination API helping developers to build distributed applications. + +WWW: http://pypi.python.org/pypi/tooz