diff options
| author | Matthew Thode <prometheanfire@gentoo.org> | 2020-06-20 14:06:54 -0500 |
|---|---|---|
| committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-06-20 14:23:39 -0500 |
| commit | 10441a0e5bd75ab94e912f7cbc075c2429e52f9b (patch) | |
| tree | c3ffe2a56c7c0c004fa11005147d679583720897 /dev-python/python-keystoneclient/python-keystoneclient-4.0.0.ebuild | |
| parent | 9071888928b0b9d61e061fea79e4bd8f60eeab01 (diff) | |
| download | gentoo-10441a0e5bd75ab94e912f7cbc075c2429e52f9b.tar.gz gentoo-10441a0e5bd75ab94e912f7cbc075c2429e52f9b.tar.bz2 gentoo-10441a0e5bd75ab94e912f7cbc075c2429e52f9b.zip | |
dev-python/python-keystoneclient: 4.0.0 bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/python-keystoneclient/python-keystoneclient-4.0.0.ebuild')
| -rw-r--r-- | dev-python/python-keystoneclient/python-keystoneclient-4.0.0.ebuild | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/dev-python/python-keystoneclient/python-keystoneclient-4.0.0.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-4.0.0.ebuild new file mode 100644 index 000000000000..623d0b7f54c1 --- /dev/null +++ b/dev-python/python-keystoneclient/python-keystoneclient-4.0.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Client Library for OpenStack Identity" +HOMEPAGE="https://www.openstack.org/" +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" +IUSE="" +RESTRICT="test" + +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + !~dev-python/pbr-2.1.0" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND=" + ${CDEPEND} + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}] + >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}] + >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] + >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}] + !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] + >=dev-python/six-1.10.0[${PYTHON_USEDEP}] + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] +" +#PATCHES=( +#) + +python_prepare_all() { + sed -i '/^hacking/d' test-requirements.txt || die + distutils-r1_python_prepare_all +} |
