diff options
| author | Matthew Thode <prometheanfire@gentoo.org> | 2020-07-18 17:15:00 -0500 |
|---|---|---|
| committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-07-18 17:30:43 -0500 |
| commit | c2e81412c94cd396ec500aa2494178674b29d954 (patch) | |
| tree | 5d62276e30d778487921881df4f9af2cae49aac7 /dev-python/python-keystoneclient/python-keystoneclient-3.21.0.ebuild | |
| parent | 7557679d46dc5286a8e1cee8cea77e1b700934e5 (diff) | |
| download | gentoo-c2e81412c94cd396ec500aa2494178674b29d954.tar.gz gentoo-c2e81412c94cd396ec500aa2494178674b29d954.tar.bz2 gentoo-c2e81412c94cd396ec500aa2494178674b29d954.zip | |
dev-python/python-keystoneclient: 4.0.0 stable amd64/x86
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/python-keystoneclient/python-keystoneclient-3.21.0.ebuild')
| -rw-r--r-- | dev-python/python-keystoneclient/python-keystoneclient-3.21.0.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/python-keystoneclient/python-keystoneclient-3.21.0.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-3.21.0.ebuild deleted file mode 100644 index c9534e0be00c..000000000000 --- a/dev-python/python-keystoneclient/python-keystoneclient-3.21.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# 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 -} |
