Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-service-types/
Date: Tue, 16 Apr 2019 22:11:07
Message-Id: 1555452640.dc44e35e606ea10e7530129aba71a9df29a8ef23.prometheanfire@gentoo
1 commit: dc44e35e606ea10e7530129aba71a9df29a8ef23
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 16 22:10:26 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 16 22:10:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc44e35e
7
8 dev-python/os-service-types: 1.6.0 bump
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/os-service-types/Manifest | 1 +
14 .../os-service-types/os-service-types-1.6.0.ebuild | 21 +++++++++++++++++++++
15 2 files changed, 22 insertions(+)
16
17 diff --git a/dev-python/os-service-types/Manifest b/dev-python/os-service-types/Manifest
18 index 22e6c099e3c..42dead1bb01 100644
19 --- a/dev-python/os-service-types/Manifest
20 +++ b/dev-python/os-service-types/Manifest
21 @@ -1 +1,2 @@
22 DIST os-service-types-1.3.0.tar.gz 22961 BLAKE2B 6ad32594c7fd86f61b0e9018901da740c6ce7d30ba10610cb3fac1900cb8188084ed754a36b608dc076582f438a8cdff0f655cef2ee406de4186c12b5b454f1c SHA512 6a90cd4744902dc314ae2af09411947270a06db548016a0d8e424e6dd44520b20a24e061425e7dcebe4c62fad4c0bab4636e9537644d87f66e652ae02025afe1
23 +DIST os-service-types-1.6.0.tar.gz 23412 BLAKE2B 9e475b3905c81b2c480c98b17fb804766312d32573c8d84d27aec66cca60b0b4b6065a12b73c6546f60a266e1cdd3f9499c409c031580a323ee7bd87472cbcd1 SHA512 5269f54568304e038510542c5c29aefedb00449807a424426a03d450db6822b3c7d850da50b6804a9ee435298c0e56da31a031cdd09fc758780655f92de28662
24
25 diff --git a/dev-python/os-service-types/os-service-types-1.6.0.ebuild b/dev-python/os-service-types/os-service-types-1.6.0.ebuild
26 new file mode 100644
27 index 00000000000..9fde54cbe58
28 --- /dev/null
29 +++ b/dev-python/os-service-types/os-service-types-1.6.0.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A library to handle official service types for OpenStack and it's aliases."
40 +HOMEPAGE="https://github.com/openstack/os-service-types"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm64 ~x86"
46 +IUSE=""
47 +
48 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
49 + !~dev-python/pbr-2.1.0"
50 +DEPEND="${CDEPEND}"
51 +RDEPEND="${CDEPEND}"