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/os-service-types/
Date: Thu, 30 Aug 2018 21:35:07
Message-Id: 1535664876.61d388ea544eb6ce5f52bca9814b67fc07fbe73c.prometheanfire@gentoo
1 commit: 61d388ea544eb6ce5f52bca9814b67fc07fbe73c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 20:42:44 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 21:34:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d388ea
7
8 dev-python/os-service-types: 1.3.0 bump for rocky
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-python/os-service-types/Manifest | 1 +
13 .../os-service-types/os-service-types-1.3.0.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/dev-python/os-service-types/Manifest b/dev-python/os-service-types/Manifest
17 index f2ed8cc5076..da951c4ec1c 100644
18 --- a/dev-python/os-service-types/Manifest
19 +++ b/dev-python/os-service-types/Manifest
20 @@ -1 +1,2 @@
21 DIST os-service-types-1.1.0.tar.gz 20838 BLAKE2B 8fbf5b5bf9d7fefcf88f51f98a6e0326bd42c0f452d614801543b45c79cc5220aeb15d4e3225c83636cb462e03914cd235942f06a367b0a4b67805c503b63d08 SHA512 d6a5e9ce633a92c61c7ca2b44e7c0bb5fb7f28efc3bdb7e240bb8c1d06f02ce1c038e11a709508dcdc4bbb8e1245297b7dafae5b49535b69359af576bb147130
22 +DIST os-service-types-1.3.0.tar.gz 22961 BLAKE2B 6ad32594c7fd86f61b0e9018901da740c6ce7d30ba10610cb3fac1900cb8188084ed754a36b608dc076582f438a8cdff0f655cef2ee406de4186c12b5b454f1c SHA512 6a90cd4744902dc314ae2af09411947270a06db548016a0d8e424e6dd44520b20a24e061425e7dcebe4c62fad4c0bab4636e9537644d87f66e652ae02025afe1
23
24 diff --git a/dev-python/os-service-types/os-service-types-1.3.0.ebuild b/dev-python/os-service-types/os-service-types-1.3.0.ebuild
25 new file mode 100644
26 index 00000000000..1a1319ad8b3
27 --- /dev/null
28 +++ b/dev-python/os-service-types/os-service-types-1.3.0.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="A library to handle official service types for OpenStack and it's aliases."
39 +HOMEPAGE="https://github.com/openstack/os-service-types"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="Apache-2.0"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~arm64 ~x86"
45 +IUSE=""
46 +
47 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
48 + !~dev-python/pbr-2.1.0"
49 +DEPEND="${CDEPEND}"
50 +RDEPEND="${CDEPEND}"