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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 869ED158087 for ; Sun, 23 Jan 2022 08:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 499262BC037; Sun, 23 Jan 2022 08:17:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4463A2BC034 for ; Sun, 23 Jan 2022 08:17:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71A36343209 for ; Sun, 23 Jan 2022 08:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2240A2A3 for ; Sun, 23 Jan 2022 08:17:41 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1642898325.0f04d21d76f56c312fffb633580f15bea704a092.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/taskflow/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/taskflow/Manifest dev-python/taskflow/taskflow-4.5.0.ebuild dev-python/taskflow/taskflow-4.6.3.ebuild X-VCS-Directories: dev-python/taskflow/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0f04d21d76f56c312fffb633580f15bea704a092 X-VCS-Branch: master Date: Sun, 23 Jan 2022 08:17:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 39f3c1ec-b8bf-438d-a322-cfb1d78d8d00 X-Archives-Hash: 080e39188897293623696183b4e38be3 commit: 0f04d21d76f56c312fffb633580f15bea704a092 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Jan 23 00:38:45 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Jan 23 00:38:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f04d21d dev-python/taskflow: add 4.6.3, drop 4.5.0 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/taskflow/Manifest | 2 +- ...taskflow-4.5.0.ebuild => taskflow-4.6.3.ebuild} | 37 ++++++++++++++++------ 2 files changed, 29 insertions(+), 10 deletions(-) diff --git a/dev-python/taskflow/Manifest b/dev-python/taskflow/Manifest index ff11b2e60..34ea37ee2 100644 --- a/dev-python/taskflow/Manifest +++ b/dev-python/taskflow/Manifest @@ -1 +1 @@ -DIST taskflow-4.5.0.tar.gz 1068584 BLAKE2B 53d3541f99df2b38f1b5ee822017d71d9fe0188b4c8542fed328a316c35215a093a49058638cc6d28dcb85a0d057505958f6e814db010fcb9b17040aa281c93b SHA512 d5245cd5c80ace671f84d222c874db8078d277cbf95b7f03bb1b6b55bb72dad9f8a97d11d2e7a427ffd316b792c18c270018f802fe420b4ed5ab42bfa6f47684 +DIST taskflow-4.6.3.tar.gz 1076461 BLAKE2B 9a95bfb7f8ef7e06dbf90a29be202d7361f798e41af2700b8713d22e526612905471f4cf269f18f642d01a430f22d321cda981146b672a11ce8dc81b0479f849 SHA512 b024cccc04f8ad5f57515381d1175f4e1ad654fe8f345da1cf041035e40b0a91e0e81bf2203b4df33c5426276ea0b99afb83b6f0759f5fc7da469cc33e75d514 diff --git a/dev-python/taskflow/taskflow-4.5.0.ebuild b/dev-python/taskflow/taskflow-4.6.3.ebuild similarity index 52% rename from dev-python/taskflow/taskflow-4.5.0.ebuild rename to dev-python/taskflow/taskflow-4.6.3.ebuild index a059c53fb..979bf1a33 100644 --- a/dev-python/taskflow/taskflow-4.5.0.ebuild +++ b/dev-python/taskflow/taskflow-4.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,20 +8,19 @@ PYTHON_COMPAT=( python3_8 ) inherit distutils-r1 DESCRIPTION="A library to do [jobs, tasks, flows] in a HA manner using different backends" -HOMEPAGE="https://github.com/openstack/taskflow" +HOMEPAGE=" + https://github.com/openstack/taskflow + https://opendev.org/openstack/taskflow + https://pypi.org/project/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" +KEYWORDS="~amd64" DEPEND=" >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}] -" -RDEPEND=" - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}] >=dev-python/six-1.10.0[${PYTHON_USEDEP}] >=dev-python/futurist-1.2.0[${PYTHON_USEDEP}] >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}] @@ -31,8 +30,28 @@ RDEPEND=" >=dev-python/automaton-1.9.0[${PYTHON_USEDEP}] >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}] - !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}] >=dev-python/tenacity-6.0.0[${PYTHON_USEDEP}] >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}] >=dev-python/pydot-1.2.4[${PYTHON_USEDEP}] " + +RDEPEND="${DEPEND}" +BDEPEND=" + test? ( + >=dev-python/kazoo-2.6.0[${PYTHON_USEDEP}] + >=dev-python/kombu-4.3.0[${PYTHON_USEDEP}] + >=dev-python/eventlet-0.18.2[${PYTHON_USEDEP}] + >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}] + >=dev-python/alembic-0.8.0[${PYTHON_USEDEP}] + >=dev-python/SQLAlchemy-Utils-0.30.11[${PYTHON_USEDEP}] + >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}] + >=dev-python/psycopg-2.8.0[${PYTHON_USEDEP}] + >=dev-python/pydotplus-2.0.2[${PYTHON_USEDEP}] + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] + + ) +" + +distutils_enable_tests pytest