public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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, 15 Oct 2015 07:58:29 +0000 (UTC)	[thread overview]
Message-ID: <1444895836.f63023af73ed6ae860409b55d91adbf36095305f.prometheanfire@gentoo> (raw)

commit:     f63023af73ed6ae860409b55d91adbf36095305f
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 07:27:50 2015 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 07:57:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63023af

dev-python/oslo-versionedobjects: adding for openstack liberty

Package-Manager: portage-2.2.20.1

 dev-python/oslo-versionedobjects/Manifest          |  1 +
 dev-python/oslo-versionedobjects/metadata.xml      | 10 ++++++
 .../oslo-versionedobjects-0.11.0.ebuild            | 39 ++++++++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-python/oslo-versionedobjects/Manifest b/dev-python/oslo-versionedobjects/Manifest
new file mode 100644
index 0000000..1da8226
--- /dev/null
+++ b/dev-python/oslo-versionedobjects/Manifest
@@ -0,0 +1 @@
+DIST oslo.versionedobjects-0.11.0.tar.gz 126752 SHA256 c703c4a8c4cdadb80734021d172cb8e757a20010bc6be2152165a8e3be58acb5 SHA512 957610eae70ee35a40a5dc98ddf6f83740e0cabf142be2ac69c457ad98f9a8f28f8e41dfae08b7b1ec0e2777dccfba664b5e4c5d795feae94654a35f3d5c9ab3 WHIRLPOOL a0d0e7cad5ae3c585b55fcbe2aa497b7461ef37a83481913161265424132dddccf7beacb4255a8bd46095a795488a8db4b76b74358021b2c6238a66d674bc300

diff --git a/dev-python/oslo-versionedobjects/metadata.xml b/dev-python/oslo-versionedobjects/metadata.xml
new file mode 100644
index 0000000..d5dfd32
--- /dev/null
+++ b/dev-python/oslo-versionedobjects/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>prometheanfire@gentoo.org</email>
+		<name>Matthew Thode</name>
+	</maintainer>
+	<longdescription lang="en">
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-python/oslo-versionedobjects/oslo-versionedobjects-0.11.0.ebuild b/dev-python/oslo-versionedobjects/oslo-versionedobjects-0.11.0.ebuild
new file mode 100644
index 0000000..00a53b0
--- /dev/null
+++ b/dev-python/oslo-versionedobjects/oslo-versionedobjects-0.11.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="The oslo.versionedobjects library provides a generic versioned object model that is RPC-friendly."
+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 ~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-2.3.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-config-2.3.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-context-0.2.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-messaging-1.16.0[${PYTHON_USEDEP}]
+	!~dev-python/oslo-messaging-1.17.0[${PYTHON_USEDEP}]
+	!~dev-python/oslo-messaging-1.17.1[${PYTHON_USEDEP}]
+	>=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-utils-2.0.0[${PYTHON_USEDEP}]
+	>=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
+	>=dev-python/oslo-log-1.8.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
+	>=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]"


             reply	other threads:[~2015-10-15  7:58 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-15  7:58 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-10-16  5:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-versionedobjects/ Matt Thode
2016-02-28  6:56 Matt Thode
2016-03-25 22:32 Matt Thode
2016-03-29 18:46 Matt Thode
2017-02-27  4:27 Matt Thode
2017-07-06 16:58 Matt Thode
2017-08-23 20:59 Matt Thode
2017-08-28 21:52 Matt Thode
2017-09-16 15:01 Matt Thode
2017-11-30  5:42 Matt Thode
2017-12-30 17:38 Matt Thode
2018-01-28  4:13 Matt Thode
2018-02-22 19:59 Matt Thode
2018-05-08 16:55 Matt Thode
2018-06-07 19:53 Matt Thode
2018-09-03  2:48 Matt Thode
2019-03-25  0:07 Matthew Thode
2019-04-10 22:44 Matthew Thode
2019-05-11 19:25 Matthew Thode
2020-01-13  9:48 Michał Górny
2020-02-11 19:06 Matthew Thode
2020-06-02 18:40 Matthew Thode
2020-07-02 23:54 Matthew Thode
2020-10-18 21:59 Matthew Thode
2020-11-25 11:17 Michał Górny
2020-12-02  8:49 Mikle Kolyada
2020-12-02  8:58 Michał Górny
2020-12-02  8:58 Michał Górny

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=1444895836.f63023af73ed6ae860409b55d91adbf36095305f.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