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/glance_store/
Date: Mon, 21 Mar 2016 03:53:01 +0000 (UTC)	[thread overview]
Message-ID: <1458532334.4b23c19e6010a33a87af96adfda22041af2e3d8b.prometheanfire@gentoo> (raw)

commit:     4b23c19e6010a33a87af96adfda22041af2e3d8b
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 03:52:14 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 03:52:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b23c19e

dev-python/glance_store: bup liberty

Package-Manager: portage-2.2.26

 dev-python/glance_store/Manifest                  |  1 +
 dev-python/glance_store/glance_store-0.9.2.ebuild | 49 +++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/glance_store/Manifest b/dev-python/glance_store/Manifest
index 4b3734e..397625e 100644
--- a/dev-python/glance_store/Manifest
+++ b/dev-python/glance_store/Manifest
@@ -3,3 +3,4 @@ DIST glance_store-0.4.0.tar.gz 103982 SHA256 cd15e9f9a08dc8d3eeaa452682c8e53423f
 DIST glance_store-0.5.0.tar.gz 106922 SHA256 bb088cea0f83d3335191174b3fbdd5f5b2a39ae4f6e0739b9159e883658657db SHA512 e9f036c9f19ca2f3b8ba82a288a6402c91d849409f4594c61c59c14c8575b5827cf8e072c4772f5ef610fd186037b2d3c5cbc5fb032ca02c025e58a6a59a2dfa WHIRLPOOL 1943b6a26e96a9043b99d6d9b8c9af78468d05f825812250f7c7c396977d4e76d9370fe0c3fd2043d67d519c53c5e11c7541ae4f0389179b61e083f059cc5aea
 DIST glance_store-0.6.0.tar.gz 106047 SHA256 249c99818f7ebd1b3aea6c96a66e4e17351a1d9befaef885dada0483be6ee818 SHA512 065c3d68b67ce38a82f8eba29630f368bc723f2c6a34ed1c7adb2ab90f5d24c1b7f32a55c200e5b45167b26bd4d3dae5194484e9de17286cdd91685898276388 WHIRLPOOL c4553654288dc2f3f823a7fbde4ff4c2f1c97b704ff3f55069153819da64ffeb06380975a80db08a1dd33cbbc25418e233b1eadc2aee5569d125223efde69e4c
 DIST glance_store-0.9.1.tar.gz 110360 SHA256 29eb70a36b18cd9dce1f9f58b8a3c7dd69626b13a8e5a46c8f807e9d301d5f99 SHA512 60880a25cb4918ed8b4a9ee81bf6bc4b5732332dad48807b687c26917b4271d47f65dbbc3b1879db48f17efa4afe605d151a23aec7f3525621d61ee4a9751146 WHIRLPOOL c34e3aee26b7fe70ce68310a3a190f18670d266ba9942eccf3a87238dbe85063fb59935e4c9cee58d1fd88c22a918b76773994b33142fe6e0bf9e61e2fd4affc
+DIST glance_store-0.9.2.tar.gz 111529 SHA256 01e5225ff4147b54a46bb7b66a508cdb9702fc22a86f79a3b36ef067e87e7e4d SHA512 059fd3589085e98855b0baaf42f33814c921ea1eea84663c19fae076a28ba5286a3869b9e0087040df100aa72156c416b09ddd2fe343f9dbc7726814b0f4361e WHIRLPOOL 962eca6aeaf3c68b8dd5b26805fc2a0a46a00b114daaadca8798eb35ea918a3c87283203179cd4a6d46c903e32e618251715b19fd813a7fad662e1871e86fdbd

diff --git a/dev-python/glance_store/glance_store-0.9.2.ebuild b/dev-python/glance_store/glance_store-0.9.2.ebuild
new file mode 100644
index 0000000..a9c32ea
--- /dev/null
+++ b/dev-python/glance_store/glance_store-0.9.2.ebuild
@@ -0,0 +1,49 @@
+# 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="A connection pool for python-ldap"
+HOMEPAGE="https://launchpad.net/oslo"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+cinder +swift"
+
+CDEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	${CDEPEND}
+"
+RDEPEND="
+	${CDEPEND}
+	>=dev-python/oslo-config-2.3.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-utils-2.0.0[${PYTHON_USEDEP}]
+	!~dev-python/oslo-utils-2.6.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-concurrency-2.3.0[${PYTHON_USEDEP}]
+	>=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]
+	dev-python/enum34[$(python_gen_usedep 'python2*')]
+	>=dev-python/eventlet-0.17.4[${PYTHON_USEDEP}]
+	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+	cinder? ( >=dev-python/python-cinderclient-1.2.1[${PYTHON_USEDEP}] )
+	swift? (
+		>=dev-python/httplib2-0.7.5[${PYTHON_USEDEP}]
+		>=dev-python/python-cinderclient-1.2.1[${PYTHON_USEDEP}]
+	)
+	>=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
+	!~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
+	<dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+	sed -i '/ordereddict/d' requirements.txt
+	distutils-r1_python_prepare_all
+}


             reply	other threads:[~2016-03-21  3:53 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-21  3:53 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-12-05 13:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/glance_store/ Michał Górny
2020-12-02 14:18 Mikle Kolyada
2020-12-02 14:18 Mikle Kolyada
2020-11-25 10:09 Michał Górny
2020-10-18  3:48 Matthew Thode
2020-09-30 17:53 Matthew Thode
2020-09-30 17:24 Matthew Thode
2020-03-27 10:42 Michał Górny
2020-03-27 10:42 Michał Górny
2019-10-21  0:19 Matthew Thode
2019-05-11 19:06 Matthew Thode
2019-04-10  5:08 Matthew Thode
2018-08-30 18:07 Matt Thode
2018-06-24 12:20 Pacho Ramos
2018-02-19  0:54 Matt Thode
2018-02-19  0:54 Matt Thode
2017-08-28  0:47 Matt Thode
2017-02-27  2:51 Matt Thode
2016-10-28  1:35 Mike Gilbert
2016-04-12 14:41 Matt Thode
2016-03-25 21:22 Matt Thode
2016-02-28  7:15 Matt Thode
2015-10-15  6:55 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=1458532334.4b23c19e6010a33a87af96adfda22041af2e3d8b.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