Add py-taskflow 2.6.0, taskflow structured state management library.

PR:		213769
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
This commit is contained in:
Roman Bogorodskiy 2016-10-29 12:07:44 +00:00
parent cb10d3d6f9
commit 6712dcbe90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424908
4 changed files with 45 additions and 0 deletions

View File

@ -4559,6 +4559,7 @@
SUBDIR += py-tabulate
SUBDIR += py-tapi
SUBDIR += py-tarantool-queue
SUBDIR += py-taskflow
SUBDIR += py-tblib
SUBDIR += py-tconfpy
SUBDIR += py-tempora

View File

@ -0,0 +1,36 @@
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
# $FreeBSD$
PORTNAME= taskflow
PORTVERSION= 2.6.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alexander.nusov@nfvexpress.com
COMMENT= Taskflow structured state management library
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}stevedore>=1.16.0:devel/py-stevedore \
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
${PYTHON_PKGNAMEPREFIX}retrying>=0:devel/py-retrying \
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \
${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \
${PYTHON_PKGNAMEPREFIX}networkx>=1.10:math/py-networkx \
${PYTHON_PKGNAMEPREFIX}monotonic>=0.6:devel/py-monotonic \
${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema \
${PYTHON_PKGNAMEPREFIX}futurist>=0:devel/py-futurist \
${PYTHON_PKGNAMEPREFIX}fasteners>=0.7:devel/py-fasteners \
${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \
${PYTHON_PKGNAMEPREFIX}contextlib2>=0.4.0:devel/py-contextlib2 \
${PYTHON_PKGNAMEPREFIX}cachetools>=1.1.0:devel/py-cachetools \
${PYTHON_PKGNAMEPREFIX}automaton>=0.5.0:devel/py-automaton
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1476648580
SHA256 (taskflow-2.6.0.tar.gz) = be3ddc948a1e0cc1d65376181dea64478b4833cc38a7552350100fa42abdee66
SIZE (taskflow-2.6.0.tar.gz) = 1052292

View File

@ -0,0 +1,5 @@
A library to do [jobs, tasks, flows] in a highly available, easy to understand
and declarative manner (and more!) to be used with OpenStack and other
projects.
WWW: https://launchpad.net/taskflow