public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/taskflow/
Date: Sat, 16 Sep 2017 15:01:49 +0000 (UTC)	[thread overview]
Message-ID: <1505574073.2b1be061bb6e3f550b1cd1eab07f9ee2de5ee89b.prometheanfire@gentoo> (raw)

commit:     2b1be061bb6e3f550b1cd1eab07f9ee2de5ee89b
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 14:55:04 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 15:01:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1be061

dev-python/taskflow: 2.9.1 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/taskflow/Manifest              |  1 -
 dev-python/taskflow/taskflow-2.9.0.ebuild | 41 -------------------------------
 dev-python/taskflow/taskflow-2.9.1.ebuild |  2 +-
 3 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/dev-python/taskflow/Manifest b/dev-python/taskflow/Manifest
index 8c585e8940b..4e2045b7e00 100644
--- a/dev-python/taskflow/Manifest
+++ b/dev-python/taskflow/Manifest
@@ -1,3 +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
 DIST taskflow-2.9.1.tar.gz 1061514 SHA256 48b3af67d237ec4a4fadffd0a76f239e897e6ca310b5545cb59533b44dc3a03d SHA512 a8211edb2c4507b2f9845ebfbd028701d341266ea8d000bee60a037b726b1d2ad5e6432aca781659d91dac13198451495270eeba821f5905fb20f27c0d758b77 WHIRLPOOL 227f45eaa4abbb441d19b704ba44d5847acb74f50f180e4d487e7a598d7cdb4b6cb2105e56a1166ebe2202a59d1e74dc99d16185a5115e2458cbcf86b8fc9ce3

diff --git a/dev-python/taskflow/taskflow-2.9.0.ebuild b/dev-python/taskflow/taskflow-2.9.0.ebuild
deleted file mode 100644
index 85fdca80080..00000000000
--- a/dev-python/taskflow/taskflow-2.9.0.ebuild
+++ /dev/null
@@ -1,41 +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-1.8[${PYTHON_USEDEP}]"
-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.17.1[${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.18.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-serialization-1.10.0[${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.9.1.ebuild b/dev-python/taskflow/taskflow-2.9.1.ebuild
index 00eb85c4f02..85fdca80080 100644
--- a/dev-python/taskflow/taskflow-2.9.1.ebuild
+++ b/dev-python/taskflow/taskflow-2.9.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-1.8[${PYTHON_USEDEP}]"


             reply	other threads:[~2017-09-16 15:02 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-16 15:01 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-31 20:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/taskflow/ Michał Górny
2020-11-27 16:04 Agostino Sarubbo
2020-11-25  9:52 Michał Górny
2020-10-18  3:48 Matthew Thode
2020-05-30 17:52 Matthew Thode
2020-05-13  0:00 Matthew Thode
2020-03-29 10:13 Michał Górny
2020-03-29 10:13 Michał Górny
2020-03-16 18:55 Michał Górny
2019-12-29 13:23 Andreas Sturmlechner
2019-06-16  6:59 Matthew Thode
2019-05-16 23:24 Matthew Thode
2019-05-11 19:06 Matthew Thode
2019-04-10  5:08 Matthew Thode
2018-06-24 17:24 Pacho Ramos
2018-02-19  0:54 Matt Thode
2017-12-21  7:13 Matt Thode
2017-11-22  2:00 Matt Thode
2017-08-28  2:11 Matt Thode
2017-08-28  0:47 Matt Thode
2017-07-06 16:58 Matt Thode
2017-02-27  2:51 Matt Thode
2017-01-15 19:39 Mike Gilbert
2016-03-25 23:26 Matt Thode
2016-02-28  7:00 Matt Thode
2016-02-07 12:27 Justin Lecher
2016-01-31  5:26 Matt Thode
2015-11-16 16:26 Agostino Sarubbo
2015-11-16 16:15 Agostino Sarubbo
2015-10-18  6:50 Matt Thode
2015-10-15  6:55 Matt Thode

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1505574073.2b1be061bb6e3f550b1cd1eab07f9ee2de5ee89b.prometheanfire@gentoo \
    --to=prometheanfire@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox