From e7fa440324e084fc4ea595cc198210d6cd984a2a Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Thu, 28 Sep 2017 11:09:31 -0500 Subject: dev-python/oslo-concurrency: 3.21.1 bup with cleanup Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- dev-python/oslo-concurrency/Manifest | 2 +- .../oslo-concurrency-3.21.0.ebuild | 58 ---------------------- .../oslo-concurrency-3.21.1.ebuild | 58 ++++++++++++++++++++++ 3 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 dev-python/oslo-concurrency/oslo-concurrency-3.21.0.ebuild create mode 100644 dev-python/oslo-concurrency/oslo-concurrency-3.21.1.ebuild (limited to 'dev-python/oslo-concurrency') diff --git a/dev-python/oslo-concurrency/Manifest b/dev-python/oslo-concurrency/Manifest index a5220d56b5a2..ecfc8cf509b9 100644 --- a/dev-python/oslo-concurrency/Manifest +++ b/dev-python/oslo-concurrency/Manifest @@ -1,2 +1,2 @@ DIST oslo.concurrency-3.18.1.tar.gz 47274 SHA256 4314695cf2d0359a488b2f862afcb4262f11c83c9a826f36ac962b85f954ea8c SHA512 bb8eb61fea5995313fb2844fcf3c80ce15cebeb266ea50530569c33d404e75958b7e51a0d11b3cae67d0ccb2738fa8789a902fbcd8d7911283305ac4d4930476 WHIRLPOOL 0e2f1fea00f4671f7d09e128d0ce4a4239a8643426ce184e6bd3820468ab1f3a5a32a9b6b521e990ed92099a10aa7890ea8c8c167f6140d9bf0b2b702e8d3556 -DIST oslo.concurrency-3.21.0.tar.gz 47353 SHA256 732e53c37d349a97ea70bd4f31336de26de316453d956210e5cb0015cbc51abb SHA512 98215419ec7864b090fc7b99136d9b719066f626cf336cd011a25126dc75b510f6a6b8ba74e842d7768da01363191abbb41cc80570955e91760fba579407ca30 WHIRLPOOL c8a0343c3bdce498e231dd76d628ebfd5e18aad2c246896c09da300d1c8f72d60ba249e98ccd42176abe09bf1e62d5c8d85489e4b7885da3c49a98ad18bdda1e +DIST oslo.concurrency-3.21.1.tar.gz 48866 SHA256 e9f42e46a84d355e73f136ba4395a9002c2fbb419fe04942787e5a5a54ebed86 SHA512 6d165ebf952b29d96d2d1a8b938b2ef4746c77b99a62ca596ee93e6fb6d919f183eede380763b6167cb7d372e03803556715523b7a63ad1dbadff4eede7c0bcd WHIRLPOOL a20a5cb9ad7ce7ec7ef53a426e29c8aa4cab83ab7f45e69322bc16bef026f78e266c9b3cdaa94368f65df8c0778f967a7075cd3f5cddec9e5ee7bc4c6ca7ae9e diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.21.0.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-3.21.0.ebuild deleted file mode 100644 index e2a64e7fc3b8..000000000000 --- a/dev-python/oslo-concurrency/oslo-concurrency-3.21.0.ebuild +++ /dev/null @@ -1,58 +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 python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="library for running multi-thread, multi-process applications" -HOMEPAGE="https://pypi.python.org/pypi/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="test" - -CDPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND} - test? ( - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}] - >=dev-python/coverage-4.0[${PYTHON_USEDEP}] - !~dev-python/coverage-4.4[${PYTHON_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}] - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}] - >=dev-python/openstackdocstheme-1.11.0[${PYTHON_USEDEP}] - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}] - !~dev-python/reno-2.3.1[${PYTHON_USEDEP}] - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}] - !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}] -