diff options
| author | Matthew Thode <prometheanfire@gentoo.org> | 2018-09-05 16:16:24 -0500 |
|---|---|---|
| committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-09-05 16:32:59 -0500 |
| commit | 53bae2369d08413e5700dd31ca66d5659c7d9aae (patch) | |
| tree | a0c99fbfff6da4b0c1c4718912907f522923b5d5 /dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild | |
| parent | a7be7ac4d4cdaf22ca2aab149821250a44288cc7 (diff) | |
| download | gentoo-53bae2369d08413e5700dd31ca66d5659c7d9aae.tar.gz gentoo-53bae2369d08413e5700dd31ca66d5659c7d9aae.tar.bz2 gentoo-53bae2369d08413e5700dd31ca66d5659c7d9aae.zip | |
dev-python/python-keystoneclient: 3.17.0 bump with cleanup
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild')
| -rw-r--r-- | dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild new file mode 100644 index 000000000000..da6978f8bc3a --- /dev/null +++ b/dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Client Library for OpenStack Identity" +HOMEPAGE="http://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 +} |
