commit:     d0b358a0e8b4e270aa2b52903a452078e03e3719
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 22:04:13 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 22:13:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b358a0

dev-python/oslo-concurrency: 4.3.0 bump

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-python/oslo-concurrency/Manifest               |  1 +
 .../oslo-concurrency/oslo-concurrency-4.3.0.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index e4542793eb0..6728d2c207a 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1 +1,2 @@
 DIST oslo.concurrency-4.0.2.tar.gz 53910 BLAKE2B 
090d9ba4b5267f63edf6cbc6f585e48019a4ac293e24914a8f7c52009b34ce9a4822a8705934c642663bd2a09be3085458868159ef041498e2085e4ccbec50f9
 SHA512 
ca1ef615ebe986acac853666877061bbc7a02c09bec294ec6221ae4800a561cf9f218855f7eb8b96184d645924e5c68963b47116835c7d2495de83617439d1ef
+DIST oslo.concurrency-4.3.0.tar.gz 54698 BLAKE2B 
dbbc75092834b0446ba7288468633fdfd47dd8b73d9db148eec6c7de5e591a6b9b8acafedaa5a08897de3927f3f413f9529e57b7b2f95fa73ea6fdd87ddcb010
 SHA512 
069512bf7e0cc605fef5ecf0d843a993b8d678243db2c5798b815f01c0252b91d5f16920ccfafac04b602db91d544d4ec3f80de3873486f1ced28b32921786ab

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.3.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.3.0.ebuild
new file mode 100644
index 00000000000..3a0f219accf
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="library for running  multi-thread, multi-process applications"
+HOMEPAGE="https://pypi.org/project/oslo.concurrency/";
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
+S="${WORKDIR}/oslo.concurrency-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+RESTRICT=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+       !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}"
+RDEPEND="
+       ${CDEPEND}
+       >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+       >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+       >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+       >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"

Reply via email to