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: Sat, 24 Feb 2018 05:51:58
Message-Id: 1519451487.9c7e0b29cdcd0775454ddcf8d1a668d571ed6942.prometheanfire@gentoo
1 commit: 9c7e0b29cdcd0775454ddcf8d1a668d571ed6942
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 24 04:42:52 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 24 05:51:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7e0b29
7
8 dev-python/os-service-types: ADD for queens
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/os-service-types/Manifest | 1 +
13 dev-python/os-service-types/metadata.xml | 17 +++++++++++++++++
14 .../os-service-types/os-service-types-1.1.0.ebuild | 21 +++++++++++++++++++++
15 3 files changed, 39 insertions(+)
16
17 diff --git a/dev-python/os-service-types/Manifest b/dev-python/os-service-types/Manifest
18 new file mode 100644
19 index 00000000000..f2ed8cc5076
20 --- /dev/null
21 +++ b/dev-python/os-service-types/Manifest
22 @@ -0,0 +1 @@
23 +DIST os-service-types-1.1.0.tar.gz 20838 BLAKE2B 8fbf5b5bf9d7fefcf88f51f98a6e0326bd42c0f452d614801543b45c79cc5220aeb15d4e3225c83636cb462e03914cd235942f06a367b0a4b67805c503b63d08 SHA512 d6a5e9ce633a92c61c7ca2b44e7c0bb5fb7f28efc3bdb7e240bb8c1d06f02ce1c038e11a709508dcdc4bbb8e1245297b7dafae5b49535b69359af576bb147130
24
25 diff --git a/dev-python/os-service-types/metadata.xml b/dev-python/os-service-types/metadata.xml
26 new file mode 100644
27 index 00000000000..3504a7ad8e3
28 --- /dev/null
29 +++ b/dev-python/os-service-types/metadata.xml
30 @@ -0,0 +1,17 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 + <maintainer type="project">
35 + <email>python@g.o</email>
36 + </maintainer>
37 + <maintainer type="person">
38 + <email>prometheanfire@g.o</email>
39 + <name>Matthew Thode</name>
40 + </maintainer>
41 + <longdescription lang="en">
42 + </longdescription>
43 + <upstream>
44 + <remote-id type="github">openstack/os-service-types</remote-id>
45 + <remote-id type="pypi">os-service-types</remote-id>
46 + </upstream>
47 +</pkgmetadata>
48
49 diff --git a/dev-python/os-service-types/os-service-types-1.1.0.ebuild b/dev-python/os-service-types/os-service-types-1.1.0.ebuild
50 new file mode 100644
51 index 00000000000..489c644e010
52 --- /dev/null
53 +++ b/dev-python/os-service-types/os-service-types-1.1.0.ebuild
54 @@ -0,0 +1,21 @@
55 +# Copyright 1999-2018 Gentoo Foundation
56 +# Distributed under the terms of the GNU General Public License v2
57 +
58 +EAPI=6
59 +
60 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
61 +inherit distutils-r1
62 +
63 +DESCRIPTION="A library to handle official service types for OpenStack and it's aliases."
64 +HOMEPAGE="https://github.com/openstack/os-service-types"
65 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
66 +
67 +LICENSE="Apache-2.0"
68 +SLOT="0"
69 +KEYWORDS="~amd64 ~arm64 ~x86"
70 +IUSE=""
71 +
72 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
73 + !~dev-python/pbr-2.1.0"
74 +DEPEND="${CDEPEND}"
75 +RDEPEND="${CDEPEND}"