summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-12-21 01:11:41 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2017-12-21 01:13:01 -0600
commit83ba740e6ff9dbd67e192dc8c409fca7e68902aa (patch)
treed8bf906b745258be2babc16e121e1efade7d245f /dev-python/taskflow
parentdev-python/stevedore: 1.25.1 stable amd64 and x86 with cleanup (diff)
downloadgentoo-83ba740e6ff9dbd67e192dc8c409fca7e68902aa.tar.gz
gentoo-83ba740e6ff9dbd67e192dc8c409fca7e68902aa.tar.bz2
gentoo-83ba740e6ff9dbd67e192dc8c409fca7e68902aa.zip
dev-python/taskflow: 2.14.1 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-python/taskflow')
-rw-r--r--dev-python/taskflow/Manifest1
-rw-r--r--dev-python/taskflow/taskflow-2.14.0.ebuild43
-rw-r--r--dev-python/taskflow/taskflow-2.14.1.ebuild2
3 files changed, 1 insertions, 45 deletions
diff --git a/dev-python/taskflow/Manifest b/dev-python/taskflow/Manifest
index 8123f0b73c8b..04ac6f0e4c27 100644
--- a/dev-python/taskflow/Manifest
+++ b/dev-python/taskflow/Manifest
@@ -1,3 +1,2 @@
-DIST taskflow-2.14.0.tar.gz 1061437 BLAKE2B b04736193e3b360e2fa494346b6be2d73d12dd8f517912998a4bdf77afe174680c3595b4abc2acfe4887293175d6f5cdd2e96fca6a321edf9bf8c6755c96f4b6 SHA512 6456c91b70ce680064abc80ed1a32fc0f779282cb015220ed27aac4e60e56fa11ac14db5a56d1c339a3f5022d5162efe0a3afee84cf02531d90bae23022a902d
DIST taskflow-2.14.1.tar.gz 1060937 BLAKE2B cf6092aebd6365ed2677d54528d1a40ca0d08934f6438f692bfdda7d7a07365d63cd60e7f2ae1170c3a9f5866c094fd5b8bae4a157aefbc2dd7a3c5309ba4340 SHA512 224067a92d8e979a6c18d4f5ae7dd5d24ed1ce3c3ca07f39c6f4d63abec6a736aa3588d792778f4283783358c59f7d820df462311510a300775d2346eefaced2
DIST taskflow-2.9.1.tar.gz 1061514 BLAKE2B abef1651311da6ea1f475510e293e6b1eab1c8508e981b1889a7a810053a4b07522efcf81b21cbbd792704e2bcb59b5844de8fbe044cf357fa0b83aeee9a7687 SHA512 a8211edb2c4507b2f9845ebfbd028701d341266ea8d000bee60a037b726b1d2ad5e6432aca781659d91dac13198451495270eeba821f5905fb20f27c0d758b77
diff --git a/dev-python/taskflow/taskflow-2.14.0.ebuild b/dev-python/taskflow/taskflow-2.14.0.ebuild
deleted file mode 100644
index 64184621c09f..000000000000
--- a/dev-python/taskflow/taskflow-2.14.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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/jsonschema-3.0.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}]"
diff --git a/dev-python/taskflow/taskflow-2.14.1.ebuild b/dev-python/taskflow/taskflow-2.14.1.ebuild
index 64e6bea3a541..64184621c09f 100644
--- a/dev-python/taskflow/taskflow-2.14.1.ebuild
+++ b/dev-python/taskflow/taskflow-2.14.1.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
IUSE=""
CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]