mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add py-tooz 1.46.0, coordination library for distributed systems.
PR: 215850 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
This commit is contained in:
parent
53925f1e76
commit
c0e53f39b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430867
4 changed files with 42 additions and 0 deletions
|
@ -4672,6 +4672,7 @@
|
||||||
SUBDIR += py-tinyarray
|
SUBDIR += py-tinyarray
|
||||||
SUBDIR += py-tinyrpc
|
SUBDIR += py-tinyrpc
|
||||||
SUBDIR += py-tipper
|
SUBDIR += py-tipper
|
||||||
|
SUBDIR += py-tooz
|
||||||
SUBDIR += py-total-ordering
|
SUBDIR += py-total-ordering
|
||||||
SUBDIR += py-tox
|
SUBDIR += py-tox
|
||||||
SUBDIR += py-trace2html
|
SUBDIR += py-trace2html
|
||||||
|
|
33
devel/py-tooz/Makefile
Normal file
33
devel/py-tooz/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
||||||
|
# $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 <bsd.port.mk>
|
3
devel/py-tooz/distinfo
Normal file
3
devel/py-tooz/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1481138411
|
||||||
|
SHA256 (tooz-1.46.0.tar.gz) = 8bdc097bf217f2c8d8754c6328f0e5b58fb28add36231ef2b445984fa429b089
|
||||||
|
SIZE (tooz-1.46.0.tar.gz) = 70298
|
5
devel/py-tooz/pkg-descr
Normal file
5
devel/py-tooz/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue