diff options
| author | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-11 13:05:31 -0600 |
|---|---|---|
| committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-11 13:06:36 -0600 |
| commit | 3c452f64c930b85993c1c35073e3ffd332b49d48 (patch) | |
| tree | 56ffeea9b24fdacfb41457a4cacd73eab057bed5 /dev-python/python-ceilometerclient/python-ceilometerclient-2.6.2-r2.ebuild | |
| parent | f9e5d2726460f5370f37f2ac64d4e8291472d404 (diff) | |
| download | gentoo-3c452f64c930b85993c1c35073e3ffd332b49d48.tar.gz gentoo-3c452f64c930b85993c1c35073e3ffd332b49d48.tar.bz2 gentoo-3c452f64c930b85993c1c35073e3ffd332b49d48.zip | |
dev-python/python-ceilometerclient: update to py37
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/python-ceilometerclient/python-ceilometerclient-2.6.2-r2.ebuild')
| -rw-r--r-- | dev-python/python-ceilometerclient/python-ceilometerclient-2.6.2-r2.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/python-ceilometerclient/python-ceilometerclient-2.6.2-r2.ebuild b/dev-python/python-ceilometerclient/python-ceilometerclient-2.6.2-r2.ebuild new file mode 100644 index 000000000000..86d42367d4d3 --- /dev/null +++ b/dev-python/python-ceilometerclient/python-ceilometerclient-2.6.2-r2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_6 python3_7 ) + +inherit distutils-r1 + +DESCRIPTION="This is a client library for Ceilometer built on the Ceilometer API" +HOMEPAGE="https://github.com/openstack/python-ceilometerclient" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" + +CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND=" + ${CDEPEND} + >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}] + >=dev-python/keystoneauth-2.1.0 + >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}] + >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}] + >=dev-python/prettytable-0.7[${PYTHON_USEDEP}] + <dev-python/prettytable-0.8[${PYTHON_USEDEP}] + >=dev-python/requests-2.10.0[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + >=dev-python/stevedore-1.10.0[${PYTHON_USEDEP}]" + +python_prepare_all() { + sed -i '/^hacking/d' test-requirements.txt || die + distutils-r1_python_prepare_all +} |
