From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-versionedobjects/
Date: Thu, 6 Jul 2017 16:58:47 +0000 (UTC) [thread overview]
Message-ID: <1499360251.2098cb33b645324955471f272dc2c8bcd10ca323.prometheanfire@gentoo> (raw)
commit: 2098cb33b645324955471f272dc2c8bcd10ca323
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 16:19:38 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 16:57:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2098cb33
dev-python/oslo-versionedobjects: cleanup
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/oslo-versionedobjects/Manifest | 2 --
.../oslo-versionedobjects-1.17.0.ebuild | 37 ---------------------
.../oslo-versionedobjects-1.8.0.ebuild | 38 ----------------------
3 files changed, 77 deletions(-)
diff --git a/dev-python/oslo-versionedobjects/Manifest b/dev-python/oslo-versionedobjects/Manifest
index ddeb5ca2c7c..c865bbf9ca2 100644
--- a/dev-python/oslo-versionedobjects/Manifest
+++ b/dev-python/oslo-versionedobjects/Manifest
@@ -1,3 +1 @@
-DIST oslo.versionedobjects-1.17.0.tar.gz 137712 SHA256 92b53f991e67b5aa757df368488dd3003147edb3a40235e512894e752004c871 SHA512 0568fd8499227e1f79fd9b3e7204a934ae3846c0c13393769b5a6920c318cfa1439c6516f584b0b7f76b325bdb67f4f343cdad68c0f3cd6239683b76c869a3d1 WHIRLPOOL 2050915f633ef71e3c078f6cf731e435aad8b65662a6944b607d459525c8616effe2cfd5ff13a3dce3765ee2005a746271b9d0ed6feafa3e2c26ebc11484d8fa
DIST oslo.versionedobjects-1.21.0.tar.gz 145073 SHA256 55396622dcbd6427e89d202d5f3f21e5e121b807002c8788a05f550f93217ff6 SHA512 156dc44f47ad444211afc0d8ab9ee3ecb2d74feef79906966b651a3a8f2dc78f166ea4d4021c5ae6fb6bc36b6fd7ea3f9021e11156cbf22a4707398744f7fabf WHIRLPOOL 769367763d92e7d73bc4c90b1607ab9fb4be065431cd17da32be584e229e740310d207092799edfc86b274f8019d3786bfb48549f7adada377c548b08b6ba851
-DIST oslo.versionedobjects-1.8.0.tar.gz 132949 SHA256 e727d969a5a89190783bcfa10d2c0d0bfd68d2344be3eb2f1a61ff6f63d6fd59 SHA512 913cf8bfda0dcd24941e4aefff3ec76ace0e4699fc538eee38417f547374484d4916f64fee1c77425ea60d479c732da919077c243d51b51320b2bbfcd3e40422 WHIRLPOOL 9dfaec3590ee729a8be65e6cec98b9d6af5db16de1d615a4932636dab7969b57407b1f68a372c38835ff76c30e4ec0e01214b18edda7c1accc40b5c5cb82b53a
diff --git a/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.17.0.ebuild b/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.17.0.ebuild
deleted file mode 100644
index 380c06ca439..00000000000
--- a/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.17.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="A library that provides a generic versioned and RPC-friendly object model."
-HOMEPAGE="http://docs.openstack.org/developer/oslo.versionedobjects"
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.versionedobjects/oslo.versionedobjects-${PV}.tar.gz"
-S="${WORKDIR}/oslo.versionedobjects-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- ${CDEPEND}"
-RDEPEND="
- ${CDEPEND}
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-context-2.6.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-messaging-5.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
- !~dev-python/netaddr-0.7.16[${PYTHON_USEDEP}]"
diff --git a/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.8.0.ebuild b/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.8.0.ebuild
deleted file mode 100644
index caba021f4ae..00000000000
--- a/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.8.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="A library that provides a generic versioned and RPC-friendly object model."
-HOMEPAGE="http://docs.openstack.org/developer/oslo.versionedobjects"
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.versionedobjects/oslo.versionedobjects-${PV}.tar.gz"
-S="${WORKDIR}/oslo.versionedobjects-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- ${CDEPEND}"
-RDEPEND="
- ${CDEPEND}
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
- >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
- >=dev-python/oslo-concurrency-3.5.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-config-3.7.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-context-0.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-messaging-4.0.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
- >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
- >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.2[${PYTHON_USEDEP}]
- !~dev-python/netaddr-0.7.16[${PYTHON_USEDEP}]"
next reply other threads:[~2017-07-06 16:58 UTC|newest]
Thread overview: 29+ 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-12-02 8:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-versionedobjects/ Michał Górny
2020-12-02 8:58 Michał Górny
2020-12-02 8:49 Mikle Kolyada
2020-11-25 11:17 Michał Górny
2020-10-18 21:59 Matthew Thode
2020-07-02 23:54 Matthew Thode
2020-06-02 18:40 Matthew Thode
2020-02-11 19:06 Matthew Thode
2020-01-13 9:48 Michał Górny
2019-05-11 19:25 Matthew Thode
2019-04-10 22:44 Matthew Thode
2019-03-25 0:07 Matthew Thode
2018-09-03 2:48 Matt Thode
2018-06-07 19:53 Matt Thode
2018-05-08 16:55 Matt Thode
2018-02-22 19:59 Matt Thode
2018-01-28 4:13 Matt Thode
2017-12-30 17:38 Matt Thode
2017-11-30 5:42 Matt Thode
2017-09-16 15:01 Matt Thode
2017-08-28 21:52 Matt Thode
2017-08-23 20:59 Matt Thode
2017-02-27 4:27 Matt Thode
2016-03-29 18:46 Matt Thode
2016-03-25 22:32 Matt Thode
2016-02-28 6:56 Matt Thode
2015-10-16 5:25 Matt Thode
2015-10-15 7: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=1499360251.2098cb33b645324955471f272dc2c8bcd10ca323.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