Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/glance_store/
Date: Mon, 28 Aug 2017 00:47:44
Message-Id: 1503881233.fe9e4d84bd98593022a008b6188f5d52c6382bf7.prometheanfire@gentoo
1 commit: fe9e4d84bd98593022a008b6188f5d52c6382bf7
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 00:45:39 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 00:47:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe9e4d84
7
8 dev-python/glance_store: 0.22.0 bup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/glance_store/Manifest | 1 +
13 dev-python/glance_store/glance_store-0.22.0.ebuild | 47 ++++++++++++++++++++++
14 2 files changed, 48 insertions(+)
15
16 diff --git a/dev-python/glance_store/Manifest b/dev-python/glance_store/Manifest
17 index 4c866a0331a..9bba86f0232 100644
18 --- a/dev-python/glance_store/Manifest
19 +++ b/dev-python/glance_store/Manifest
20 @@ -1,3 +1,4 @@
21 DIST glance_store-0.13.1.tar.gz 127250 SHA256 e2f2051ff22abaa462fdb7fe8741312de8543bba7f6f65165b9c52343ccd35fc SHA512 1625849ed35d8fec6d730790485451fd740240a6fd076ad084cd0444b5b8bfadeab82164854a9bee194f6f3cabff7c30815d5fdcd800a7d982ed8c3224e6aaec WHIRLPOOL e16ad3aef7ca1ef15ead956fa7e459a4f6259b3c7ffb0086b11aa5fe2c4034011d306df09255cf6b94bf9474861546e483147c3823d804b661244455e463a217
22 DIST glance_store-0.18.0.tar.gz 126949 SHA256 56b8b33f5deb74c652bd82d781aa82459e14152a5ee5c74726f0f1545c2355a7 SHA512 f23505b0081d0bb9948a4a2550868ea9864c00604358264c826551caccb4e35cbdcfcaa1e0ed3d470fbe72250196e246b596cbb57db0e99cc49fba3e0c609e01 WHIRLPOOL a1f26bc06a19a6deb14b910813829a07726ec9408b71e4fbb854ea3a2815f872cd27dfd82ae4f84e1bf49fdf5b89ef079c8f17f24a883bbf5a2cacc218f0ce8f
23 DIST glance_store-0.20.0.tar.gz 129769 SHA256 9109738038f22fc229eb83698251c7d3086cf227922e7e3625d8d204986d818c SHA512 456a316763b2364747d24472aa42cf7602d3432043a52164a141ea0827afd2c92e6770a4c04ca7bb3c96cb9103080801cb1095a1869e5851c0ee83c4e7aea018 WHIRLPOOL 47f2f968d228038c69d6510a9845e6789369283c29c25b9f0babae9d50090034f40665f89421cb94f378b7ad147d03ed5516a84b29645ccca18d4c4a994017f5
24 +DIST glance_store-0.22.0.tar.gz 130377 SHA256 a3e073beefabc79a78a6798b818b00cf19a2552f6294f22fc55ce0a88eed1b1f SHA512 3de073fd4926513674b87afb15a2d4485c4a98f76c7d36cd0957a9cd848399bfb1fc6b3b40550522b712e9bbddf8efec5c3fc629a944fe447543d35eb7184168 WHIRLPOOL f79346df5787dbce546ff22ade3d23c59e5b4b68ea83970f8a6442c98227af29b87aea3336928e5115702a1fdbd5cc1277dc06beff33a1a54da677dae27f2501
25
26 diff --git a/dev-python/glance_store/glance_store-0.22.0.ebuild b/dev-python/glance_store/glance_store-0.22.0.ebuild
27 new file mode 100644
28 index 00000000000..24faceb98d8
29 --- /dev/null
30 +++ b/dev-python/glance_store/glance_store-0.22.0.ebuild
31 @@ -0,0 +1,47 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A library for glance"
41 +HOMEPAGE="https://github.com/openstack/glance_store"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm64 ~x86"
47 +IUSE=""
48 +
49 +CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
50 +DEPEND="
51 + dev-python/setuptools[${PYTHON_USEDEP}]
52 + ${CDEPEND}
53 +"
54 +RDEPEND="
55 + ${CDEPEND}
56 + >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
57 + !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
58 + !~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}]
59 + >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
60 + !~dev-python/oslo-i18n-3.15.2[${PYTHON_USEDEP}]
61 + >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
62 + !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
63 + >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
64 + >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
65 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
66 + virtual/python-enum34[${PYTHON_USEDEP}]
67 + >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
68 + !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
69 + <dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
70 + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
71 + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
72 + >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
73 + !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
74 + <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
75 + >=dev-python/keystoneauth-3.1.0[${PYTHON_USEDEP}]
76 + >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
77 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
78 +"