commit:     eca3805138967230b144f523bf7f5e9c87370edc
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 17:28:26 2018 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 17:29:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca38051

dev-python/os-brick: 1.15.5 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/os-brick/Manifest               |  1 +
 dev-python/os-brick/os-brick-1.15.5.ebuild | 47 ++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/os-brick/Manifest b/dev-python/os-brick/Manifest
index 63a974e3a6c..dac132c8683 100644
--- a/dev-python/os-brick/Manifest
+++ b/dev-python/os-brick/Manifest
@@ -1,2 +1,3 @@
 DIST os-brick-1.11.0.tar.gz 140220 BLAKE2B 
b67dd7222f16136f561caaba3344b2e721a1038afd39e1786a22541bfa42ca137ed60411d4a161aa57e1467b3451a92a3b3d3b05c025ab797fce2dac63345e9e
 SHA512 
69eeaa6b1fec9732e07ad2527fec2e624ed352bc18fe6d96546e787869d3d388113bea378e64a1d346be2dcd93eb8f69f94655f0fa8d9230fa8fc8e9a1e48847
 DIST os-brick-1.15.4.tar.gz 161212 BLAKE2B 
ffe1fb1965b097a2ceff19dccbc473e79692d700a57024b38b93b16eb12e727755236b3914efcb656b6cbee5fc4c31ec2d2588182391bd84dd2e47980906c067
 SHA512 
9e13e1d562eb62ef393c531dff27d7d2623f9843deb991fb1be74a42bb5e558875d7195c1499f147426734bad3c4b3907c65f036ffa65f23ab6585d206bed696
+DIST os-brick-1.15.5.tar.gz 161371 BLAKE2B 
0fdfb5978cb1d1ca635d64f98b75210b03353c033affd9834294c4d505a0d9e580f0f829a5e5c96fdb53f1cf2a29ba63ded6fbba4ae662a5dad0d20fdf98356b
 SHA512 
c73c0f227e68aeba80b6b5687fc876e7dfe3ba36a800b7241ed08a0f189e0a57adfdf3b3e1f63230514ddac848be84e1f05e6be6aa0f50412695c6d37124717d

diff --git a/dev-python/os-brick/os-brick-1.15.5.ebuild 
b/dev-python/os-brick/os-brick-1.15.5.ebuild
new file mode 100644
index 00000000000..d9c9a8407b0
--- /dev/null
+++ b/dev-python/os-brick/os-brick-1.15.5.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 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="OpenStack Cinder brick library for managing local volume attaches"
+HOMEPAGE="https://github.com/openstack/cinder";
+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/Babel-2.3.4[${PYTHON_USEDEP}]
+       !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+       >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+       !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+       >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+       >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
+       >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
+       !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
+       >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+       !~dev-python/oslo-i18n-3.15.0[${PYTHON_USEDEP}]
+       >=dev-python/oslo-privsep-1.9.0[${PYTHON_USEDEP}]
+       !~dev-python/oslo-privsep-1.17.0[${PYTHON_USEDEP}]
+       >=dev-python/oslo-service-1.10.0[${PYTHON_USEDEP}]
+       >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
+       >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+       >=dev-python/retrying-1.2.3[${PYTHON_USEDEP}]
+       !~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
+       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+       >=dev-python/os-win-2.0.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+       sed -i '/^hacking/d' test-requirements.txt || die
+       distutils-r1_python_prepare_all
+}

Reply via email to