From owner-svn-ports-head@freebsd.org Sat Oct 29 12:07:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5EBFC265CA; Sat, 29 Oct 2016 12:07:45 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C05BC69E; Sat, 29 Oct 2016 12:07:45 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9TC7ik2075216; Sat, 29 Oct 2016 12:07:44 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9TC7iHu075212; Sat, 29 Oct 2016 12:07:44 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610291207.u9TC7iHu075212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 29 Oct 2016 12:07:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424908 - in head/devel: . py-taskflow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2016 12:07:46 -0000 Author: novel Date: Sat Oct 29 12:07:44 2016 New Revision: 424908 URL: https://svnweb.freebsd.org/changeset/ports/424908 Log: Add py-taskflow 2.6.0, taskflow structured state management library. PR: 213769 Submitted by: Alexander Nusov Added: head/devel/py-taskflow/ head/devel/py-taskflow/Makefile (contents, props changed) head/devel/py-taskflow/distinfo (contents, props changed) head/devel/py-taskflow/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Oct 29 12:07:03 2016 (r424907) +++ head/devel/Makefile Sat Oct 29 12:07:44 2016 (r424908) @@ -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 Added: head/devel/py-taskflow/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-taskflow/Makefile Sat Oct 29 12:07:44 2016 (r424908) @@ -0,0 +1,36 @@ +# Created by: Alexander Nusov +# $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 Added: head/devel/py-taskflow/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-taskflow/distinfo Sat Oct 29 12:07:44 2016 (r424908) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476648580 +SHA256 (taskflow-2.6.0.tar.gz) = be3ddc948a1e0cc1d65376181dea64478b4833cc38a7552350100fa42abdee66 +SIZE (taskflow-2.6.0.tar.gz) = 1052292 Added: head/devel/py-taskflow/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-taskflow/pkg-descr Sat Oct 29 12:07:44 2016 (r424908) @@ -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