From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DBCC1396D0 for ; Mon, 28 Aug 2017 00:47:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAAF7E0EA9; Mon, 28 Aug 2017 00:47:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D71EE0EA9 for ; Mon, 28 Aug 2017 00:47:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 765DF341B73 for ; Mon, 28 Aug 2017 00:47:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9CF28503 for ; Mon, 28 Aug 2017 00:47:32 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1503881202.c64a5699b4e8847f2c46f5bbad91eb4d06d455c3.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/taskflow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/taskflow/Manifest dev-python/taskflow/taskflow-2.14.0.ebuild X-VCS-Directories: dev-python/taskflow/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: c64a5699b4e8847f2c46f5bbad91eb4d06d455c3 X-VCS-Branch: master Date: Mon, 28 Aug 2017 00:47:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 90905bf9-87be-414f-b079-2a39e4f9fb7b X-Archives-Hash: 20a7c79034193450078620def7d806f4 commit: c64a5699b4e8847f2c46f5bbad91eb4d06d455c3 Author: Matthew Thode gentoo org> AuthorDate: Sun Aug 27 23:31:48 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Aug 28 00:46:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c64a5699 dev-python/taskflow: 2.14.0 bup Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/taskflow/Manifest | 1 + dev-python/taskflow/taskflow-2.14.0.ebuild | 43 ++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/dev-python/taskflow/Manifest b/dev-python/taskflow/Manifest index bd31b004adc..01b1102aab6 100644 --- a/dev-python/taskflow/Manifest +++ b/dev-python/taskflow/Manifest @@ -1 +1,2 @@ +DIST taskflow-2.14.0.tar.gz 1061437 SHA256 c54f00e26abf3c2a31f2187ff6c2593e1601556cdcbd48c3e3539569f158c601 SHA512 6456c91b70ce680064abc80ed1a32fc0f779282cb015220ed27aac4e60e56fa11ac14db5a56d1c339a3f5022d5162efe0a3afee84cf02531d90bae23022a902d WHIRLPOOL ebf355a171e2f9321c92a11aea9f247d96f80657279bf54881bbe795a185196dc28e899501974be6a6ab416d3851436f75b1a2a2ef10ddb4389be4bf756c275a DIST taskflow-2.9.0.tar.gz 1057334 SHA256 42b0b7bea3afeb02136e8f1b37fe0649c78aa435f100e5915e90ee6e54a97465 SHA512 1950825a5529bac7c1c0cf977e3fe5d87555fa15bde981abba85ad50af723756e6a8f090094c4dc7e0b222d0890a37a0045c6e926c23c219837b76d502d0fd02 WHIRLPOOL df6c891b0491276009ec4482bbb62c27cbfd660d11763647cfd49be5ed6d20da0cf07a407e3a8ae2627e7af63460e430387351bb0a86f9da9c439c4d0ff087eb diff --git a/dev-python/taskflow/taskflow-2.14.0.ebuild b/dev-python/taskflow/taskflow-2.14.0.ebuild new file mode 100644 index 00000000000..64e6bea3a54 --- /dev/null +++ b/dev-python/taskflow/taskflow-2.14.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) + +inherit distutils-r1 + +DESCRIPTION="A library to do [jobs, tasks, flows] in a HA manner using different backends" +HOMEPAGE="https://github.com/openstack/taskflow" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + !~dev-python/pbr-2.1.0" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND=" + ${CDEPEND} + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + virtual/python-enum34[${PYTHON_USEDEP}] + >=dev-python/futurist-0.11.0[${PYTHON_USEDEP}] + !~dev-python/futurist-0.15.0[${PYTHON_USEDEP}] + >=dev-python/fasteners-0.7[${PYTHON_USEDEP}] + >=dev-python/networkx-1.10[${PYTHON_USEDEP}] + >=dev-python/contextlib2-0.4.0[${PYTHON_USEDEP}] + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] + virtual/python-futures[${PYTHON_USEDEP}] + >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}] + !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}] + =dev-python/automaton-0.5.0[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}] + >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}] + !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}] + >=dev-python/tenacity-3.2.1[${PYTHON_USEDEP}] + >=dev-python/cachetools-1.1.0[${PYTHON_USEDEP}] + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]"