diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-11 12:31:18 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-11 13:06:00 -0600 |
commit | e6924ffe711d72f0c993e4f9d639aa4d77f83dc9 (patch) | |
tree | 50357d35db4b88f01fa61f83b967e17eadcffd16 /dev-python/oslo-reports | |
parent | dev-python/oslo-privsep: cleanup (diff) | |
download | gentoo-e6924ffe711d72f0c993e4f9d639aa4d77f83dc9.tar.gz gentoo-e6924ffe711d72f0c993e4f9d639aa4d77f83dc9.tar.bz2 gentoo-e6924ffe711d72f0c993e4f9d639aa4d77f83dc9.zip |
dev-python/oslo-reports: cleanup
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/oslo-reports')
-rw-r--r-- | dev-python/oslo-reports/Manifest | 1 | ||||
-rw-r--r-- | dev-python/oslo-reports/oslo-reports-1.26.0.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/oslo-reports/Manifest b/dev-python/oslo-reports/Manifest index 0568a99d6540..40e36bcd91a4 100644 --- a/dev-python/oslo-reports/Manifest +++ b/dev-python/oslo-reports/Manifest @@ -1,2 +1 @@ -DIST oslo.reports-1.26.0.tar.gz 48691 BLAKE2B 670c3c7205dd2ceba1559d296cbb697045aa088f7343614e82c9c5983166f34e90af33de43c55b1d865715c840ea3a12fcff697a798a5eb0b2a120a39c4895c8 SHA512 e4a8bb5cdfaf1cb82f53fc56060f2e6bfde85ad6933326faab2ce8f8181231510700712d191c1429cb264f70a79695a069fe9dae93aa4a70aafa3efe37898603 DIST oslo.reports-1.29.2.tar.gz 49597 BLAKE2B 4c5f76fce7075fa1b9dece5a617d2a198d04386ba03513070b700a5794baeab18e9266012b8f10d232d5063eadf8467f0169e670fbd6dbe7e2838e34cbed4bb0 SHA512 92ba14a445ae0a12454c8861f43bcb2aed9f07373008b0246dd10a6a650ac22be8e239365441e6b192d11d09506dd51a4c2e4a6fb54560fa46175b0f085c4fb3 diff --git a/dev-python/oslo-reports/oslo-reports-1.26.0.ebuild b/dev-python/oslo-reports/oslo-reports-1.26.0.ebuild deleted file mode 100644 index 50d4589ff148..000000000000 --- a/dev-python/oslo-reports/oslo-reports-1.26.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="generified reports for openstack" -HOMEPAGE="http://docs.openstack.org/developer/oslo.reports" -SRC_URI="mirror://pypi/${PN:0:1}/oslo.reports/oslo.reports-${PV}.tar.gz" -S="${WORKDIR}/oslo.reports-${PV}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -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/jinja-2.8[${PYTHON_USEDEP}] - !~dev-python/jinja-2.9.0[${PYTHON_USEDEP}] - !~dev-python/jinja-2.9.1[${PYTHON_USEDEP}] - !~dev-python/jinja-2.9.2[${PYTHON_USEDEP}] - !~dev-python/jinja-2.9.3[${PYTHON_USEDEP}] - !~dev-python/jinja-2.9.4[${PYTHON_USEDEP}] - >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}] - !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}] - >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]" - -python_prepare_all() { - sed -i '/^hacking/d' test-requirements.txt || die - distutils-r1_python_prepare_all -} |