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/python-designateclient/
Date: Wed, 30 Aug 2017 19:47:05
Message-Id: 1504122396.dc06ca4570ea498d07301af00d49677522c86904.prometheanfire@gentoo
1 commit: dc06ca4570ea498d07301af00d49677522c86904
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 19:06:37 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 19:46:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc06ca45
7
8 dev-python/python-designateclient: 2.7.0 bup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/python-designateclient/Manifest | 1 +
13 .../python-designateclient-2.7.0.ebuild | 33 ++++++++++++++++++++++
14 2 files changed, 34 insertions(+)
15
16 diff --git a/dev-python/python-designateclient/Manifest b/dev-python/python-designateclient/Manifest
17 index 0f86f1a82ea..85ac649820d 100644
18 --- a/dev-python/python-designateclient/Manifest
19 +++ b/dev-python/python-designateclient/Manifest
20 @@ -1,3 +1,4 @@
21 DIST python-designateclient-2.0.0.tar.gz 63215 SHA256 516e883b74726eae0b24755dff682857bb6b11b26dc06eb231ffee5a696e48a8 SHA512 e5c10915d6f5619949b385096e2bce02e1115c4842ae315ffbd4488b29703fb0a038628818c80364c32461b4f9eeb083e2877c38a15bd4f6ec323942957c75bc WHIRLPOOL 732e8d4378074fb8c78ab40659fae8eca7a81fe831714cd1d62588d784be66e43d80fceb5344adb679371fec47a309c2e3c984eae976a29b293ef0788d729c2d
22 DIST python-designateclient-2.3.0.tar.gz 78445 SHA256 f41e533cd9eda72638ce288e3dfad1e18cfc4210bd9ca248d70939ff2fccf856 SHA512 f45194f3d04c139148bb11f16b7df0d7a701548c37d99bbac52d1f0badc2cb1ff7a7fda801a2556899fe51ae17903903214a558798e04ccb9ec4b6d994fd5d41 WHIRLPOOL 56472534b08b60bd6e48df0023c7b76beefc09fd02d2163c70721c5346c7fd13ba551cda4a2cd9a97ab6356f43d6ed14e8fcc0622b973b81631b1758253c15dc
23 DIST python-designateclient-2.6.0.tar.gz 79803 SHA256 15bea5e50883aa9b0c8807b6e01aefb68a99755cd8b8850b4c88b16689ebc686 SHA512 49f1aaa745680469a3f2143ea0e3860a5f8479fccae2f143920afbb63ff7ac1f0b0516a2f5fc8e4a7977df781077a81476b6d6283befcf07a568cdc1d192394d WHIRLPOOL 00f8edcf81daa591a2ccd8a3be4fe3f14938f290cd2d053556738a693e2f2e2a66066d0eec6710f7553e654bbfaa7e930844a345f672b8fe48453716532bd4bf
24 +DIST python-designateclient-2.7.0.tar.gz 82808 SHA256 30172b80f49393fed6f6817f54da7d9e99766f86fc6041b5578ca74b7f9c454a SHA512 521399ea4b5da617a3fbb7e291215f4a17d7f0f54f11708d5d3467b43376123abba90586d61a740876770017c6d77a14ef2152ce50cd1816e931d04189ce6b23 WHIRLPOOL 562b7cd282dd572385b5cd97ac9c23ef64a7e1301f58be792e08a3d75e3097b41f8feb54bbaef264994faa6f7f859fe1740caba0e356e4aba19c088e2e703db9
25
26 diff --git a/dev-python/python-designateclient/python-designateclient-2.7.0.ebuild b/dev-python/python-designateclient/python-designateclient-2.7.0.ebuild
27 new file mode 100644
28 index 00000000000..e080743836d
29 --- /dev/null
30 +++ b/dev-python/python-designateclient/python-designateclient-2.7.0.ebuild
31 @@ -0,0 +1,33 @@
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="Python bindings to the Designate API."
41 +HOMEPAGE="https://github.com/openstack/python-designateclient"
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-2.0.0[${PYTHON_USEDEP}]
50 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
51 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
52 + ${CDEPEND}"
53 +RDEPEND="${CDEPEND}
54 + >=dev-python/cliff-2.6.0[${PYTHON_USEDEP}]
55 + >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
56 + !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
57 + <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
58 + >=dev-python/osc-lib-1.5.1[${PYTHON_USEDEP}]
59 + >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
60 + >=dev-python/keystoneauth-2.21.0[${PYTHON_USEDEP}]
61 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
62 + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
63 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
64 + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]"