commit:     66fd153dcbcafacaf27f7fda6160ba3f28f19ff6
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 16:51:21 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 16:58:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66fd153d

dev-python/tooz: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/tooz/Manifest           |  2 --
 dev-python/tooz/tooz-1.34.0.ebuild | 39 --------------------------------------
 dev-python/tooz/tooz-1.43.0.ebuild | 35 ----------------------------------
 3 files changed, 76 deletions(-)

diff --git a/dev-python/tooz/Manifest b/dev-python/tooz/Manifest
index 41fb5d3763e..b51e2a32ca0 100644
--- a/dev-python/tooz/Manifest
+++ b/dev-python/tooz/Manifest
@@ -1,3 +1 @@
-DIST tooz-1.34.0.tar.gz 64439 SHA256 
116116ab5971dfed13b81176a8f9e353f46ae687d8ff94124813c5f6ad274fa4 SHA512 
2b5165b8f9c92ee24be005ef4e9036b8493379b78ae14dbdc92e6cba48ca79f59da70812c806a9ce45b0335779d96712b8a71fe565966fdf647ab908392d54c7
 WHIRLPOOL 
e247218a2e5911605134126d05fa566217f6e894eecf0e4aed0c523bf16c976efe57cfa9d2c72e0e27cb111c7c9cacb1df0aede8f24e270b9107f2b1ad60359a
-DIST tooz-1.43.0.tar.gz 68760 SHA256 
6508d5089ecb76e25c51bd682ece30b2d12237b97f82f75b76baf9e60bbf2173 SHA512 
0772c09f934a67d0b5b257203a050b63d63d8bd8556bcb8c66a895b17840e1bc42659da0aa38a4a2671adad13fb6f22abf54a04d9821904c998d84f858aa0ed2
 WHIRLPOOL 
da65d912104cce892ec21c9de449f64c80ef4b1bd5c39563e40dd2526a5b75a7b548ab6b535f39ab4d610c92c69c844f496e1d0d2e55f5197003e5040ad10382
 DIST tooz-1.48.0.tar.gz 77475 SHA256 
c1b17935207e9c4809feff91b679883928aa5bd3fce75e09b4945c261b513e60 SHA512 
d8d61a2e786e1a7e4e86553c90232b079a5e0dfcc398b198c13c47d2a0c32452e340e65954fffa6c573b7447fab58782855bf15cb1ff83763c31a795d0ec775d
 WHIRLPOOL 
956ba7c77b6e15b7859d6f6167513aaade48d278b1eda5a0f9ff4cfeb0ce5e2fb0df2a311ecc40d290385ef71670c411bf35471ac42ebc989ef448340996191a

diff --git a/dev-python/tooz/tooz-1.34.0.ebuild 
b/dev-python/tooz/tooz-1.34.0.ebuild
deleted file mode 100644
index c10570a6702..00000000000
--- a/dev-python/tooz/tooz-1.34.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library centralizing the most common distributed primitives"
-HOMEPAGE="http://docs.openstack.org/developer/tooz/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       ${CDEPEND}"
-RDEPEND="${CDEPEND}
-       >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
-       >=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-       virtual/python-enum34[${PYTHON_USEDEP}]
-       >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
-       >=dev-python/zake-0.1.6[${PYTHON_USEDEP}]
-       >=dev-python/voluptuous-0.8.6[${PYTHON_USEDEP}]
-       >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
-       >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-       >=dev-python/retrying-1.2.3[${PYTHON_USEDEP}]
-       !~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
-       virtual/python-futures[${PYTHON_USEDEP}]
-       >=dev-python/futurist-0.11.0[${PYTHON_USEDEP}]
-       >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
-       >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
-       !~dev-python/requests-2.9.0[${PYTHON_USEDEP}]
-       "

diff --git a/dev-python/tooz/tooz-1.43.0.ebuild 
b/dev-python/tooz/tooz-1.43.0.ebuild
deleted file mode 100644
index 315b6ae5c4f..00000000000
--- a/dev-python/tooz/tooz-1.43.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library centralizing the most common distributed primitives"
-HOMEPAGE="http://docs.openstack.org/developer/tooz/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       ${CDEPEND}"
-RDEPEND="${CDEPEND}
-       >=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-       virtual/python-enum34[${PYTHON_USEDEP}]
-       >=dev-python/voluptuous-0.8.9[${PYTHON_USEDEP}]
-       >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
-       >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-       >=dev-python/retrying-1.2.3[${PYTHON_USEDEP}]
-       !~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
-       virtual/python-futures[${PYTHON_USEDEP}]
-       >=dev-python/futurist-0.11.0[${PYTHON_USEDEP}]
-       !~dev-python/futurist-0.15.0[${PYTHON_USEDEP}]
-       >=dev-python/oslo-utils-3.15.0[${PYTHON_USEDEP}]
-       >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
-       "

Reply via email to