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/neutron-lib/
Date: Wed, 30 Aug 2017 19:47:00 +0000 (UTC)	[thread overview]
Message-ID: <1504122393.42d1fbde1c0e1d33d80be73eda4a95b3ed338cb1.prometheanfire@gentoo> (raw)

commit:     42d1fbde1c0e1d33d80be73eda4a95b3ed338cb1
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 19:01:35 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 19:46:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d1fbde

dev-python/neutron-lib: 1.9.1 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/neutron-lib/Manifest                 |  1 +
 dev-python/neutron-lib/neutron-lib-1.9.1.ebuild | 43 +++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/neutron-lib/Manifest b/dev-python/neutron-lib/Manifest
index d326463abc5..ca83e5ed224 100644
--- a/dev-python/neutron-lib/Manifest
+++ b/dev-python/neutron-lib/Manifest
@@ -1,3 +1,4 @@
 DIST neutron-lib-0.0.2.tar.gz 49102 SHA256 2040a08937bece401a49fb4a867ccf5a910a8267edc26947ab0c523b4903ce7d SHA512 efe524b18835ee351abc9514aa2026ed543857f523f0cb7ab47e509e2e53246aa093daa0b28cbfcede27487ba8eff3c054531bfab7d43af70354c4063f34ac92 WHIRLPOOL 159294e363e588b9d2c3204d8b92b5e5df9923d8a08b70d28d0a4cdd20f9b6bd6b01301f557e97a99fcad6aac5a2724768d0898d997750c1c015f85df02db708
 DIST neutron-lib-0.4.0.tar.gz 147871 SHA256 018550848e31e3eb20e5fb3d8173ae75cce46c6233fd020227fa9a49af593d6a SHA512 c76c17331d52dd3708be67da5b509b50580be5df7238162aa66a8b89a0ff36c08b03f2f2c1a66061f5a67dc010affa5d39616549d8ed3cc5e8df96292e6257d7 WHIRLPOOL 4949b04d3c60bb906b8912758f7229e22ae9595c3f4e335bb124687a255382452bc0e0e7bd6c7e68755a5a0b4e53498f858f4a3c86c0c1824bfebc6f77358c26
 DIST neutron-lib-1.1.0.tar.gz 207279 SHA256 41d27caacac6d4349fa6580d24841bd8dcd2bde28dcacb327e458c6cb3a8f487 SHA512 b6d3d42f98e9d4fb3777459a9d80cf08482a2283a071f97a23f152b794015a3826da1c353aed21335713cbe0b2c611a773b3080164cd224862778df150fca56f WHIRLPOOL 1537ae981b17ae73fbd7f1eb7f2e9245eb36c2b651d18bee46d1cd2df154ccb59b8728c7a9ef6162e976874b2801b171dd1064cb390b76727ab4db2d65da1ddf
+DIST neutron-lib-1.9.1.tar.gz 269151 SHA256 6dd955aea22e05892f54c10c1a8b1d8cd8b3041decbe12dacdd930db60a374fa SHA512 1bfe986a5174f19ebcea34220535b20b4afcebb8215d105b911badccf606f02dcda8def6f3abd49c44352f3fcc509da977646f65a371a4d94d448e7f9436302c WHIRLPOOL aa22b8504a0600f2de5b67f04f24d499d5fceb4a842a0a063180abd1dcaf2aab94f6af257a2430c4bbf4986e8aaed28ef1e8deac51218dede681fc093ad0b059

diff --git a/dev-python/neutron-lib/neutron-lib-1.9.1.ebuild b/dev-python/neutron-lib/neutron-lib-1.9.1.ebuild
new file mode 100644
index 00000000000..dec5c6d8074
--- /dev/null
+++ b/dev-python/neutron-lib/neutron-lib-1.9.1.ebuild
@@ -0,0 +1,43 @@
+# 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 )
+
+inherit distutils-r1
+
+DESCRIPTION="Neutron shared routines and utilities."
+HOMEPAGE="https://github.com/openstack/neutron-lib"
+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-2.0.0[${PYTHON_USEDEP}]
+	!~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+		${CDEPEND}"
+RDEPEND="${CDEPEND}
+	>=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+	!~dev-python/sqlalchemy-1.1.5[${PYTHON_USEDEP}]
+	!~dev-python/sqlalchemy-1.1.6[${PYTHON_USEDEP}]
+	!~dev-python/sqlalchemy-1.1.7[${PYTHON_USEDEP}]
+	!~dev-python/sqlalchemy-1.1.8[${PYTHON_USEDEP}]
+	>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+	>=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
+	!~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
+	!~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-db-4.24.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+	!~dev-python/oslo-i18n-3.15.2[${PYTHON_USEDEP}]
+	>=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-messaging-5.24.2[${PYTHON_USEDEP}]
+	!~dev-python/oslo-messaging-5.25.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-policy-1.23.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-service-1.10.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]"


             reply	other threads:[~2017-08-30 19:47 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-30 19:47 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/neutron-lib/ 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-05-30 17:52 Matthew Thode
2020-05-16 21:21 Matthew Thode
2020-03-18 17:06 Matthew Thode
2020-03-18 17:06 Matthew Thode
2020-02-18 19:09 Matthew Thode
2020-02-18 19:09 Matthew Thode
2019-11-19 18:36 Matthew Thode
2019-11-10  0:48 Matthew Thode
2019-10-21  0:19 Matthew Thode
2019-05-11  2:15 Matthew Thode
2019-04-12 19:44 Matthew Thode
2018-08-30 18:58 Matt Thode
2018-06-24 15:24 Pacho Ramos
2018-02-24  5:51 Matt Thode
2017-09-29 23:32 Matt Thode
2017-02-27  5:45 Matt Thode
2016-03-26  1:45 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=1504122393.42d1fbde1c0e1d33d80be73eda4a95b3ed338cb1.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