diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-05 10:57:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-05 14:25:58 +0100 |
commit | 84e6da146c380e36a9e9d9231f307448dfaa33bb (patch) | |
tree | 580d0781af6a0da3a38fb4d95bcaff4ff800756e /dev-python/oslo-policy/oslo-policy-1.18.0.ebuild | |
parent | dev-python/oslo-middleware: Clean old up (diff) | |
download | gentoo-84e6da146c380e36a9e9d9231f307448dfaa33bb.tar.gz gentoo-84e6da146c380e36a9e9d9231f307448dfaa33bb.tar.bz2 gentoo-84e6da146c380e36a9e9d9231f307448dfaa33bb.zip |
dev-python/oslo-policy: Clean old up
Diffstat (limited to 'dev-python/oslo-policy/oslo-policy-1.18.0.ebuild')
-rw-r--r-- | dev-python/oslo-policy/oslo-policy-1.18.0.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/oslo-policy/oslo-policy-1.18.0.ebuild b/dev-python/oslo-policy/oslo-policy-1.18.0.ebuild deleted file mode 100644 index a2986e4f27e8..000000000000 --- a/dev-python/oslo-policy/oslo-policy-1.18.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5) - -inherit distutils-r1 - -DESCRIPTION="Provides support for RBAC policy enforcement across all OpenStack services." -HOMEPAGE="https://pypi.python.org/pypi/oslo.policy" -SRC_URI="mirror://pypi/${PN:0:1}/oslo.policy/oslo.policy-${PV}.tar.gz" -S="${WORKDIR}/oslo.policy-${PV}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND=" - ${CDEPEND} - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}] - !~dev-python/requests-2.12.0[${PYTHON_USEDEP}] - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}] - !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}] - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] - >=dev-python/stevedore-1.17.1[${PYTHON_USEDEP}] -" - -python_prepare_all() { - sed -i '/^hacking/d' test-requirements.txt || die - distutils-r1_python_prepare_all -} |