diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-11 12:22:51 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-11 13:05:50 -0600 |
commit | 1a3bcfa3f42af5041853d2152b0b44631d60436e (patch) | |
tree | 5d35c2f1cb14a2b255076ab3d233fef33f330753 /dev-python/oslo-context | |
parent | net-im/telegram-desktop: require qtgui[jpeg] (diff) | |
download | gentoo-1a3bcfa3f42af5041853d2152b0b44631d60436e.tar.gz gentoo-1a3bcfa3f42af5041853d2152b0b44631d60436e.tar.bz2 gentoo-1a3bcfa3f42af5041853d2152b0b44631d60436e.zip |
dev-python/oslo-context: 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-context')
-rw-r--r-- | dev-python/oslo-context/Manifest | 1 | ||||
-rw-r--r-- | dev-python/oslo-context/oslo-context-2.21.0.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/oslo-context/Manifest b/dev-python/oslo-context/Manifest index f3e1d26ed855..38d82ebd550d 100644 --- a/dev-python/oslo-context/Manifest +++ b/dev-python/oslo-context/Manifest @@ -1,2 +1 @@ -DIST oslo.context-2.21.0.tar.gz 27605 BLAKE2B fa2be8819c3b5c46e12eacae12c665e8168c4d8ac88fe7e8b8c3454093ea14d1a5980d1ecc377eb7294d913e117cf5188571be3bf678f270712e09c5230f2f7e SHA512 af25aebd306d0a3d60032778e6e3ca10b976e758c10e5d02302ebfef6a6183c8f9a102e9b4c2c8400914d71976dff284654bbcec63c15192dcfd2605928596eb DIST oslo.context-2.22.1.tar.gz 29315 BLAKE2B 89c7dacfe42a9c3cd8d7fde8a77e3654f48788909cea725151e833a305c6916534919496393e603084311625cc9242661e72cbf1a2bdb72bedca3127e77ca9d9 SHA512 d0a3b9e41d23e8f642f8aacd998f6d6f4ad1fbf103947fc7403a57c4e3d9ae51b3cf73dfb79139d541875a0e412ed8600c4ce6b19cc207697429f48a7fb72887 diff --git a/dev-python/oslo-context/oslo-context-2.21.0.ebuild b/dev-python/oslo-context/oslo-context-2.21.0.ebuild deleted file mode 100644 index 19dcc5f416c1..000000000000 --- a/dev-python/oslo-context/oslo-context-2.21.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Helpers to maintain useful information about a request context" -HOMEPAGE="https://pypi.org/project/oslo.context/" -SRC_URI="mirror://pypi/${PN:0:1}/oslo.context/oslo.context-${PV}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND} - test? ( - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}] - >=dev-python/coverage-4.0[${PYTHON_USEDEP}] - !~dev-python/coverage-4.4[${PYTHON_USEDEP}] - >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}] - )" -RDEPEND=" - ${CDEPEND} - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}] -" - -S="${WORKDIR}/oslo.context-${PV}" - -python_prepare_all() { - sed -i '/^hacking/d' test-requirements.txt || die - distutils-r1_python_prepare_all -} - -# This time half the doc files are missing; Do you want them? -python_test() { - nosetests tests/ || die "test failed under ${EPYTHON}" -} |