From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tooz/
Date: Thu, 6 Jul 2017 16:58:48 +0000 (UTC) [thread overview]
Message-ID: <1499360299.66fd153dcbcafacaf27f7fda6160ba3f28f19ff6.prometheanfire@gentoo> (raw)
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}]
- "
next reply other threads:[~2017-07-06 16:59 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-06 16:58 Matt Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-11-27 16:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/tooz/ Michał Górny
2020-11-27 16:04 Agostino Sarubbo
2020-11-25 10:09 Michał Górny
2020-10-18 21:59 Matthew Thode
2020-03-16 18:55 Michał Górny
2020-01-13 9:48 Michał Górny
2019-04-10 22:44 Matthew Thode
2018-06-26 18:16 Pacho Ramos
2018-06-07 19:53 Matt Thode
2018-06-07 19:53 Matt Thode
2018-05-08 16:55 Matt Thode
2018-03-09 17:59 Matt Thode
2018-02-22 19:59 Matt Thode
2017-09-16 15:01 Matt Thode
2017-08-28 21:52 Matt Thode
2017-08-23 20:59 Matt Thode
2017-07-06 16:58 Matt Thode
2017-02-27 4:27 Matt Thode
2016-10-28 1:35 Mike Gilbert
2016-03-25 22:58 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=1499360299.66fd153dcbcafacaf27f7fda6160ba3f28f19ff6.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