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 | |
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')
-rw-r--r-- | dev-python/oslo-policy/Manifest | 1 | ||||
-rw-r--r-- | dev-python/oslo-policy/oslo-policy-1.18.0.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/oslo-policy/Manifest b/dev-python/oslo-policy/Manifest index 215d23535526..80323a4bb5c3 100644 --- a/dev-python/oslo-policy/Manifest +++ b/dev-python/oslo-policy/Manifest @@ -1,2 +1 @@ -DIST oslo.policy-1.18.0.tar.gz 64504 BLAKE2B 10a8b950bb1b81edd3ffa201a08be626e197215189821f6d46e72c25bee2871821920e5a8ac83c89378a8fcc232daf5317c020c67d6001c2a988d9078d23f7c8 SHA512 e7d92d420a54da82988aaa481dc889fba1c954097895fa62fd232f2d129c9050541b6d2f63e59718420ee8b5a35039be4deb46a184fb1a1107b7239a58a299b8 DIST oslo.policy-1.25.2.tar.gz 72984 BLAKE2B 7f2e4d48309082c1069ffcb561502c71b86e0c5508bb07cff943a1fc32fbbec8a232451937b678842909779e94b7eecdd5f2991152e0c8ca557a58b1ce137fc7 SHA512 8d66fe73d7b9d381c54997d980833e4e5d429a9ca28343adf777af20042694bf5dd878f9c1a9ed7168c075816e4b37263f9b520274bbdccbe0c6649b7cd7d213 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 -} |